> 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/purchase/m.r.p.-should-always-be-greater-than-other-rates-in-purchase-voucher.md).

# M.R.P. should always be greater than other rates in Purchase Voucher

**YouTube:** [How to Ensure MRP is Always Higher Than Other Rates in Purchase Voucher?](https://www.youtube.com/watch?v=i3UOKL_r9Cc)

## How to Ensure MRP is Always Higher Than Other Rates in Purchase Voucher?

This tutorial explains how to enable the setting that ensures the **MRP (Maximum Retail Price)** is always greater than any other rate in a **Purchase Voucher** in Logic ERP.

***

### **Access Logic Admin Settings:**

* Open **Logic Admin**.
* Navigate to **Global Settings**.
* Go to the **Purchase Options** tab.
* Locate and enable the option labeled: **"MRP should always be greater than other rates in purchase voucher"**.

<figure><img src="/files/FowxSNkkQCxw39YXZ4mF" alt=""><figcaption><p><strong>Let’s keep this feature enabled to observe its impact on purchase transactions.</strong></p></figcaption></figure>

* Click **Save** to apply the changes.
* **Restart** the software to activate the new setting.

***

### **Validation the option in a Purchase Entry:**

* Open the **Purchase Voucher** screen.
* Begin a transaction by selecting an item.
* Attempt to enter a **Sale Rate** that is **greater than the MRP**.
* The software will display an **error message**:\
  \&#xNAN;*"Sale Rate cannot be greater than MRP."*

<figure><img src="/files/BoHbf7BK5eOdkmILlYKr" alt=""><figcaption><p>As you can see, the software has prompted an alert message.</p></figcaption></figure>

***

### **Note:**

This setting is crucial for maintaining **pricing accuracy** and ensuring **regulatory compliance**, especially in sectors where MRP enforcement is mandatory.


---

# 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/purchase/m.r.p.-should-always-be-greater-than-other-rates-in-purchase-voucher.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.
