> 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-installation-configuration-and-troubleshooting-solutions/faqs/sales/sale-rate-changes-during-billing.md).

# Sale Rate Changes during Billing

**YouTube:** [How to Enable Sale Rate Changes during billing?](https://www.youtube.com/watch?v=JqxlDBtaddM)

## How to Enable Sale Rate Changes during billing?

In this tutorial, we’ll guide you through the process of enabling and changing the **sale rate at runtime during billing** in Logic ERP.

***

### Attempt to Change the Sale Rate

* Start by generating a **Sales Bill**.
* Try to edit the **Sale Rate** during billing.
* You’ll notice that the software does **not allow rate modification** because the **Rate column is locked** by default for security reasons.

***

### Unlock the Rate Column

To enable rate changes at the time of billing:

* Go to **Sale Voucher Configuration**.
* Select the **Relevant Billing Series**.
* Open the **Column Locks** section.
* Locate and **Unlock the Rate Column**.

<figure><img src="/files/AuVKsBPh0ymM49XtmpUp" alt=""><figcaption></figcaption></figure>

* Save the configuration changes.

Unlocking the column allows authorized users to modify the sale rate during billing.

***

### Modify the Rate During Billing

* Return to the **Billing Screen**.
* Start creating a **New Sales Bill**.
* Edit the **Sale Rate** directly in the bill.

<figure><img src="/files/eReEuCmupLQTg5aX3mMj" alt=""><figcaption></figcaption></figure>

* The software will now accept the updated rate for this transaction.

***

### Understand the Scope of Rate Modification

* The **modified rate applies only to the current bill**.
* When you generate the **next bill for the same item**, the software automatically applies the **original lot rate**.
* This ensures that any changes made during billing do **not affect future bills** or the base item configuration.

***

### Save and Verify

* Save the **Current Bill** with the modified rate.
* Create a **New Bill** for the same item to verify that the system reverts to the original lot rate.

<figure><img src="/files/Z6XmcHMcc2Tz4cR4CIts" alt=""><figcaption></figcaption></figure>

This confirms that runtime rate changes are limited to individual transactions, maintaining the integrity of your pricing setup.

***

### Key Takeaways

* **Column Locks** in Logic ERP control whether sale rates can be edited during billing.
* Unlocking the rate column provides flexibility for specific cases without altering the default item rates.
* Changes made at runtime affect only the **current bill** and do not impact future transactions.


---

# 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:

```
GET https://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/faqs/sales/sale-rate-changes-during-billing.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.
