> 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-installation-configuration-and-troubleshooting-solutions/faqs/printing/add-gst-tax-columns-in-item-grid-in-printing.md).

# Add GST Tax Columns in item Grid in Printing

**YouTube:** [How to Add GST Tax Columns in Item Details in Sale Bill Printing?](https://www.youtube.com/watch?v=PrKvp3c3SQQ)

## How to Add GST Tax Columns in Item Details in Sale Bill Printing?

In this tutorial, we’ll demonstrate how to add **tax columns** such as SGST, CGST, and IGST, including both **percentage** and **amount**, in the sales bill print format.

***

### Add Tax Columns in Sale Multiple Printing Configuration

* Go to the menu and under **Configuration**, open **Sale Multiple Printing Configuration**.
* Select the required **Series**.
* Click on **Print Columns**.
  * The list of available columns will appear.
  * Columns already included in the print format will be ticked.
* Use the **search bar** to find GST-related columns:
  * Search **SGST** → Tick **Percentage** and **Amount**.
  * Search **CGST** → Tick **Percentage** and **Amount**.
  * Search **IGST** → Tick **Percentage** and **Amount**.
* Rearrange the columns if needed and edit the **label names**.

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

* Save the configuration.

Now return to the **Sale Bill window**, modify a bill, and click on **Print Preview**.\
You’ll notice that the bill now displays **bifurcated GST details**.

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

***

### Add Tax Columns in Designer Printing Format

* From the menu, go to **Continuous Printing → Sales Bill Print Designer and Printing** window.
* Select the required **Configuration** and **Sales Bill** from the search list.
* Press **Refresh** and open the **Design Window**.

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

* Open the **Edit Bound Table**

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

* Click on **Settings**.

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

* Use **Add Column** to insert GST fields:
  * Under **Bound Columns**, search for **CGST** → insert both **Percentage** and **Amount**.
  * Repeat the process for **SGST** and **IGST**.

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

* Define **Header Text** for each column (e.g., “CGST %”, “CGST Amt”).

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

* Set the **Column Type** as *Measure*.
* Under **Other Settings**, customize:
  * **Cell background color**
  * **Border style**
  * **Text alignment**

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

* Click **OK** and close the bound table.
* Save the configuration and click on **Preview**.

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

The GST tax columns are now successfully added, showing both **percentage (%)** and **amount (₹)** in the print format.


---

# 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-installation-configuration-and-troubleshooting-solutions/faqs/printing/add-gst-tax-columns-in-item-grid-in-printing.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.
