Search found 2 matches

Go to advanced search

by gvaughan
Mon Aug 18, 2014 4:37 pm
Forum: Issues
Topic: Trying to understand why the Food Essentials plugin scanner is limited to UPC-A and is there work around?
Replies: 11
Views: 2069
 
Jump to post

Trying to understand why the Food Essentials plugin scanner is limited to UPC-A and is there work around?

I fixed this for US barcodes EAN_13 format by modifying BarcodeServiceHelper beginning line 506 in FE_Script javascript library: var BarcodeServiceHelper = { successHandler: function(data, serviceName) { try { if (data.cancelled !== true) { if (data.format == 'UPC_A') { if (data.text.length == 12) {...
by gvaughan
Mon Aug 18, 2014 3:55 pm
Forum: Issues
Topic: Trying to understand why the Food Essentials plugin scanner is limited to UPC-A and is there work around?
Replies: 11
Views: 2069
 
Jump to post

Trying to understand why the Food Essentials plugin scanner is limited to UPC-A and is there work around?

I have the same symptoms scanning from an Android device. When I modify to pass the data.format and the data.text to give a more informative error message, I find that the bar code scanner service seems to be converting UPC A barcodes to EAN_13. The data.format always says EAN_13 even when scanning ...

Go to advanced search