> 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-version-release-notes/october-2022/accounts/place-of-supply-option-in-journal-sale-purchase.md).

# Place Of Supply option in Journal Sale/Purchase

Earlier while posting Journal Sale/Purchase, there was no provision for Place of Supply. Place of Supply comes into play when Place of Supply of Goods is different from Location of the Selected Party(Customer/Supplier). If Different Place of Supply is selected then GST taxes will be implemented on the basis of Place of Supply. This will also impact GSTR returns.

The following steps will guide you about this new option:

Step 1: Go to **Journal Sale/Purchase voucher configuration>Other options>Column locks**. Tick to unlock the option **“Supply Place”**.

<figure><img src="/files/3xiEmtDCyNoqf2X3TdGs" alt=""><figcaption></figcaption></figure>

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

In case the Company is Local B2B but the Place of Supply is interstate then you need to enter the Interstate company name in Place of Supply Field and while posting journal purchase entry, Local party name will be entered. ***(refer to the image below)***

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

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


---

# 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-version-release-notes/october-2022/accounts/place-of-supply-option-in-journal-sale-purchase.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.
