MB
Asked
Hello,
How can I use this system to sell meat and vegetables. I’m using electric balance give printed ladel of item sold price by it weight. Can this system read this label (given by the electric balance) and add it like new item to be added in the pos screen.It is usefull for butcher, supermarket Vegetable sale.
Best regards
How can I use this system to sell meat and vegetables. I’m using electric balance give printed ladel of item sold price by it weight. Can this system read this label (given by the electric balance) and add it like new item to be added in the pos screen.It is usefull for butcher, supermarket Vegetable sale.
Best regards
- MBAnsweredI mean digital weighing scale integration
- MSAnsweredHello,
You just need to update the scale barcode settings and start scanning the scale barcodes.
---
How the scale barcode will be parsed
```txt
1. by checking the barcode length is equal to the total chars for scale barcode in settings
2. If yes then only move forward otherwise return the code as it is
3. For yes, parse the barcode and get item code and quantity/price as per settings.
4. Find the product for the item code and set the quantity/price and return
```
If you see the live demo, there are 2 products with code `111111` and `222222` 6 chars and `F11111100250C` and `F22222200150C` will be parse with default settings as following
```
F 111111 00150/100 C
F 222222 00250/100 C
X item code quantity X
```
If you still have any concern, please let me know.
Thank you - MBAnsweredDo you have any video demo?
I m using this scale(attachments file)
Ean13 code, the front two codes represent department code:
```
00 DD (2) IIIIIIIIII (10) X X C
01 DD (2) IIIIII (6) PPPP (4) X C
02 DD (2) IIIII (5) PPPPP (5) X C
03 DD (2) IIII (4) PPPPPP (6) X C
04 DD (2) III (3) PPPPPPP (7) X C
05 DD (2) IIIIII (6) X Q.QQQ (4) C
06 DD (2) IIIIII (6) X QQ.QQ (4) C
07 DD (2) IIIII (5) X QQ.QQQ (5) C
08 DD (2) IIIII (5) X QQQQ.Q (5) C
09 DD (2) IIIII (5) X QQQQQ (5) C
D - DEPAETMENT CODE
I - ITEM NUMBER
P - TOTAL PRICE
Q-WEIGHT
```
total 13 digits
we will use ean13 barcode formatAttachments - MSAnsweredHello,
Please refer the attached image for guide.
You can attach your scale barcode with details, if you need further assistance.
Thank youAttachments - MBAnsweredMy scale barcode total: 13 digits we will use ean13 barcode format
- MSAnsweredYes, you already mentioned it's EAN13 but do it has quantity?
Can you take photo of your scale barcode and let me know the details as you can see in the guide image attached in previous reply? - MBAnsweredhello,please
- MSAnsweredHello,
You scale barcode don't have quantity but the price. You can change the type on scale barcode setting to price. I have seen the barcode as `9911127021001` if the item code is `11127` and price `02100` You can update system settings as screenshot attached.
Thank you - MBAnsweredclear ,thank you
- Login to Reply