# Inventory merging (legacy)

{% hint style="info" %}
If you need to enable or disable this functionality please reach out to your First Resonance representative.
{% endhint %}

Merging inventories is initiated by an update to an inventory item. This feature is on by default and can be turned off per your organization needs - please let us know if you want it turned on/off! This is available if you have accidentally split inventory, or in general for inventory that you would like to merge.

This video shows how merges take place within the application:

{% embed url="<https://www.loom.com/share/5c669c98b2f44184b7359e814250a8eb>" %}

**Note**: Merging is only triggered right now by manual updates on the inventory interface and not by any actions from scanning.

#### Merge criteria

In order for items to be eligible to merge, the inventories must have:

1. the same part, lot number, location, supplier, and unit of measure
2. the same status(i.e. available, installed, etc.)
3. no serial number
4. no aBOM(as-built bill of materials)
5. no associated issues
6. no associated runs
7. the same custom attributes
8. be associated with the same purchase line item (if tied to one at all)
9. be kitted to the same kit (if kitted)
10. be received on the same receipt line (if received)

#### Combined fields on merge

Comments, labels, and file attachments are all combined when two inventories merge into one.

#### Printing barcodes

When the inventory is merged there is an option to print a new barcode label.&#x20;

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

The barcode for the older inventory will still work, but the barcode for the newer inventory will no longer work because that inventory has been deleted.

Printing a new barcode label ensures you are using the correct label and also reflects the new quantity on the label if you show quantity on your inventory barcode label.

#### Merge history

When an inventory merges, you will see the quantity update in the inventory history. Currently, we're not showing you any information specific to the merge, but we will be including that in a future update.

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


---

# 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://manual.firstresonance.io/features/parts-and-trace/inventory/inventory-merging-legacy.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.
