# Create 40% Tax Types

**YouTube:** [How to Create a 40 % GST Tax Slab in Logic ERP?](https://www.youtube.com/watch?v=-zDHdDwqOTE)

## How to Create a 40 % GST Tax Slab in Logic ERP?

In this tutorial, we’ll demonstrate how to **set up GST 40% tax slab accounts and tax types** in Logic ERP.

***

### Create GST Sale Accounts

* Go to the **Setup Menu** → open **Setup New Account**.
* Enter the account name: **GST Sale 40%**.
* Select **Account Type** as *Sale*.
* Define the **Default Tax** as **40%**.
* Set the **GST Type** as *Taxable*.

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

* Click **Save**.

Next, create the **IGST Sale 40%** account using the same steps.

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

***

### Create Output Accounts

* Enter account name: **CGST Output 20%**.
* Select **Account Type** → *Current Liabilities*.
* Mark it as a **Sales Tax Account**.
* Choose **GST Type** as *CGST*.
* Define **Default Tax** as **20%**.

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

* Click **Save**.

#### Repeat the same steps to create:

* **SGST Output 20%**

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

* **IGST Output 40%**

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

***

### Create GST Purchase Accounts

* Enter account name: **GST Purchase 40%**.
* Select **Account Type** → *Purchase*.
* Define **Default Tax** as **40%**.

<figure><img src="/files/7F4SHb31SFhFe65bRSdl" alt=""><figcaption></figcaption></figure>

* Click **Save**.

Next, create **IGST Purchase 40%** in the same way.

***

### Create Input Accounts

* Enter account name: **CGST Input 20%**.
* Select **Account Type** → *Current Liabilities*.
* Mark it as a **Sales Tax Account**.
* Choose **GST Type** as *CGST*.
* Define **Default Tax** as **20%**.

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

* Save the account.

#### Repeat the same steps to create:

* **SGST Input 20%**

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

* **IGST Input 40%**

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

***

### Define Tax Types for Sales

* Navigate to Setup\Setup Taxes and then select **"Setup Tax Types (Sale)"**
* Enter **Tax Description**: *GST Sale 40%*.
* Link it with the **GST Sale 40% Account**.
* Select **Sales Tax Account** → *SGST Output 20%*.
* Define **Tax 1** = 20% and **Tax 3** = 20%.
* In the **Tax 1 Account** column, select **CGST Output 20%**.
* Enable **Use for GST** and set **GST Type** as *CGST/SGST*.

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

#### Inclusive Tax Type Setup:

* **Tax 1** = 20%
* **Tax 2** = 40%
* **Tax 3** = 20%

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

***

### Define IGST Sales Tax Types

* Enter **Tax Description**: *IGST Sale 40%*.
* Link the **Sales Account** → *IGST Sale 40%*.
* Select **Sales Tax Account** → *IGST Output 40%*.
* Define **Tax 3** = 40%.
* Enable **Use for GST** and set **GST Type** as *IGST*.

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

#### For Inclusive IGST Tax Type:

* **Tax 2** = 40%
* **Tax 3** = 40%

<figure><img src="/files/7xwl71xpAMBjlfBfnwCX" alt=""><figcaption></figcaption></figure>

***

### Define Tax Types for Purchases

* Navigate to Setup\Setup Taxes and then select **"Setup Tax Types (Sale)"**
* Follow the same steps as sales tax types.
* Instead of output accounts, link all **Input Accounts**.

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

* Save the changes.

GST 40% tax slab setup is now complete for both **Sales** and **Purchases** in Logic ERP.


---

# 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-version-release-notes/september-2025/gst-changes-w.e.f.-22-sept-2025/create-40-tax-types.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.
