Discussion:
Remove 1 from stock with everu barcode scan
(too old to reply)
Hollsten
2014-04-01 12:56:13 UTC
Permalink
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.
TallyV
2014-04-05 03:03:06 UTC
Permalink
Post by 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.
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.
Loading...