> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/inventory/batch-inventory-movement/how-to-batch-move-inventory.md).

# How to Batch Move Inventory?

Batch moving inventory is a streamlined process that allows users to efficiently transfer multiple items to various locations or relocate a single item from multiple locations within an organization. This process ensures a smooth and accurate inventory transfer while minimizing errors.

This process entails specifying the destination store, location, and desired quantity, thereby simplifying the inventory transfer procedure and ensuring the seamless and accurate relocation of goods.

{% hint style="info" %}
To batch move inventory, go to **Menu > Inventory > Batch Inventory Movement**
{% endhint %}

### Filtering the inventory

Before proceeding with the inventory movement, it is advisable to filter the inventory data to simplify the process and minimize errors. Filtering the inventory data ensures that only relevant items are displayed, making the process more efficient.

#### Batch Inventory Movement Source Filters

<table><thead><tr><th width="183">Filter</th><th>Description</th></tr></thead><tbody><tr><td>Store</td><td>Select the store from where you want to move the inventory.</td></tr><tr><td>Location</td><td>Select the location from where you want to move the inventory.</td></tr><tr><td>Item#</td><td>Choose the item for which you wish to relocate the inventory.</td></tr></tbody></table>

Once the data is filtered, proceed to designate the destination store and location for the inventory transfer.

### Moving the inventory

To move the inventory, select the item row(s) whose inventory you want to move. For each row, you have to define the active columns to batch move the inventory:

1. **To LPN:** Enter the LPN to which you want to move the inventory. Please note that this is an optional field and will only be available if LPNs have been enabled for your instance.
2. **To Store**: Select the destination store to which you want to move the inventory.
3. **To Location**: Choose the destination location in the store where you want to move the inventory.
4. **Move Qty**: Enter the quantity of items you want to move.

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

After entering the details, click **"Move Inventory"** to proceed with the transfer.&#x20;

<figure><img src="/files/44evkbFNAxuiyF5SKZBu" alt=""><figcaption></figcaption></figure>

The system will prompt you to enter a memo. This optional  allowing you to add notes about the transfer, such as the reason for the batch inventory movement. If needed, enter the memo and click **"Move Inventory"** again to finalize the process.

<figure><img src="/files/0EU4y4hnPZPURn7kVjYL" alt=""><figcaption></figcaption></figure>

#### Batch Inventory Movement Fields

<table><thead><tr><th width="215">Field</th><th>Description</th></tr></thead><tbody><tr><td>Store Name</td><td>This field displays the store at which the item is currently available.</td></tr><tr><td>Type</td><td>This field captures the location type.</td></tr><tr><td>Item Number</td><td>The item number is captured in this field.</td></tr><tr><td>Description</td><td>This field captures the item description.</td></tr><tr><td>Location</td><td>This is the store location where item is currently available.</td></tr><tr><td>On Hand</td><td>This field displays the on hand inventory of the item.</td></tr><tr><td>Not Available</td><td>This field displays the not available quantity of the item.</td></tr><tr><td>Available</td><td>This field shows the available quantity of the item.</td></tr><tr><td>Allocated</td><td>This field shows the allocated item quantity.</td></tr><tr><td>Net Available</td><td>This field displays the net available quantity of the item.</td></tr><tr><td>To LPN</td><td>Enter the LPN number where you want to move the inventory.</td></tr><tr><td>To Store</td><td>Select the store to which you want to move the inventory.</td></tr><tr><td>To Location</td><td>Select the store location to which you want to move the inventory.</td></tr><tr><td>Move Qty</td><td>Enter the item quantity that you wish to move.</td></tr></tbody></table>


---

# 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://docs.xorosoft.com/xoroerp-1/inventory/batch-inventory-movement/how-to-batch-move-inventory.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.
