feat(inventory): Phase 1 - scan and validate UPC barcodes #1

Open
lyrathorpe wants to merge 54 commits from feat/inventory-phase1-scan into main
Showing only changes of commit c215a86a75 - Show all commits
+5 -2
View File
@@ -20,8 +20,11 @@
#include <plib.h> #include <plib.h>
/* Decoder LDD to load (BAREAN.LDD = EAN/UPC) and the device it registers. */ /* Decoder LDD to load (BAREAN.LDD = EAN/UPC) and the device it registers.
#define BCODE_LDD "BAREAN" Full path: p_loadldd searches only the current path for a bare name, and the
System screen's current path is not necessarily where SCAN.IMG lives. The
.LDD extension is appended automatically. Change this if you move the file. */
#define BCODE_LDD "M:\\IMG\\BAREAN"
#define BCODE_DEV "BAR:" #define BCODE_DEV "BAR:"
/* Longest decoded barcode we handle (UPC-A is 12; headroom for EAN/supplements). */ /* Longest decoded barcode we handle (UPC-A is 12; headroom for EAN/supplements). */