From: Phil D. <ph...@lo...> - 2011-11-21 00:08:49
|
Nice, these are the practical improvements that make the system great. Another thought might be a quality inspection criteria page on the wiki so the goods received guy can see the how the inspection sample size is calculated and which measurements need to be checked. -- Phil Phil Daintree +64 (0)275 567890 GMT+12 http://www.logicworks.co.nz 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 |