> 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/order-processing/purchase-order/po-configuration/check-po-qty-limit-as.md).

# Check PO Qty Limit As

**YouTube:** [How to Enable Quantity Limit Checks in Purchase Orders?](https://www.youtube.com/watch?v=PIkg9ibJh4I)

## How to Enable Quantity Limit Checks in Purchase Orders?

This tutorial explains how to apply a **Quantity Validation Check** in Purchase Orders in Logic ERP. This feature restricts users from saving a Purchase Order when the entered Item Quantity exceeds the predefined limit configured for a specific Item Group, MRP, Month, or Branch.

***

### **Objective of This Feature**

* Restrict Purchase Orders exceeding defined Quantity Limits
* Control over-purchasing of Items
* Apply Item Group-wise quantity validations
* Improve inventory planning and procurement control

***

### **Enable Quantity Limit Validation**

* Open the **Purchase Order Configuration Window**
* Navigate to **Other Settings**
* Locate the option labeled as:

> **“Check PO Qty Limit As”**

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

* Select the required validation option:
  * N/A
  * Item Group + Mfg + Month Wise
  * Branch + Item Group + Mfg + Month Wise
* In this tutorial we'll go with **"Item Group + Mfg + Month Wise".**
* **Save** the settings

***

### **Create a New Purchase Order**

* Initiate a **New Purchase Order Entry**
* Enter:
  * Item Details
  * Quantity
  * MRP

**Verify Validation Functionality**

* Click **Save**

**System Behavior**

* If the entered quantity exceeds the predefined limit:
  * The software restricts the entry

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

**Error Message**

* The system displays an alert stating:
  * Quantity Limit for the defined Group and MRP has been exceeded

**Example**

* Defined Quantity Limit:
  * **20 Units**
* Entered Quantity:
  * More than **20 Units**

**Result**

* The software does not allow the Purchase Order to be saved

#### **Allowed Scenario**

* Once the quantity is entered within the allowed limit:
  * The Purchase Order is saved successfully

***

### **Configure Purchase Order Quantity Limits**

* Go to **Main Menu → Setup Module → Party Wise Settings**
* Open **Setup Branch + Item Group + Month-wise Quantity Limit for PO**

**Define PO Quantity Limits**

* Select **PO Limit As** option from the dropdown.

<figure><img src="/files/4yWNTfU83mujE74KOkKU" alt=""><figcaption></figcaption></figure>

**Example Setup**

Since the validation is configured as:

* **Item Group Wise**
* Select Required **Item Group**

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

**Define**

* Applicable:
  * Month
  * Year

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

**Enter**

* MRP
* Quantity Limit

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

**Example**

* **T-Shirt Category**
* MRP:
  * ₹1,500
* **Quantity Limit:**
  * 20 Units

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

***

### **Final Validation Result**

**System Functionality**

* Whenever the Purchase Order quantity exceeds:
  * The defined Quantity Limit

**Result**

* The software restricts the transaction:
  * And prevents the document from being saved

***

### **Key Benefits**

* Prevents excess purchasing
* Better inventory and procurement control
* Enforces quantity policies automatically
* Reduces manual monitoring efforts

***

### **Best Practice Tips**

* Define quantity limits based on procurement planning
* Regularly review Item Group-wise limits
* Update monthly quantity restrictions as per business requirements

***

### **Final Outcome**

* Purchase Orders exceeding defined Quantity Limits are restricted
* Quantity validation works Item Group and MRP-wise
* Improved procurement accuracy and inventory control
* Better compliance with purchasing policies in Logic ERP


---

# 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-learning-hub-tutorials-and-best-practices/order-processing/purchase-order/po-configuration/check-po-qty-limit-as.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.
