# Do Not Allow Zero MRP

YouTube Link: [How to make MRP entry in Purchase mandatory in Logic ERP Software?](https://www.youtube.com/watch?v=JdGDi70ZHoQ)

## How to make MRP entry in Purchase mandatory in Logic ERP Software?

In this Tutorial, we will discuss a crucial validation option that enhances data integrity by ensuring the MRP (Maximum Retail Price) entry is never missed.

To maintain accuracy and integrity in your ERP system, it's essential to ensure the MRP entry is neither left blank nor set to zero. This feature prevents incomplete data entries that could lead to downstream errors.

#### How to Enable MRP Validation

1. Navigate to the "Purchase Voucher Configuration".
2. Select the option "Do Not Allow Zero MRP".
3. Tick the checkbox to activate this validation.

<figure><img src="/files/zPhnXtOyrgXDPevWGaU2" alt=""><figcaption><p>Let's Keep this feature enable to observe it's Impact.</p></figcaption></figure>

### **Observe Effect on Purchase :**

* Create a "Purchase Voucher".
* Now, whenever you make a purchase and accidentally leave the MRP at zero, the software will display a prompt "MRP Entry is Mandatory".

<figure><img src="/files/XpwFwegT3TLjbLdIgxaY" alt=""><figcaption><p>Here you can observe software has prompted an Error "MRP Entry is Mandatory" </p></figcaption></figure>

With this setting enabled, any attempt to save an entry with a blank or zero MRP will be restricted, enforcing data completeness.

***


---

# 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/setups/configurations/purchase-voucher-configurations/other-settings-1/do-not-allow-zero-mrp.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.
