# Do not allow Billing Rate Below

**YouTube:** [How to Globally Set a Minimum Threshold Rate to Restrict Billing Below It in Sale Bill?](https://www.youtube.com/watch?v=STQlacRTyOI)

## How to Globally Set a Minimum Threshold Rate to Restrict Billing Below It in Sale Bill?

This tutorial explains how to enable a control in Logic ERP that prevents users from entering a billing rate below a specified threshold, such as the MRP (Maximum Retail Price). This feature ensures compliance with pricing policies and prevents loss due to under-billing.

***

### Step-by-Step Configuration

* Navigate to the Logic folder and run Logic Admin.
* Open Global Settings.
* Click to Sales Settings - 2 tab.
* Find and enable the option: **“Do not Allow Billing Rate Below”**
* Use the dropdown to select the rate type you want to enforce (e.g., **MRP**, **Purchase Rate**, **Last Sale Rate**, etc.).

<figure><img src="/files/bo5cAPUklGs3mcIRT8nX" 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>

* Select **MRP** in this case.
* Click **Save** to apply the changes.
* After saving, **restart Logic ERP** to activate the new settings.

***

### Configure Sale Bill Series:

* The setting is also available within the **Sale Bill Configuration** module.
* However, when applied here, it must be **configured separately for each billing series.**
* To ensure consistent application across the organization, it is recommended to enable the setting via **Logic Admin under Global Settings.**

***

### **Behavior After Activation**

* Open the **Sales Bill** window.
* Create a **new sale entry**.
* When entering a billing rate **below the selected threshold (e.g., MRP)**:
  * The system will show a **validation prompt**:

    > "Billing rate cannot be below the MRP."

<figure><img src="/files/tbgOebexfVU1wuVr2g92" alt=""><figcaption><p>As you can see in the image, the software has prompted that the sale rate cannot be below the MRP.</p></figcaption></figure>

***

### Key Benefits

* **Prevents loss** due to underpricing.
* **Ensures compliance** with company pricing policies.
* **Centralized control** when configured via Global Settings.
* **Flexible enforcement**—can be applied system-wide or per billing series.


---

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