Encrypted barcode hot key configuration
For a pass that is using an encrypted barcode
BC_CODE128('PXX'+dec2baseXX(gst_pass.pass_no))
The following .INI Setting allows for this item to Autosell when the hot key is selected and the pass barcode is scanned. The scan is not pre-encoded with a prefix.
[Preferences]
EncryptedAutoCommand=False
EncryptedAutoCommandXXOnly=True
EncryptedPassNumbers=True
EncryptedManualEntry=True
F11Strip=3
F11Text=%APXX
F11Prompt= Scan Pass
A few other .INI settings to verify
• NoDecryptPrefixes= ( if A or P are set in here, you receive error messages – it needs to be blank or A and P need to be removed)
• PassPrefix=
• AutoPassPrefix=A
• F11Track=0
• Works with Scanners that are programmed with prefixes. For example, %R just needs a change to the F11Strip to add in the addition prefixes.
Example:
Scanner not programmed
F11Strip=3
Scanner programmed with %R
F11Strip=5