Remove 1 from stock with everu barcode scan

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.
 
T

TallyV

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top