From: Tim S. <ti...@we...> - 2011-11-20 16:28:52
|
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 |