> 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/rounding-rs.md).

# Rounding (Rs)

**YouTube:** [How to Configure Rounding of Final Order Amount in Purchase Orders?](https://youtu.be/MdOUcJMG-ds)

## How to Configure Rounding of Final Order Amount in Purchase Orders?

In this tutorial, we will learn how to configure the **Rounding (Rs)** option in Purchase Orders. This feature allows you to control how the final Purchase Order amount is rounded before saving the transaction, ensuring consistency in billing and accounting.

***

### Objective of This Feature

* Automatically round Purchase Order totals.
* Maintain consistency in transaction values.
* Simplify payment and accounting calculations.
* Reduce decimal value handling.
* Apply rounding as per business requirements.

***

### Access to Purchase Order Configuration

* Open the **Purchase Order Configuration** window.
* Navigate to the **General Options** section.
* Locate the option labeled as:

> **"Rounding (Rs)**

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

* This option provides multiple rounding methods for the final Purchase Order amount.

***

### Option 1: ₹1 (Default)

* By default, the rounding option is set to **₹1**.
* The system rounds the final amount to the nearest whole rupee.

**Example**

* Suppose the calculated Purchase Order amount is:
  * **₹92.81** The system will round it to **₹93.00**

<figure><img src="/files/8mJ5r5mZgki3oKOhkfNz" alt=""><figcaption></figcaption></figure>

**Result**

* Decimal values are removed.
* The final amount is rounded to the nearest rupee.

***

### Option 2: 50 Paise

* When **50 Paise** rounding is selected, the system rounds the final amount to the nearest multiple of ₹0.50.

**Configuration**

* Select **50 Paise** from the dropdown list.
* Save the configuration.
* Create a new Purchase Order entry.

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

**Result**

* The final amount is automatically rounded to the nearest value ending in:
  * .00 or .50
* This ensures the total follows 50-paise rounding rules.

***

### Option 3: ₹5

* When **₹5** rounding is selected, the system rounds the final amount to the nearest multiple of ₹5.

**Configuration**

* Select **₹5** from the dropdown list.
* Save the configuration.
* Create a new Purchase Order entry.

**Example**

* If the calculated amount falls between two ₹5 intervals, the system automatically rounds it to the nearest multiple of ₹5.

**For example:**

* ₹102 may round to ₹100
* ₹103 may round to ₹105

(depending on the nearest multiple)

<div><figure><img src="/files/b7TymcxF0l6RiKWGq5dP" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3o3oshNIyIV9bXucAyug" alt=""><figcaption></figcaption></figure></div>

**Result**

* The final Purchase Order amount is always rounded to a value such as:
  * ₹100, ₹105, ₹110 Or ₹115 and so on.

***

### Key Benefits

* Standardizes transaction values.
* Reduces handling of decimal amounts.
* Improves billing convenience.
* Simplifies accounting and reconciliation.
* Supports different business rounding policies.

***

### Best Practice Tips

* Use **₹1 Rounding** for standard accounting requirements.
* Use **50 Paise Rounding** when half-rupee precision is required.
* Use **₹5 Rounding** for simplified cash handling and rounded billing.
* Apply a single rounding method consistently across transactions for better reporting accuracy.

***

### Final Outcome

The **Rounding (Rs)** option in Purchase Order Configuration allows Logic ERP to automatically round the final Purchase Order amount according to the selected method—₹1, 50 Paise, or ₹5. This helps maintain consistent transaction values and simplifies billing, accounting, and payment processing.


---

# 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/rounding-rs.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.
