> 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/reports/sales/sales-order-detail-by-delivery-date.md).

# Sales Order Detail By Delivery Date

The **Sales Order Detail By Delivery Date** report details the items that are pending shipment, sorted by their delivery dates. Businesses can utilize this report to manage their inventory and ensure timely delivery of products. By displaying items that are yet to be shipped, grouped according to their delivery dates, businesses can effectively prioritize their shipping tasks and streamline their operations.

### Key Features

* **Delivery Date Analysis**: The report organizes items according to their delivery dates, allowing businesses to identify pending shipments that are approaching their scheduled delivery dates.
* **Priority Shipping Identification**: By highlighting items that are yet to be shipped, the report enables businesses to prioritize their shipping tasks and ensure timely deliveries to customers.
* **Sales Order Status Selection**: Users have the flexibility to filter the report by selecting the status of the sales orders. The available statuses are: Open, Released, and Partially Released. This feature allows for more targeted analysis, helping businesses to focus on items in specific stages of the sales process.

The Sales Order Detail By Delivery Date Report is an invaluable resource for businesses looking to optimize their shipping processes and ensure customer satisfaction through timely deliveries.


---

# 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/reports/sales/sales-order-detail-by-delivery-date.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.
