> 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/user-access/logic-global-admin/sale/sale-settings-2/do-not-allow-rate-modification-in-sale-bill.md).

# Do Not Allow Rate Modification in Sale Bill

**YouTube:** [How to Globally Restrict Editing of Rates in Sale Bill ?](https://www.youtube.com/watch?v=Q-1XuFGpzao)

## How to Globally Restrict Editing of Rates in Sale Bill ?

This tutorial explains how to enable the setting that restricts manual rate modification in sales billing within the Logic ERP system.

***

### Implementation Procedure

* Navigate to the **Logic** folder and run **Logic Admin**.
* Click on "**Global Settings"**&#x20;
* Open the **Sales Settings - 2** tab.
* Locate and enable the option labeled: **"Do Not Allow Rate Modification in Sale Bill"**
* Click **Save** to apply the changes.

<figure><img src="/files/GyvUEFvNX5nBK3Cysgpl" alt=""><figcaption><p>Let's keep this feature enable to observe its impact in Billing.</p></figcaption></figure>

***

### **Apply Across Series and Branches:**

* The same option is also available in **Sale Bill Configuration**.
* However, this setting must be configured **individually for each Series** if done from there.
  * Note: If you want to disable rate modification for a particular series, then lock the rate column using **Column Locks**.
* To apply the restriction **across all series and branches**, it is recommended to use the **Logic Global Admin** settings.

***

### Validate the Changes

* **Restart the software** to ensure all settings take effect.
* Create a new **sale voucher**.
* Try modifying the rate in the voucher entry.
* The software will now **restrict any manual rate modification**.

<figure><img src="/files/X2GvHzbAIKqtf8sdnail" alt=""><figcaption><p>As you can see in the picture, rate editing has been disabled.</p></figcaption></figure>

* Only the **predefined rate in the lot** will be applied—manual entry will be blocked.

### **Key Benefits of Restricting Rate Modification**

* **Prevents Unauthorized Changes** – Stops manual rate edits by billing staff.
* **Ensures Pricing Consistency** – Uniform rates across branches and series.
* **Protects Profit Margins** – Avoids losses due to incorrect pricing.
* **Reduces Errors** – Minimizes mistakes in billing entries.
* **Enforces Policy Compliance** – Aligns billing with company pricing rules.
* **Simplifies Audits** – Easier to track and verify billing accuracy.


---

# 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/user-access/logic-global-admin/sale/sale-settings-2/do-not-allow-rate-modification-in-sale-bill.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.
