> 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/setups/party-wise-settings/set-branch-+-tax-region-+-customers.md).

# Set Branch + Tax Region + Customers

**YouTube:** [How to Set Up Branch- and Party-Wise Default Tax Regions?](https://youtu.be/RACLrfhrRiw)

## How to Set Up Branch and Party Wise Default Tax Regions?

In this tutorial, we will learn how to **configure Branch-wise and Customer/Supplier-wise Tax Regions in Logic ERP**, ensuring that the correct tax region is automatically picked during purchase and sales transactions.

***

### Open Branch & Party-Wise Tax Region Setup

* From the **Main Menu**, navigate to **Setup**
* Go to **Party Wise Settings**
* Open **Set Branch + Tax Region + Customers**

***

### Select Branch and Party

* Select the required **Branch**

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

* Search and select the **Customer or Supplier**

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

* Click **Refresh** to load the records

<figure><img src="/files/9No5WHAdykFNFGVhNQ6O" alt=""><figcaption></figcaption></figure>

***

### Define Default Tax Region

* You can define the **Tax Region separately** for:
  * **Sales**
  * **Purchase**

**Available Methods:**

* Press the **Space Bar** to assign the tax region **individually**
* Press **F2** to define the tax region for **multiple customers or suppliers at once**

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

* After completing the selection, click **Save**

***

### Verify Tax Region in Purchase Bill

* Log in to the **same branch**
* Open the **Purchase Bill** window
* Select the supplier for whom the tax region was defined

<figure><img src="/files/6Hkt9AxjhmxzNPHo5lHT" alt=""><figcaption></figcaption></figure>

The **Tax Region is automatically picked** based on branch-wise configuration.

***

### Verify Tax Region in Sales Bill

* Open the **Sales Bill** window
* Select the customer

<figure><img src="/files/5qKdS3BFwE19DwooDqhD" alt=""><figcaption></figcaption></figure>

The **Tax Region is automatically applied** as per the branch and customer configuration.

***

### Conclusion

By setting **Branch + Customer/Supplier-wise Tax Regions** in Logic ERP, you can:

* Automate tax region selection
* Reduce manual errors during billing
* Ensure accurate GST and tax compliance

This configuration improves billing efficiency and maintains consistency across branches.


---

# 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/setups/party-wise-settings/set-branch-+-tax-region-+-customers.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.
