foodcoop-adam / foodsoft

DEPRECATED, being merged in upstream. Web-based software for foodcoops - as used in NL.
http://foodcoop-adam.github.io/
Other
10 stars 3 forks source link

support barcode scanning #7

Closed Cor-Jan closed 3 years ago

Cor-Jan commented 11 years ago

For checking in wholesale products and for checking out we could use barcode scanners 1D bar/ean codes or 2D QR codes to scan and make sure that the identification of a product is done fast and without mistakes.

1D ean barcode scanners are cheap, but not able to scan QR and other 2D codes. A 2D scanner is much more expensive. Another option is to use a phone 2D barcodes scanning software like NEO reader.

Cor-Jan commented 11 years ago

combined with #98

wvengen commented 10 years ago

When we'd support the popular Motorola LS2208 scanner (manual), that would probably cover most cases. It can be programmed to submit a sequence before and one after the scan, which could be a shortcut key that the web page detects.

wvengen commented 10 years ago

This would be a nice jQuery plugin to catch barcode events: jquery-barcodelistener. And this to find event codes.