Remove 1 from stock with everu barcode scan

  • Thread starter Thread starter Hollsten
  • Start date Start date
H

Hollsten

hello, how can I make this happend?

In a modal popup window users reads a product code with a barcode scanner and every time they do this the particular product's stock is reduced by 1 in the database.

Any help would be highly appreciated.

J.H.
 
hello, how can I make this happend?



In a modal popup window users reads a product code with a barcode scanner and every time they do this the particular product's stock is reduced by 1 in the database.



Any help would be highly appreciated.



J.H.

First, configure your scanner to add a TAB or Enter to each scan. Then add an After Update event that calls a function to lookup the scanned part and appends a transaction record to reduce you on hand qty.
 
Back
Top