Question: How To Set Weghing Scale In Sma

How To Set Weghing Scale In Sma

Hi, Saleem. My weighing scale barcode total digits are 13. In this first 7digit barcode and last 6 digit price. Let me know how to add the product in SMA and how to sale it. Ex: 2000005001

HS

Hasif Saheb

Asked
Hi, Saleem.

My weighing scale barcode total digits are 13.
In this first 7digit barcode and last 6 digit price.
Let me know how to add the product in SMA and how to sale it.
Ex: 2000005001154
In attachment i have shown u
1) weighing scale barcode label.
2) Added product using first 7 digit barcode scale label
3) done the weighing scale setting from system setting

Please let me know where i made wrong cause its not scanning on billing screen.
  • MS

    Mian Saleem

    Answered
    Hello,

    You just need to update the scale barcode settings (refer to attached screenshot).

    ---

    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
  • HS

    Hasif Saheb

    Answered
    Nice, it worked for me....
    Thank for ur support.
  • Login to Reply