> 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/admin/shipment-delivery/shipment-delivery-centre.md).

# Shipment Delivery Centre

### Overview

The Shipment Delivery Centre provides a centralized view of all Shipment Deliveries created in the system. It allows users to monitor delivery progress, track assigned operators and trucks, review delivery statuses, and manage shipment execution activities efficiently.

The module acts as the operational control centre for managing active, pending, partially delivered, and completed deliveries created through the Shipment Delivery module.

{% hint style="info" %}
To access the Shipment Delivery Centre, go to Menu → Admin → Shipment Delivery → Shipment Delivery Centre.
{% endhint %}

### Header Level Search Fields

The header-level filters allow users to quickly locate Shipment Deliveries based on specific delivery criteria.

| Field                    | Description                                                                                                                                                             |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Shipment Delivery Header | Allows users to switch between Shipment Delivery Header and Shipment Delivery Detail views to display delivery records at either the header level or line/detail level. |
| Advance Search           | Opens advanced filtering options for more granular search criteria.                                                                                                     |

### Header Level Options

The following options are available under the Options menu in the Shipment Delivery Centre.

| Option                     | Description                                                                                     |
| -------------------------- | ----------------------------------------------------------------------------------------------- |
| Batch Delete               | Allows users to delete the selected Shipment Delivery records in bulk.                          |
| Reassign Shipment Delivery | Allows users to reassign the selected Shipment Deliveries to a different truck and/or operator. |

### Header Level Icons

These icons provide quick access to commonly used actions, enabling users to efficiently manage and navigate Shipment Delivery records.

* **Refresh:**                                                                                                                                                                                   Allows users to reload the Shipment Delivery Centre and display the most recent delivery records based on the current filters or selection criteria.
* **Navigation Controls:**                                                                                                                                                 Enables users to move between record pages within the Shipment Delivery Centre for easier navigation across large datasets.
* **Save:**                                                                                                                                                                                   Allows users to save customized grid views, including selected columns and applied filters, for future use.
* **Search:**                                                                                                                                                                                Allows users to search Shipment Delivery records directly within the grid.
* **Columns:**                                                                                                                                                                        Provides options to customize the grid view by selecting or hiding specific columns based on user preference. Below are the available columns in the Shipment Delivery Centre and their descriptions:

| Column          | Description                                                                                                             |
| --------------- | ----------------------------------------------------------------------------------------------------------------------- |
| Delivery Number | Unique identifier assigned to the Shipment Delivery record.                                                             |
| Operator        | Displays the truck operator assigned to the delivery.                                                                   |
| Truck Name      | Displays the delivery truck assigned to the shipment.                                                                   |
| Status          | Displays the current [delivery status](#delivery-status), such as Open, In Progress, Partially Delivered, or Delivered. |
| Created By      | Displays the user who created the Shipment Delivery record.                                                             |
| Create Datetime | Displays the date and time when the Shipment Delivery was created.                                                      |
| Modify Datetime | Displays the last modification date and time of the Shipment Delivery record.                                           |
| Modified By     | Displays the user who last modified the Shipment Delivery record.                                                       |

* **Download:**                                                                                                                                                                           Allows users to export Shipment Delivery data in supported file formats such as CSV, TXT, MS Word, MS Excel, PDF, and MS Excel (.xlsx) for reporting or reference purposes.

### Delivery Status

The Shipment Delivery Centre displays the current delivery progress of each shipment using the following statuses:

* **Open:** Indicates that the Shipment Delivery has been created, but the delivery process has not yet started. The assigned truck and operator are linked to the delivery, and the shipment is ready for execution.
* **In Progress:** Indicates that the delivery process has started and the operator is actively working on the shipment. The delivery status automatically changes from **Open** to **In Progress** when the user opens the **Delivery Detail Page** by clicking the delivery record from the **Delivery page** in the DMS application.
* **Partially Delivered:** Indicates that only part of the shipment has been successfully delivered. One or more delivery lines or quantities are still pending and may require additional delivery attempts or follow-up shipments.
* **Delivered:** Indicates that the complete shipment has been successfully delivered and all delivery lines have been fulfilled. The delivery process is considered closed, and proof-of-delivery information can be reviewed through the system.


---

# 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/admin/shipment-delivery/shipment-delivery-centre.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.
