From: Phil D. <ph...@lo...> - 2011-11-20 23:19:27
|
Great to have you back on board Tim - will leave it to you to commit. -- Phil Phil Daintree +64 (0)275 567890 GMT+12 http://www.logicworks.co.nz Tim Schofield <ti...@we...> wrote: >Thanks James, > >Tim > >On 20 November 2011 15:50, James Palof <wer...@ya...> wrote: >> We have been using weberp since I can remember..... I have made lots >of changes and thought I would share one that has helped confusion >while receiving goods. >> >> This change allow the person receiving to click on the part number >and in a new tab or window it will open the photo to help them identify >the part. >> >> The people in receiving do not always know what the part is that they >are signing in so I changed the line in the GoodsReceived.php file from >> >> echo '<td>' . $LnItm->StockID . '</td> >> >> to >> >> //jwp jpalof added line to show the parts picture if you click on >part number >> echo '<td><a href="' . $rootpath . '/' . $_SESSION['part_pics_dir'] . >'/' . $StockID . '.jpg" target="_blank">'. $LnItm->StockID . '</a><br >/></td> >> >> >> >> This has been very helpful to us. Hopefully you can use it as well. >I uploaded a screenshot of the changes that I sent our receiving >person. >> >> james >> >------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure >> contains a definitive record of customers, application performance, >> security threats, fraudulent activity, and more. Splunk takes this >> data and makes sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-novd2d >> _______________________________________________ >> Web-erp-developers mailing list >> Web...@li... >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> >> > > > >-- >WebERP Africa Ltd >+447710427049 >+254706554559 >www.weberpafrica.com > >------------------------------------------------------------------------------ >All the data continuously generated in your IT infrastructure >contains a definitive record of customers, application performance, >security threats, fraudulent activity, and more. Splunk takes this >data and makes sense of it. IT sense. And common sense. >http://p.sf.net/sfu/splunk-novd2d >_______________________________________________ >Web-erp-developers mailing list >Web...@li... >https://lists.sourceforge.net/lists/listinfo/web-erp-developers |