> 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/inventory-movement/moving-inventory.md).

# Moving Inventory

Transferring or moving inventory from one location to another involves specifying the store, location, and item details. To create an inventory movement, you will begin by defining the inventory selecting the item and the store from which you want to move the inventory.

{% hint style="info" %}
To create an inventory movement, go to **Menu > Inventory > Inventory Movement**
{% endhint %}

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

#### Inventory Movement Criteria

<table><thead><tr><th width="183">Field</th><th>Description</th></tr></thead><tbody><tr><td>From Store</td><td>Select the store from which you want to move the inventory.</td></tr><tr><td>Item Number</td><td>Search and select the item you want to move.</td></tr><tr><td>Transaction Date</td><td>Enter the transaction date for the inventory movement.</td></tr><tr><td>Memo</td><td>This field allows you to enter any additional notes or information related to the inventory movement.</td></tr></tbody></table>

Once you have selected the store and the item, all the locations where the item is present for the selected store will be displayed in the section below. Select the location from which you want to move the inventory.

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

#### From Location Details Fields

<table><thead><tr><th width="186">Field</th><th>Description</th></tr></thead><tbody><tr><td>Store</td><td>This field displays the corresponding store for the item.</td></tr><tr><td>Item Number</td><td>This field displays the unique identifier for the item.</td></tr><tr><td>Location</td><td>This field displays the store location at which the item is present.</td></tr><tr><td>LPN#</td><td>This field displays the LPN number associated with the item.</td></tr><tr><td>Manufacture Date</td><td>This field displays the manufacture date of the item.</td></tr><tr><td>Expiry Date</td><td>This field displays the expiry date of the item.</td></tr><tr><td>Lot#</td><td>This field displays the lot number of the item.</td></tr><tr><td>Batch#</td><td>This field displays the batch number of the item.</td></tr><tr><td>Quality</td><td>This field shows the item quality.</td></tr><tr><td>Pick Priority</td><td>The pick priority of the item is captured here.</td></tr><tr><td>Class</td><td>The class or category of the item is displayed here.</td></tr><tr><td>Type</td><td>This field displays the location type.</td></tr><tr><td>On Hand</td><td>This field shows 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>The available quantity of the item is displayed in this field.</td></tr><tr><td>Allocated</td><td>The allocated item quantity is captured in this field.</td></tr><tr><td>Available To Move</td><td>This field shows the quantity of the item that is available for moving.</td></tr></tbody></table>

Once you have selected the location from which you want to move the inventory, you will then proceed to select the store and location details where the inventory is to be moved.

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

#### Move Inventory To Fields

<table><thead><tr><th width="194">Field</th><th>Description</th></tr></thead><tbody><tr><td>To Store</td><td>Select the store at which you want to move the inventory.</td></tr><tr><td>To Location</td><td>Select the store location at which you want to move the inventory.</td></tr><tr><td>Move Quantity</td><td>This field allows you to enter the item quantity you want to move.</td></tr><tr><td>To LPN#</td><td>This field allows you to enter the LPN number to which you want to move the item inventory.</td></tr><tr><td>Manufacture Date</td><td>Enter the manufacturing date of the item.</td></tr><tr><td>Batch#</td><td>This field allows you to enter the batch number to which you want to move the item inventory.</td></tr><tr><td>Lot#</td><td>This field allows you to enter the lot number to which you want to move the item inventory.</td></tr><tr><td>Pick Seq</td><td>This field allows you to enter the pick sequence of the item.</td></tr><tr><td>Expiry Date</td><td>Enter the expiry date of the item.</td></tr><tr><td>Quality</td><td>This field allows you to select the quality of the item. </td></tr></tbody></table>

Once all the details are set up, click on "Move Inventory" to move the item inventory.

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

Inventory Movement can be used to move inventory from locations containing **Not Available** quantity to another location. This process can be used when inventory previously marked as damaged, quarantined, or unavailable is determined to be usable and needs to be returned to regular stock.

For transferring large quantities or multiple items at the same time, consider utilizing the [Batch Inventory Movement](/xoroerp-1/inventory/batch-inventory-movement/how-to-batch-move-inventory.md) module.


---

# 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/inventory-movement/moving-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.
