> 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/november-2020/setups/split-items-stock-between-multiple-godowns-in-one-go.md).

# Split Items Stock between Multiple Godowns in one go

Earlier, when you had to split the item quantity between multiple godowns, you need to it separately for each godown in ‘**Stock Transfer – Godown Wise**‘ window. As a result, it consumed a lot of your time. But now with ‘**Stock Transfer Godown Wise – Multiple Godowns**‘ window, you can do so in one go. In order to do so, follow the given steps:

**Step-1** Go to **Set Other Item Details** -> **Setup Stock Transfer Godown Wise Templates – Multiple Godowns**.

Here, you have to setup the godown template for multiple godowns. Firstly, define the Template Name and link it with main godown from which you want to split the items to other godowns. See the picture below:

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

**Step-2** Now go to the **Template + Godown Wise Plan Quantity** section to assign the items quantity to the sub-godowns. See the picture below as example:

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

Here, **DELHI\_G** is main godown, and **DELHI\_ST\_1** and **DELHI\_ST\_2** are sub-godowns. **DELHI\_ITEM** is the item of size **M** and **S** whose stock is to be divided between the godowns.

Now suppose you have generated a purchase bill for multiple items and allocated to the godown “**DELHI\_G**“.

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

**Step-3** **Stock Transfer Godown Wise – Multiple Godowns** is the new window added in **Inventory** section. Here, you can transfer the stock to multiple godowns in a single move. Firstly, set the configuration for the godown template and then, click on **Purchase Voucher** option to select the bill for which you want to transfer the stock to other godowns. See the given picture:

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

You will see that the item stock has split between **DELHI\_ST\_1** and **DELHI\_ST\_2** godowns as per the quantity you defined in **Template + Godown Wise Plan Quantity** section of **Setup Stock Transfer Godown Wise Templates – Multiple** **Godowns** window. Now click on Save button to save the voucher.

<figure><img src="/files/HcJZ30fPVcBdfkLEl1uh" 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/november-2020/setups/split-items-stock-between-multiple-godowns-in-one-go.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.
