# Enter Item & Qty

The **Enter Item & Qty** module is the final step in the picking process within the XoroWMS application. This module allows users to specify the items they want to pick, along with the corresponding quantity. By entering or scanning item details and confirming the quantity, users can complete the task efficiently and prepare for the next steps.

In this module, the user is required to enter/scan the item details and adjust the quantity before confirming the pick.&#x20;

### Enter Item & Qty Module Fields

* **Item:** This field allows users to enter or scan the item they want to pick. The system suggests the item number at the top-right corner of this field, guiding the user to pick the correct item.
* **Qty:** This field allows users to specify the quantity of the selected item that needs to be picked.

### Workflow: Using the Enter Item & Qty Module

1. **Enter Item Number**: Begin by entering or scanning the item number. The system suggests the item to be picked in the top-right corner, ensuring that the correct item is selected.<br>

   <div align="left"><figure><img src="/files/tbnxWOMNZTbXPXw5sjXz" alt="" width="403"><figcaption></figcaption></figure></div>
2. **Adjust Quantity**: Once the item is entered, the user can adjust the quantity by either typing the number manually or using the **+** and **-** buttons to increase or decrease the quantity of items to be picked.<br>

   <div align="left"><figure><img src="/files/ELstjSNRlUn28xA3P7TZ" alt="" width="403"><figcaption></figcaption></figure></div>
3. **Press "Accept"**: After entering both the item and quantity, the user presses the **"Accept"** button to confirm the pick. This action completes the picking process for that item.<br>

   <div align="left"><figure><img src="/files/KRqQR2iDQ2cUTLJPFQyV" alt="" width="403"><figcaption></figcaption></figure></div>

### Post-Picking Options

Once the picking process for the current task is completed, the system presents two options for the user:

1. **Stage**: Clicking this button will initiate the staging process for the picked items, moving them to a designated staging area for further processing or shipping.
2. **New Task**: Clicking this button allows the user to start the picking process for a new task, enabling continuous picking without having to exit the module.

<div align="left"><figure><img src="/files/8TVxayYIdtLbElsrDr1S" alt="" width="403"><figcaption></figcaption></figure></div>

### Marking Missing Item

In the **Enter Item & Qty** module, the option to mark an item as missing is used when the picker is unable to locate the item during the picking process.&#x20;

To mark an item as missing, follow these steps:

1. **Click on "Missing Item?"**\
   In the **Enter Item & Qty** module, click on "Missing Item?" when the item is not found during the picking process. Once selected, the system prompts you to input the quantity of items found.<br>

   <div align="left"><figure><img src="/files/Gf7YnQhWDtupAar148W1" alt="" width="403"><figcaption></figcaption></figure></div>
2. **Enter the Quantity**

   After selecting **"Missing Item?"**, the system will prompt you to enter the number of units found. This step helps in maintaining an accurate record of the item's availability:

   * **If no units were found**: Enter "0" to indicate that the item is completely missing.
   * **If some units were found**: Input the exact quantity located. This allows the system to partially update the item's record with what was found.

   <div align="left"><figure><img src="/files/W2oPM866W82UX5wAe923" alt="" width="403"><figcaption></figcaption></figure></div>
3. **Click "Accept"**\
   Once you’ve entered the quantity, click the **"Accept"** button. This confirms the action and finalizes the process, marking the item as missing and adjusting the pick task accordingly. <br>

   <div align="left"><figure><img src="/files/PWwTQI4fIxdykAO8Axtt" alt="" width="403"><figcaption></figcaption></figure></div>

#### **System Updates after Marking an LPN as Missing**

Once you have marked an LPN as missing, several important updates occur within the inventory system:

1. **Removal from the Pick Task**:
   * The missing item is removed from the current picking task, preventing any delays.
   * If the task involved only that item, the pick task will be marked as complete once the item is flagged as missing.
2. **Inventory Status Update**:
   * The inventory is updated to reflect that the item is now **"Not Available."**
   * This update can be seen in the **Inventory By Location** module within XoroERP, where the missing items will be categorized under "Not Available" quantities. This ensures that all users are aware of the item's status.
3. **Addition to Cycle Count Queue**:
   * The missing item is automatically added to the **Cycle Count Queue** in the Generate Cycle Counts module. This allows the warehouse team to verify its absence during future cycle counts.
   * If the item is found later during a cycle count, it can be re-entered into the system.
4. **Cycle Count Reconciliation**:
   * If the missing item is located during a cycle count, it can be recorded back into the system.
   * Once the cycle count entry is accepted, the item's inventory status is updated, and it moves from the **"Not Available"** category back to **Available** inventory.


---

# 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/xorowms/wms-pick/pick/enter-item-and-qty.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.
