Question: Where is the Added weighing scale barcode option

Where is the Added weighing scale barcode option

Hello, i'm looking forward to use the new option of Added weighing scale barcode option, but I cannot tell where is it located... Can you please tell me where can I find this option?

TN

Teofilo NH

Asked
Hello, i'm looking forward to use the new option of Added weighing scale barcode option, but I cannot tell where is it located...

Can you please tell me where can I find this option?
  • MS

    Mian Saleem

    Answered
    Hello,

    You can configure the scale barcode in system settings and then start scanning the barcode to add item with weight/price.

    You can refer to **[this reply](/support/question/electronic-scale-barcode-issue?page=2#answer_3665)** for more information on weighing scale barcode.

    Thank you
  • TN

    Teofilo NH

    Answered
    Well, Now I see the app and the features, but Where exactly am i going to type the weight with the barcode scan?? is it during the sale? or where? I looked the example of the watermelon with the weird code.. but I still can't find where to insert the barcode to input the weight...
  • MS

    Mian Saleem

    Answered
    Hello,

    Did you read the link in my previous reply.

    ---

    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