> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/reports-queries/item-report/barcode-labels-printing/barcode-labels-printing-configuration/display-rates-dividing-by-10.md).

# Display Rates Dividing by 10

**YouTube:** [How to Display Rates Divided by 10 in Barcode Label Printing?](https://youtu.be/GAfdkQayHJw)

## How to Display Rates Divided by 10 in Barcode Label Printing?

In this tutorial, we will learn how to use the **"Display Rates Dividing by 10"** option in Barcode Label Printing and understand how it affects the rate displayed on barcode labels.

***

### Objective of This Feature

* Display item rates divided by 10 on barcode labels
* Customize the rate displayed during barcode printing
* Maintain flexibility in barcode label presentation
* Apply the setting to rates retrieved from purchase vouchers

***

### Access to the Barcode Label Printing Configuration

* Navigate to the **Barcode Label Printing** module.
* Open the **Configuration** window.
* Locate and disable the option labeled as:

> **"Display Rates Dividing by 10"**

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2FqeHJADR5OJiQxPGsfZ23%2FCNF.png?alt=media&amp;token=a3933bd8-2948-456a-b182-ce50f796afb8" alt=""><figcaption></figcaption></figure>

***

### Observe the Disabled State

* Navigate to the barcode printing section for **Purchase Vouchers**.
* Select the required Purchase Voucher.

In the selected Purchase Voucher:

* **Item Rate:** ₹2,000
* Select the required item.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2F3c5JqBTAcoWq7zGsFNNH%2FSale%20Rate.png?alt=media&amp;token=023aaadd-f034-4eb5-a697-eb6c2b62cc6a" alt=""><figcaption></figcaption></figure>

* Click on **Create**.

The **Barcode Printing Design Selection** window will appear.

***

### Open the Barcode Design

* Click **No** to open the barcode design window instead of printing directly.
* Click **Open**.
* Select the required barcode design format.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2Fqx7aOjDBEVl4Kq6FgVRX%2FSale%20Rate%20d.png?alt=media&amp;token=f8729927-f339-4e3b-bd56-4d1422442f3f" alt=""><figcaption></figcaption></figure>

**Result**

* Since the **Display Rates Dividing by 10** option is disabled, the barcode label displays the actual item rate: **₹2,000**

***

### **Now, let's observe the behavior after enabling the feature.**

* Return to the **Barcode Label Printing Configuration**.
* Enable **"Display Rates Dividing by 10"**.
* Save the configuration changes.

### Generate the Barcode Again

* Select the same **Purchase Voucher**.
* Select the required item.
* Click on **Create**.
* Open the barcode design and select the required format.

<figure><img src="https://4031188996-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMVkjt8zqHBQX1c9QvFS%2Fuploads%2F7SAWza1c6do5bW5eeScs%2FDevided.png?alt=media&amp;token=e81d8f8c-7dec-4d8e-bf73-cd9ed41ff983" alt=""><figcaption></figcaption></figure>

### Verify the Updated Rate

* As the feature is now enabled, the system divides the original rate by **10** before displaying it on the barcode label.
* **₹2,000 ÷ 10 = ₹200**
* The barcode label therefore displays: **₹200**

Similarly, any rate displayed on the barcode label will be divided by **10** when this option is enabled.

***

### Key Benefits

* **Flexible Rate Display:** Customize how rates appear on barcode labels.
* **Automatic Calculation:** Rates are automatically divided by 10.
* **Easy Configuration:** Enable or disable the feature as required.
* **Consistent Printing:** Applies the configured calculation to barcode label rates.

***

### Important Note

When **"Display Rates Dividing by 10"** is disabled, the actual item rate is displayed. When enabled, the system automatically divides the rate by **10** before displaying it on the barcode label.

***

### Final Outcome

By enabling **"Display Rates Dividing by 10"**, Logic ERP automatically displays barcode label rates after dividing the original item rate by 10. For example, an item rate of **₹2,000** will be displayed as **₹200** on the barcode label.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/reports-queries/item-report/barcode-labels-printing/barcode-labels-printing-configuration/display-rates-dividing-by-10.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
