> 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-orders.md).

# Customer Portal - Orders

The Orders Module in the customer portal facilitates the efficient management and tracking of all sales orders. It provides users with a comprehensive overview of their orders, including details such as order types, statuses, and associated invoices. This module is essential for ensuring that orders are processed smoothly and that all necessary actions are taken to fulfill customer requirements.

Whether you're tracking orders by date, status, or customer purchase order (PO) numbers, the Orders module equips you with the tools necessary to manage your sales operations with precision and ease.

### Orders Module Fields

<table><thead><tr><th width="178">Field </th><th>Description</th></tr></thead><tbody><tr><td>Store</td><td>This field displays the name of the store associated with the order.</td></tr><tr><td>Order#</td><td>This field displays the unique identification number assigned to the order.</td></tr><tr><td>Type</td><td>This field shows the type of order (Estimate, Sale, or Transfer).</td></tr><tr><td>Status</td><td>This field shows the current status of the order.</td></tr><tr><td>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 or has been shipped.</td></tr><tr><td>Total</td><td>This field displays the total cost of the order, including all items, taxes, and shipping charges.</td></tr><tr><td>Deposit Required</td><td>This field indicates the amount of deposit required for the order.</td></tr><tr><td>Deposit Made</td><td>This field shows the amount of deposit already paid towards the order.</td></tr><tr><td>Deposit Due</td><td>This field displays the remaining balance deposit due, if any, for the order.</td></tr><tr><td>Customer PO</td><td>This field shows the Purchase Order number provided by the customer, which may be used for their internal tracking and accounting.</td></tr><tr><td>Invoice# </td><td>This field displays the invoice number associated with the order. The invoice number is clickable. Click on it to view and pay the invoice.</td></tr><tr><td>Status</td><td>This field reflects the status of the invoice.</td></tr></tbody></table>

### Orders Module Filters

The Orders module in the customer portal includes a range of filters that allow users to refine and tailor the display of invoice data according to specific criteria.&#x20;

To access the filters, click on the "Grid" icon located at the top-left corner of the module.

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

Once the filters panel is open, you can use the following options:

* **Customer PO**: Filter orders based on the Customer Purchase Order (PO) number. This filter is particularly useful for tracking invoices linked to specific purchase orders, helping users match invoices with their internal procurement records.
* **Date Filter**: Use this filter to search for invoices issued within a particular time frame. Users can set a start and end date to view invoices generated within that period, making it easy to track financial activity over specific intervals.

After setting the desired filter criteria, click on the "Appl&#x79;**"** button to apply the filters and refresh the invoice data accordingly.

Additionally, you can also filter the order data by status and type.&#x20;

* **Type:** Select the type of orders you want to view from the "Type" dropdown and hit the "Refresh" icon to filter the results.
* **Status:** Select the status of the order from the "Status" dropdown and hit "Refresh" icon to filter the result

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

### Orders Module Options

* **Print:** This option allows you to print and download the selected orders.

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

### Header Level Icons

These features cater to diverse needs, providing users with a seamless experience while navigating and managing order information.

* **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/HMoxL3uym854chXTWR97" 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-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.
