# Rate Decimal

**YouTube:** [How to Set Decimal Precision for Rates in the Sale Bill ?](https://www.youtube.com/watch?v=H9t10RLFbNE)

## How to Set Decimal Precision for Rates in the Sale Bill?

In this tutorial, we’ll guide you through the steps to **customize the number of decimal places** for item rates in packs and units within Logic ERP. This setting allows for greater precision when entering rates in sales transactions.

***

### Understanding the Default Behavior

By default:&#x20;

* **Pack/strip rates** are limited to **2 decimal places**.
* **Unit rates** also default to **2 decimal places**.

However, this might not be sufficient for businesses that deal with high-precision pricing (e.g., pharmaceuticals, electronics, or items sold in fractional quantities).

***

### Step-by-Step: Enabling Extended Rate Decimals

* Navigate to the **Sale Voucher Configuration**.
* Select the desired **Series** from the dropdown list.
* Navigate to the **Other Settings – 3** tab.
* Locate the option: **"Rate Decima**&#x6C;**"**
* From the dropdown, select either:
  * Default&#x20;
  * Packs=4. Units=7

<figure><img src="/files/wSgk732Dsr51E4HKiC6N" alt=""><figcaption><p>As mentioned above, follow the given steps and select the appropriate option from the dropdown as per your requirement.</p></figcaption></figure>

* Switch from **“Default”** to **“4 Decimal (Packs) / 7 Decimal (Units)”**.
* **Click Save** to apply the changes.

***

### Testing the Configuration

Let’s validate the new settings with a quick test:

**For Packs:**

* Choose a conversion factor such as **strip**.
* Enter a rate like 125.4567.

<figure><img src="/files/n2DWcogINSeBzP1LjPHk" alt=""><figcaption><p>As you can see in the picture, the software is allowing only 4 decimal places in the Sale Rate.</p></figcaption></figure>

* The system now **accepts up to 4 decimal places** for the pack rate.

**For Units:**

* Enter a rate such as 5.1234567.

<figure><img src="/files/pRp1km24lfo09RuUeuUy" alt=""><figcaption><p>As you can see in the picture, the software is allowing only 7 decimal places in the Sale Rate.</p></figcaption></figure>

* You’ll see the system allows **up to 7 decimal places** for unit-level precision.

***

### Summary

By enabling this feature, you can:

* Maintain **high precision** in pricing.
* Avoid rounding issues in **bulk or sensitive item billing**.
* Ensure accurate records for compliance and audits.


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/configurations/sale-voucher-configuration/other-settings-3/rate-decimal.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.
