# Set Inclusive Tax Calculation for Sales Orders

**YouTube:** [How to Set Inclusive Tax Calculation for Sales Orders?](https://www.youtube.com/watch?v=YvsDekd9hJU)

## How to Set Inclusive Tax Calculation for Sales Orders?

In this tutorial, we will learn how to **set up inclusive tax calculation in the Sales Order module of Logic ERP**. Let’s get started.

***

### Applying Inclusive Tax in Sales Order

* Open the **Sales Order** module.
* Enter the **Customer Name**.
* Select the **Inclusive Tax Region**.

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

* Proceed with transacting the item.

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

* Now go to the **Other Details** section.
* Here, you can observe that **inclusive tax calculation is applied**, meaning the **gross amount already includes tax**.

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

The system internally calculates and adjusts the tax components while ensuring that the **net amount remains equal to the gross amount**.

***

### Configuring Inclusive Tax Calculation

To configure inclusive tax calculation, follow these steps:

**Tax 2 Configuration (Inclusive Tax)**

* Open **Configuration**.
* Navigate to **Calculation Mode for Tax 2**.
* Set **Calculation Position for Percentage Fields** to **Cumulative**.
* Define the **Calculation Method** as **Minus (–)**.
* Set **Calculation Type** to **Item Wise Inclusive**.

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

This configuration enables inclusive tax calculation at the item level.

You may also configure:

* **Round Off**
* **Description**

as per your business requirements.

**Tax 1 Configuration**

* Set **Calculation Position for Percentage Fields** to **Position Number**.
* Enter the **Position Number as 5**.

> This position number is determined by counting all fields upward up to Tax 2.\
> Since the total number of fields up to Tax 2 is 5, the position number is set accordingly.

* Set **Calculation Method** to **Plus (+)**.
* Set **Calculation Type** to **Default**.
* Configure **Round Off** and **Description** if required.

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

**Tax 3 Configuration**

* Maintain **exactly the same settings as Tax 1** to ensure consistency in calculation.

***

### Conclusion

This is how you can successfully **configure inclusive tax calculation in the Sales Order module of Logic ERP**.\
With this setup:

* Tax is included within the item rate
* The system accurately splits tax components internally
* The gross and net amounts remain aligned

This ensures **accurate tax handling and compliant billing** for inclusive tax regions.


---

# 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/order-processing/sale-order/set-inclusive-tax-calculation-for-sales-orders.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.
