> 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/b2b/customer-portal/customer-portal-pending-orders.md).

# Customer Portal - Pending Orders

The Pending Orders Info Module is designed to help users efficiently manage and track pending sales orders. By providing detailed information on items, order statuses, and shipment schedules, this module enables users to stay on top of their sales operations, ensuring that all pending orders are handled promptly and effectively.

### Pending Orders Info Module Fields

<table><thead><tr><th width="181">Field</th><th>Description</th></tr></thead><tbody><tr><td>Item Number</td><td>This field displays the unique identifier of the item.</td></tr><tr><td>Description</td><td>This field displays the description of the item.</td></tr><tr><td>Unit Price</td><td>This field displays the unit price of the item.</td></tr><tr><td>Customer PO</td><td>This field displays the Purchase Order (PO) number provided by the customer that corresponds to the sales order.</td></tr><tr><td>Order Number</td><td>This field displays the unique identification number assigned to the sales order.</td></tr><tr><td>Order Date</td><td>This field shows the date on which the order was placed.</td></tr><tr><td>Ship Date</td><td>The field shows the date on which the order is scheduled to be shipped.</td></tr><tr><td>Qty Ordered</td><td>This field displays the total quantity of the item that was ordered on the sales order.</td></tr><tr><td>Qty Shipped</td><td>This field shows the quantity of the item that has already been shipped to the customer.</td></tr><tr><td>Qty Remaining To Ship</td><td>This field shows the units of the items that are yet to be shipped.</td></tr><tr><td>Ship Status</td><td>This field displays the status of the sales order.</td></tr><tr><td>Qty Allocated</td><td>This field displays the quantity of the item that has been allocated for the order, indicating that it is reserved in inventory for fulfillment.</td></tr><tr><td>Incoming Delivery</td><td>This field gives you an indication of any incoming shipments or deliveries of the item that are requested on a purchase order. Click on the "Search" icon to view the incoming delivery details. In the "Incoming PO Deliveries" screen, you will find the following details:<br>- Item Number<br>- Item Qty<br>- UOM<br>- Expected Delivery Date</td></tr></tbody></table>

### Pending Order Info Search Fields

* **Order Number:** This field allows you to search the pending order by order number.
* **Customer PO:** This field allows you to search using the purchase order number number provided by the customer that corresponds to the sales order.
* **Item#/Desc:** This field allows you to search using the item number or item description.

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

### Header Level Icons

* **Left and Right Arrows:** These errors help to navigate the records. Click on these to scroll through all the columns and access the data easily.
* **Refresh:** This functionality empowers users to refresh search results based on selected criteria, ensuring that the displayed information is always up-to-date.
* **Save:** Save feature enables users to preserve any updated user interface (UI) settings, ensuring a personalized and consistent experience during future interactions with the module.
* **Columns:** All the columns available for the module are listed under this icon. You can use this option to hide or add the columns and tailor the module view as per your requirements.&#x20;
* **Download:** This versatile feature allows users to export and download data in various file formats, providing a summarized overview for quick reference. Options include CSV, TXT, MS-Word, MS-Excel, PDF, and MS-Excel(.xlsx), catering to diverse user preferences and use cases.

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


---

# 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/b2b/customer-portal/customer-portal-pending-orders.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.
