> 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-learning-hub-tutorials-and-best-practices/inventory/stock-transfer-godown-wise/stock-transfer-godown-wise-configuration/do-not-merge-items.md).

# Do Not Merge Items

**YouTube:** [How to Stop Item Merging in Godown-Wise Transfers?](https://youtu.be/dA6DQWDPH04)

## How to Stop Item Merging in Godown -Wise Transfers?

In this Tutorial, we will learn **how to restrict the merging of quantities for similar items in godown-wise stock transfer entries in Logic ERP**.

***

### Default System Behavior

By default, when the **same item is scanned or entered multiple times** during a godown-wise stock transfer, Logic ERP **automatically merges the item** and increases the quantity in a single line.

***

### Disable Item Merging

To restrict this behavior, follow these steps:

* Open the **Configuration** window.
* Navigate to **Other Settings**.
* Enable the option **“Do Not Merge Items”**.

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

* Save the configuration.

***

### Verify the Changes

* Create a **new godown-wise stock transfer voucher**.
* Select **Godown From** and **Godown To**.
* Scan or enter the **same item multiple times**.

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

**Result:**\
Each scan creates a **separate line entry**, and the quantities are **no longer merged**, regardless of how many times the same item is transacted.

***

### Benefit

* Better tracking of individual scans
* Useful for barcode-based operations
* Prevents unwanted quantity consolidation

***

This is how you can **restrict item quantity merging in godown-wise stock transfer entries in Logic ERP**.


---

# 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-learning-hub-tutorials-and-best-practices/inventory/stock-transfer-godown-wise/stock-transfer-godown-wise-configuration/do-not-merge-items.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.
