> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/admin/po-approval-rule/po-approval-rule-centre.md).

# PO Approval Rule Centre

### Overview

The **PO Approval Rule Centre** provides a centralized view of all **Purchase Order Approval Rules** configured in the system. It allows users to review existing approval rules, manage approval criteria, monitor notification settings, and perform bulk operations such as deleting multiple approval rules. Users can also customize the grid layout, export approval rule data, and perform advanced searches to quickly locate specific records.

{% hint style="info" %}
To access the PO Approval Rule Centre, go to **Menu → Purchase → PO Approval Rule → PO Approval Rule Centre**.
{% endhint %}

### Header Level Option

The following option is available under the **Options** menu in the PO Approval Rule Centre.

* **Batch Delete:** Allows users to delete multiple selected PO Approval Rules simultaneously. Select one or more approval rules using the checkboxes and click **Options → Batch Delete** to remove the selected records from the system.

### Header Level Icons

These icons provide quick access to commonly used actions, enabling users to efficiently manage PO Approval Rules.

* **Refresh:** Reloads the **PO Approval Rule Centre** and displays the latest approval rule records.
* **Save:** Saves the current grid layout, including selected columns and other UI preferences, for future use.
* **Advanced Search:** Allows users to perform detailed searches by defining specific filter criteria to quickly locate the required approval rules.
* **Columns:** Allows users to customize the grid by showing or hiding available columns according to their preferences.
* **Download:** Exports the PO Approval Rule data in supported formats such as CSV, TXT, MS Word, MS Excel, PDF, and MS Excel (.xlsx).

### PO Approval Rule Centre Columns

The PO Approval Rule Centre displays the following columns:

| Column             | Description                                                                                   |
| ------------------ | --------------------------------------------------------------------------------------------- |
| Rule Name          | Displays the name of the Purchase Order Approval Rule.                                        |
| From Amount        | Displays the minimum Purchase Order amount from which the approval rule becomes applicable.   |
| To Amount          | Displays the maximum Purchase Order amount up to which the approval rule remains applicable.  |
| User Type          | Displays whether the approver is an individual User or a User Group.                          |
| Vendor Type        | Displays whether the approval rule applies to a specific Vendor, Vendor Group, or Any vendor. |
| Send Email?        | Indicates whether email notifications are enabled for the approval rule.                      |
| Send Notification? | Indicates whether in-application notifications are enabled for the approval rule.             |
| Create Datetime    | Displays the date and time when the approval rule was created.                                |
| Created By         | Displays the user who created the approval rule.                                              |
| Modify Datetime    | Displays the date and time when the approval rule was last modified.                          |
| Modify By          | Displays the user who last modified the approval rule.                                        |


---

# 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://docs.xorosoft.com/xoroerp-1/admin/po-approval-rule/po-approval-rule-centre.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.
