Author Topic: Weight Barcodes ???  (Read 5150 times)

toni

  • Jr. Member
  • **
  • Posts: 56
Weight Barcodes ???
« on: July 12, 2012, 09:45:43 am »
I've got a CAS Scale. It prints "price embeded" barcodes. It can be changed to print "weight embeded" barcodes.
Example : 0212340001276
prefix=02
product number=1234 
price value= 1.27

How can I use these barcodes within Sambapos ?

In Program Settings :

Weight Barcode prefix = 02
Weight Barcode Item Id Lenght = 5
Weight Barcode Item Id Format = ???
Weight Barcode Quantity Lenght = ???


emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Weight Barcodes ???
« Reply #1 on: July 20, 2012, 03:44:48 pm »
Hello toni. Your sample barcode contains prefix, item Id and price values. SambaPOS expects product weight instead of price and we calculate price from weight info. Is it possible to configure scale for adding weight info instead of price?

toni

  • Jr. Member
  • **
  • Posts: 56
Re: Weight Barcodes ???
« Reply #2 on: July 24, 2012, 07:10:26 am »
Hello toni. Your sample barcode contains prefix, item Id and price values. SambaPOS expects product weight instead of price and we calculate price from weight info. Is it possible to configure scale for adding weight info instead of price?

Hello Emre,

Yes, It is possible to configure the scale to add weight info.

Thank you.