# Batch Inventory Movement Options

The Batch Inventory Movement module offers multiple options at the header level and right-click options to make the process of inventory movement easier and more effective.

#### Batch Inventory Movement Header Options

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

1. **Batch Delete Empty Records:** Allows you to permanently delete the selected inventory record(s).
2. **Batch Edit LPN Info:** Allows you to batch edit the LPN info for selected inventory record(s).
3. **Select Batch Store and Location:** Allows you to batch update the LPN, Store, Location, and quantity at which you want to move the inventory for selected record(s).
4. **Batch Change Not Available Qty:** Allows you to change the not available quantity for the selected record(s). In the "Change Not Available Qty" page, there's an option to "**Mark Net Available Qty as Not Available**". If you turn this toggle On, then the Net Available quantity will be set as Not Available for the selected rows.

#### Batch Inventory Movement Right Click Options

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

1. **Adjust Inventory:** Directs you to the inventory adjustment module and allows you to update the item inventory.
2. **Change Not Available Qty:** Allows you to update the not available quantity for the selected item.
3. **Edit LPN Info:** Allows you to edit the LPN info for the selected item.
4. **Delete Empty Record:** Allows you to permanently delete the selected item.<br>

#### Batch Inventory Columns

| **Column Name**     | **Description**                                             |
| ------------------- | ----------------------------------------------------------- |
| Store Name          | Name of the store/warehouse where the inventory is located. |
| Type                | Indicates the type/category of the inventory item.          |
| Item Number         | Unique identifier or SKU assigned to the item.              |
| Description         | Brief description of the item.                              |
| Location            | Storage location within the warehouse.                      |
| Barcode             | Item barcode for quick identification.                      |
| Class               | Classification category for the item.                       |
| On Hand             | Total quantity currently in stock.                          |
| UOM                 | Unit of Measure for the item (e.g., Each, Box).             |
| Not Available       | Quantity currently unavailable for sale or use.             |
| Available           | Quantity available for sale or allocation.                  |
| Allocated           | Quantity already committed to orders.                       |
| Net Available       | Available quantity after deducting allocations.             |
| Area                | Warehouse area where the item is stored.                    |
| Aisle               | Aisle identifier for item location.                         |
| Bay                 | Bay identifier within the aisle.                            |
| Level               | Rack or shelf level where the item is placed.               |
| Position            | Specific position on the rack or shelf.                     |
| Depth               | Depth measurement of the storage space.                     |
| Length              | Length of the item or storage space.                        |
| Width               | Width of the item or storage space.                         |
| Height              | Height of the item or storage space.                        |
| Zone                | Warehouse zone identifier.                                  |
| Is Sellable         | Indicates if the item can be sold.                          |
| Is Manufacturable   | Indicates if the item can be manufactured.                  |
| Is Raw Material     | Indicates if the item is a raw material.                    |
| Is Purchasable      | Indicates if the item can be purchased.                     |
| Is Active           | Indicates if the item is active in the system.              |
| Unit Price          | Selling price per unit.                                     |
| Unit Cost           | Purchase or production cost per unit.                       |
| Item Barcode        | Barcode specific to the item.                               |
| UPC                 | Universal Product Code for the item.                        |
| Group               | Item grouping category.                                     |
| Season(s)           | Season(s) applicable to the item.                           |
| Tags                | Keywords or labels assigned to the item.                    |
| Image               | Product image.                                              |
| LPN#                | License Plate Number for tracking.                          |
| Manufacture Date    | Date the item was manufactured.                             |
| Batch No            | Batch number for the item.                                  |
| Expiry Date         | Expiration date of the item.                                |
| Lot No              | Lot number for the item.                                    |
| Pick Seq            | Picking sequence for order fulfillment.                     |
| LPN Create Datetime | Date and time the LPN was created.                          |
| LPN Created By      | User who created the LPN.                                   |
| LPN Modify Datetime | Date and time the LPN was last modified.                    |
| LPN Modified By     | User who last modified the LPN.                             |
| Quality             | Quality grade or status of the item.                        |
| Brand               | Brand name of the item.                                     |

<br>


---

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