This question has been flagged
1 Reply
1499 Views

Hi.
I've been trying to process a receipt with the GS1-128 code with the barcode module as follows:
Packaging barcode. (02)74012341567789
Lot number: (10)Batch00025
FNC1: \x1D​
Gs1-128 barcode.(02)74012341567789(10)Batch00025
But when I scan the previous barcode, a message pops up saying that I should scan one or more products.
I've tried creating the GS1-128 barcode without the FNC1, but still the same result. Also in my settings, I have set the GS1 nomenclature as default.
Please, if anyone can help me I will appreciate it?


Avatar
Discard
Best Answer
  1. Activate Developer Mode
  2. Select Configuration --> Barcode Nomenclatures (from menu in Inventory)
  3. Click on "Default GS1 Nomenclature"
  4. Edit the rule "GTIN of contained trade items"
  5. Change the Barcode pattern to (\(02\))(\d{14})
  6. Save
  7. Edit the rule "Batch or lot number"
  8. change the Barcode pattern to (\(10\))([!"%-/0-9:-?A-Z_a-z]{0,20})
  9. Save
  10. Save again
  11. Settings are done

Now when you go to Barcode App and scan the barcode it should Automatically fill the details and  you don't get the Error.

for the above to work you should be sure that you have the product in your database with your barcode 74012341567789

The above is tested on v16 Only

Avatar
Discard