Question: Weight Barcode Thing

Weight Barcode Thing

Hello, can you help me on how to use the weight scale barcode ?

EH

Einnlleinhatt Ha

Asked
Hello, can you help me on how to use the weight scale barcode ?
  • MS

    Mian Saleem

    Answered
    Hello,

    You can update the scale barcode in settings and then system will parse them as following

    ---

    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
  • Login to Reply