# Fix Place of Supply-Wise Tax Validation Errors in GSTR-1

**YouTube:** [How to Correct Place of Supply - Wise Tax Validation Errors in GSTR-1?](https://www.youtube.com/watch?v=UTcu_UzP5h8\&t=1s)

## How to Correct Place of Supply - Wise Tax Validation Errors in GSTR-1?

In this tutorial, we will guide you through the process of resolving **Place of Supply (POS) wise tax validation errors** while generating **GSTR-1 in Logic ERP**.

***

#### **Generate GSTR-1 Return**

* Navigate to the **GST Returns** module.
* Select **GSTR-1** as the return type.
* Choose the **relevant time period** for which you want to generate the return.
* Click on the **Generate** button.

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

Upon generation, the system may display an **Invalid Data Error**.

***

#### **Identify the Error**

* In the **Export** section, notice the **red flag icon** next to the affected entry.
* The system message indicates:

  > “CGST/SGST tax is not allowed in export entries. Only IGST is allowed.”

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

* You can also review detailed information under the **GSTR Error Details** section, which specifies that the issue is related to **POS (Place of Supply) wise tax validation** in one of the export invoices.

<figure><img src="/files/73W9rNuW6sv9WiTHXT0m" alt=""><figcaption></figcaption></figure>

***

#### **Open and Correct the Export Bill**

* From the **Export** section, click on the **Invoice Number** to open the respective bill.
* Once the sales bill opens, **change the Tax Region** from **CGST/SGST** to **IGST**.

> If the **Save** button is locked:
>
> * Turn off the **Num Lock** key on your keyboard.
> * Press **Alt + Insert** to unlock the Save button.

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

* After unlocking, **save the bill**.

***

#### **Regenerate the GSTR-1**

* Close the export bill window and return to the **GSTR-1** screen.
* Click on **Generate** again to refresh the data.
* The red flag that appeared earlier will now turn **green**, indicating that the POS-wise validation issue has been **successfully resolved**.

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

In the **GSTR Error Details** section, you’ll notice that the **POS-wise error count** has now reduced to **zero**, confirming the correction.

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

***

#### **Prevent Future Errors (Optional Configuration)**

To avoid similar errors in the future:

* Go to **Setup → New Account**.
* Select the relevant **Export Party Account**.
* Set the **Tax Region** to **IGST** by default.

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

* Save the changes.

This ensures that all future export transactions are automatically configured with the correct tax region.

***

#### **Export and Upload GSTR Data**

Once the validation is complete:

* Return to the **GSTR-1** screen.
* Choose to **Export Data to Excel** or **Generate a JSON File**.
* Click **Upload**, and the data will be successfully exported to an Excel file.

Next:

* Open the **GST Offline Tool**.
* Click **Proceed**, then select **Import Excel**.
* Choose the recently exported file and click **Yes** to import the data.

The return details will now be successfully added.\
You can **view the summary** and finally click on **Generate File** to complete the process.

***

#### **Result**

You have now successfully resolved the **Place of Supply (POS) wise tax validation error** and generated an accurate **GSTR-1 return** with correct tax region configuration.


---

# 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-installation-configuration-and-troubleshooting-solutions/faqs/gst/fix-place-of-supply-wise-tax-validation-errors-in-gstr-1.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.
