# Upload Inventory Movement

* Download the latest CSV template from the “Batch Upload Inventory Movement” module.
* Copy the Inventory Movement information into the CSV template.
* Upload the CSV template into Xoro.

### Downloading the CSV template

* Go to the **Batch** **Upload Inventory Movement** module using the Search Menu.
* Click on the "**Download Template"** option.

  <div align="left"><figure><img src="/files/hMl9otRyS7g0wXR5YbNu" alt=""><figcaption></figcaption></figure></div>

### Copying the information into the template

Once you’ve downloaded the template file, you can add/copy your data into the CSV. Mandatory fields are marked with a double asterisk (\*\*) prefix.

* The file must be a CSV (Comma-separated values) file. The name of your file must end with csv.
* Make sure you don’t change any of the column headings from row 1 in the template – these are needed for the file to import correctly.
* All date fields will accept the MM-DD-YYYY format.
* Be mindful of any leading zeros in your data, some spreadsheet software will trim them automatically without notifying you. This can be resolved by ensuring your columns have correct formatting.
* Sometimes long numbers (UPC, etc.) are formatted as scientific notation. Be sure to change the formatting on this data to display these long numbers correctly.
* Make sure all the locations and items belong to the correct Store.

{% hint style="info" %}
If you’re importing more than 5,000 records, we recommend you split up the file.
{% endhint %}

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

#### Upload Inventory Movement Template Fields

<table><thead><tr><th width="212">Column Name</th><th width="113">Data Type</th><th>Description</th></tr></thead><tbody><tr><td>**FromStoreCode</td><td>Text</td><td>Refer to your system and enter the Store Code. This is the Store from where you are moving the Item.</td></tr><tr><td>**FromLocationName</td><td>Text</td><td>Refer to your system and enter the location’s name. This is the location of the Store from where you are moving the Item.</td></tr><tr><td>**ToStoreCode</td><td>Text</td><td>Refer to your system and enter the store you are moving the item to.</td></tr><tr><td>**ToLocationName</td><td>Text</td><td>Refer to your system and enter the location you are moving the item to.</td></tr><tr><td>**ToLPN</td><td>Text</td><td>Enter the LPN details of the location to where are you moving the inventory.</td></tr><tr><td>**ItemNumber</td><td>Text</td><td>Enter the item’s number.</td></tr><tr><td>**Qty</td><td>Text</td><td>Enter the qty of the Item to move.</td></tr><tr><td>DateMoved</td><td>Text</td><td>Enter the date for the inventory movement.</td></tr><tr><td>Memo</td><td>Text</td><td>Enter any notes or additional information for the movement.</td></tr><tr><td>ItemIdentifierCode</td><td>Numeric</td><td><p>Enter the item identifier code here. The Item identifier code column specifies, how the Item number field value of the file will be used to match the Item in the system.</p><p>Below are the valid identifier codes to be used:</p><p><strong>- 0</strong> will represent Not Applicable.</p><p><strong>- 1</strong> will represent Item Number.</p><p><strong>- 2</strong> will represent Item UPC.<br>- <strong>3</strong> will represent Item Barcode.<br>- <strong>4</strong> will represent Alternate item number 1.<br>- <strong>5</strong> will represent Alternate item number 2.<br>- <strong>6</strong> will represent Alternate item number 3.</p></td></tr><tr><td>ImportError</td><td>Text</td><td>If there are any errors from the upload, they will be listed in this column.</td></tr></tbody></table>

### Uploading the template

Once you have entered data into the CSV file, you can follow the steps below to upload it into Xoro:

* Click **Browse** to select the saved CSV Template file.

  <figure><img src="/files/9KbLYb5Omthv1aMX2l3F" alt=""><figcaption></figcaption></figure>
* After the file has been selected, click **Upload** to start importing.

  <figure><img src="/files/GNAutwnHRCuNUv8G41zT" alt=""><figcaption></figcaption></figure>
* While the import is in progress, the summary of the progress will be displayed at the bottom of the screen with the progress bar.
* After the import has been completed, the result will be displayed with a message for success or error (if any).

  <figure><img src="/files/rOdQSb9icUVmx5oB6nOR" alt=""><figcaption></figcaption></figure>
* Inventory movement will only get uploaded into the system if there are no errors in the file.
* If there are errors in the file, you can download the error file, fix the errors in the **original file,** and upload it back into Xoro.

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

{% hint style="info" %}
If you want to batch update the existing data, you can download the existing inventory by clicking **Download Master Inventory File (Aggregate)**, update the necessary values in the CSV file, and upload it back into Xoro.
{% endhint %}


---

# 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://docs.xorosoft.com/xoroerp-1/utilities/data-imports/upload-inventory-movement.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.
