# How setup label weighing scale?

A Label weighing scale generates a barcode based on the configuration of Prefix, Product SKU length, Quantity integer part length & Quantity fractional part length.

**Enabling & setting it**

To enable weighing scale integration in KB CloudERP, do the below settings:

1. Go to Settings -> Business Settings -> POS -> Check **Enable Weighing scale** and save it.
2. Below it provides the setting for the weighing scale.
   1. Prefix
   2. Product SKU length
   3. Quantity integer part length
   4. Quantity fractional part length\
      And save it.
3. Go to the POS screen and click on the weighing scale button present next to the product SKU search field, on clicking, it will open a modal where you can scan/enter the barcode generated by the weighing scale. On Successful match of settings and barcode, the product will be added as per the specified quantity in the barcode.
4. You can add a shortcut key for weighing scale by going to Settings -> Business Settings -> POS

**Example:**

Suppose you give the below values in weighing scale settings

* **Prefix:** 25
* **Product SKU length:** 4
* **Quantity integer part length:** 2
* **Quantity fractional part length:** 2

If the barcode read from the scale will be:  25 1234  35 50   (without spaces)

It will read the product with SKU 1234 & add quantity 35.50\
The price will be automatically calculated by multiplying quantity & unit price.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kbgfuzion.com/erp/help-and-faq/hardware-support/how-setup-label-weighing-scale.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
