# Do Not Allow Rate

**YouTube:** [How to Configure Rate Control Based on MRP in Sales Orders?](https://www.youtube.com/watch?v=kII9wJHmTQo)

## How to Configure Rate Control Based on MRP in Sales Orders?

This tutorial explains how to use the **“Do Not Allow Rate”** feature in the Sales Order module of Logic ERP. It demonstrates how to control item pricing based on **MRP (Maximum Retail Price)** conditions, ensuring that rates are entered within defined limits to maintain pricing discipline and prevent errors.

***

### **Objective of This Feature**

* Enforce **pricing rules based on MRP**
* Prevent **overpricing or invalid rate entries**
* Maintain **consistency in sales transactions**
* Strengthen **billing accuracy and control**

***

### **Accessing Sales Order Configuration**

* Navigate to **Sales Order Module**
* Click on **Configuration**
* Select the relevant **Sales Order Configuration**
* Locate the option Labeled as:

> **“Do Not Allow Rate”**

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

This feature provides **three parameters** to control rate entry:

***

### Option 1: **None (No Restriction)**

**Functionality**

* No validation applied

**Result**

* Users can:
  * Enter any rate
  * Modify rates freely

***

### Option 2: **Do Not Allow Rate ≥ Item MRP**

**Functionality**

* Rate must always be **less than MRP**

**System Behavior**

* Example:
  * MRP = ₹1200
  * Entered Rate = ₹1000 (Allowed)

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

**Restricted Scenarios**

* Rate = ₹1200 (Equal to MRP)
* Rate > ₹1500 (Greater than MRP)

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

**System Response**

* Error message displayed:
  * Rate cannot be equal to or greater than MRP

***

### **Option 3: Do Not Allow Rate > Item MRP**

**Functionality**

* Rate can be **equal to or less than MRP**
* Only higher values are restricted

**System Behavior**

* Example:
  * MRP = ₹1200
  * Rate = ₹1200 (Equal to MRP)

**Restricted**

* Rate > ₹1500

<figure><img src="/files/6w2FIKHcdCN8HAq8L7Bw" alt=""><figcaption></figcaption></figure>

**System Response**

* Error message displayed:
  * Rate cannot be greater than MRP

***

### **Key Benefits**

* Prevents **incorrect pricing entries**
* Ensures **compliance with pricing policies**
* Reduces **billing errors**
* Improves **profitability control**

***

### **Best Practice Tips**

* Use **“≥ MRP Restriction”** for strict pricing control
* Use **“> MRP Restriction”** when selling at MRP is allowed
* Regularly verify MRP values in item master

***

### **Final Outcome**

* Item rates are **validated against MRP rules**
* Pricing becomes **consistent and controlled**
* Errors in billing are **significantly reduced**
* Sales process becomes **more reliable and compliant**


---

# 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/order-processing/sale-order/so-configuration/do-not-allow-rate.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.
