> 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/sale-order/so-configuration/tax-region.md).

# Tax Region

**YouTube:** [How to Configure Default Tax Region in Sale Order?](https://www.youtube.com/watch?v=QTbIP34CW_E)

## How to Configure Default Tax Region in Sale Order?

This tutorial explains how to **set a Default Tax Region for Sales Orders** in Logic ERP. This feature ensures that the correct tax structure (such as CGST/SGST or IGST) is automatically applied during order creation, improving accuracy and saving time.

***

### **Objective of This Feature**

* Automatically apply **default tax region** in Sales Orders
* Reduce manual selection of tax structure
* Ensure **accurate tax calculation**
* Improve billing efficiency and compliance

***

### **Review Current Behavior**

* Default Tax Region is **not defined**

**System Behavior**

* **User Must:** Manually select tax region for every Sales Order

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

***

### **Open Sales Order Configuration**

* Go to **Sales Order Module**
* Click on **Configuration**
* Select the relevant **Sales Order Configuration**

**Set Default Tax Region**

* Locate the option labeled as:

> **"Default Tax Region"**

**Select Tax Region**

* Choose from available options such as:
  * **CGST/SGST**
  * **IGST**\
    \&#xNAN;*(depending on system configuration)*

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

* Click **Save**

***

### &#x20;**Verify Default Tax Region**

* Click on **New Order**
* Upon creating a new Sales Order:
  * Selected **Tax Region is Auto-filled**

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

**Example**

* Default Tax Region set as:
  * **CGST/SGST**
* System automatically applies it in Sales Order

***

### **Key Benefits**

* Eliminates repetitive manual selection
* Ensures consistent tax application
* Reduces chances of tax-related errors
* Speeds up Sales Order processing

***

### **Best Practice Tips**

* Choose tax region based on business location
* Verify tax setup before assigning default
* Update configuration if tax rules change

***

### **Final Outcome**

* Default Tax Region is **automatically applied** in Sales Orders
* Billing becomes **faster and more accurate**
* Tax compliance is **maintained consistently**
* User efficiency is significantly **improved**


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/order-processing/sale-order/so-configuration/tax-region.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.
