# Merge Items

**YouTube:** [How to Configure Item Merging in Sale Bill ?](https://www.youtube.com/watch?v=WOrGuZvyQxw)

## How to Configure Item Merging in Sale Bill?

This tutorial covers how to **merge or manage duplicate item entries** during billing using the *Merge Items* option in Logic ERP’s Sale Voucher Configuration.

***

### Access Configuration

* Navigate to **Sale Voucher Configuration**.
* Select the **relevant billing series**.
* Click to **Other Settings-3**.
* Locate the option labeled "**Merge Items"**.
* From the dropdown, select either:
  * Merge Similar Items
  * Do Not Merge Similar Items
  * Prompt for Duplicate Item

<figure><img src="/files/xreFOXPJGAS2OjwEOedr" alt=""><figcaption><p>As mentioned above, follow the given steps and select the appropriate option from the dropdown as per your requirement.</p></figcaption></figure>

***

### Exploring Each Option in Detail

The **Merge Items** dropdown offers multiple parameters that control how duplicate items are handled during billing.

### **Merge Similar Items**

* Purpose: Automatically **"Merge"** quantities of the same item entered multiple times.

<figure><img src="/files/2eMCbXw8YIJzjT25AA1o" alt=""><figcaption></figcaption></figure>

* Useful for cleaner bills and consolidated item totals.

**Example:**

If you enter the same item twice:

* **Before**: Two separate lines
* **After**: One line with **combined quantity**

***

### **Do Not Merge Similar Items**

* Purpose: Keeps each item entry **separate**, even if it’s the same product.

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

* Ideal when item-level notes or batch details need to be retained.

**Example:**

Enter the same item twice:

* Each entry is recorded as a separate line in the bill.

***

### **Prompt for Duplicate Item**

* Purpose: Displays a **confirmation prompt** when a duplicate item is entered.

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

* Allows billing personnel to decide whether to merge or cancel.

**Example:**

When you try to enter a duplicate item:

* A prompt appears: *“This item already exists in the voucher. Do you want to proceed?”*

***

### Summary of Merge Options

| Option                     | Behavior                                  |
| -------------------------- | ----------------------------------------- |
| Merge Similar Items        | Combines duplicate entries into one line  |
| Do Not Merge Similar Items | Keeps all duplicate entries separate      |
| Prompt for Duplicate Item  | Asks for user confirmation before merging |

***

Using the correct *Merge Items* setting helps streamline billing processes, reduce clutter, and maintain control over inventory representation in invoices.


---

# 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-learning-hub-tutorials-and-best-practices/setups/configurations/sale-voucher-configuration/other-settings-3/merge-items.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.
