# Order Management

### Active order

Your **Active Order** can be accessed at any time using the <i class="fa-cart-shopping">:cart-shopping:</i> **Cart** button.

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

On this screen, view and configure all current **Product Deliveries**, including Size and Variants.

Use the optional **Discount** field to add a discount to the selected **Product.**&#x20;

#### Order Analysis&#x20;

Using the <i class="fa-chart-column">:chart-column:</i> **Analyse** button, open a detailed analysis of your **Active Order**.

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

View the following charts in different tabs.

* Categories
* Deliveries
* Categories-Sizes
* Deliveries-Categories

Use the <i class="fa-chart-simple-horizontal">:chart-simple-horizontal:</i> button the view detailed data for the current charts.&#x20;

Use the <i class="fa-chevron-down">:chevron-down:</i> menu to change displayed data in the Chart.&#x20;

#### Extra Actions

Use the <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i>button in the right hand corner to open actions on your **Active Order:**

* Modify delivery date for the entire grid.
* Modify discount for the entire grid.
* **Add new draft order** to move the current active order to a [Draft Order](#draft-orders).
* **Scan Product Barcode** to open up the Camera of your current device and scan a **Product** barcode and add it to the current **Active Order.**
* **Duplicate Order** to create a new [**Draft Order**](#draft-orders) for a different **Customer**. Your current order stays unchanged.
* **Clear Cart** to empty your **Active Order.**&#x20;

#### Import/Export

Use the <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i>button and choose **Import/Export** to open the following modal.

<figure><img src="/files/UNONhXQUtwxjyHDJ454f" alt=""><figcaption><p>Choose which format you want your export to be. Follow the download process to export your current Active Order.</p></figcaption></figure>

<figure><img src="/files/cMfU9LIwrkeiBEbF2uYC" alt=""><figcaption><p>Choose the import format and follow the upload process to bring product into the Active Order.</p></figcaption></figure>

#### Validating the Order

There are multiple options to Validate an Active order.

If the Order has any **Approval Groups** (on Product related rule or Customer related rule)**,** choosing **Order** will create an [**Approval**](#approvals)**.**&#x20;

Use the <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i>button to send the Order as a [**Proposal**](#proposals)**.**

Otherwise the **Order** button moves the order to [**Placed Order**](#placed-orders).

### Draft Orders

Draft Orders are saved orders that can be viewed at any time.

{% hint style="info" %}
Draft Orders cannot be edited, to edit one import it as an [**Active Order**](#active-order)**.**
{% endhint %}

Use the <i class="fa-download">:download:</i> **Download** button to download the Order in various formats:

* Order Confirmation PDF
* Line Sheet PDF
* CSV Exports of the Order details
* ZIP file of the Product Media
* Related [Looks](/user/brand-portal/looks.md) CSV.

Use the <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i>button to access the following actions:

* **Import** the **Draft Order** as an [Active Order](#active-order).
* **Duplicate** to another **Draft Order** for a different Customer.

{% hint style="info" %}
Use the <i class="fa-magnifying-glass">:magnifying-glass:</i> Search Bar to look through your Orders.
{% endhint %}

#### Filtering & Sorting

Use the <i class="fa-filter-list">:filter-list:</i> **Filter** button to see available filters to display **Draft Orders**.

Use the <i class="fa-bars-sort">:bars-sort:</i> **Sort** button to sort the selected **Draft Orders,** various sorting selections are available.&#x20;

### Approvals

The Approvals section displays orders that are waiting for Approvals from **Sales Representatives** or **Retailers.**&#x20;

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

Approvals can go in the following states:

* <mark style="color:orange;">**Waiting**</mark>: the order is under review and the sales-representative has to approve the order still.
* <mark style="color:red;">**Rejected**</mark>: The approval was rejected, the reason can be viewed when viewing the order details.

The Progress bar displays the number of approvals waiting on the Order.&#x20;

Use the **Set Active** button to open the Order for Approval.

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

Use the **Approve Order** or **Reject** and button to review the Approval.

If all **Approvals** are given, the **Order** is validated and moved to [**Placed Orders**](#placed-orders)**.**

{% hint style="info" %}
Use the <i class="fa-magnifying-glass">:magnifying-glass:</i> Search Bar to look through your Orders.
{% endhint %}

#### Filtering & Sorting

Use the <i class="fa-filter-list">:filter-list:</i> **Filter** button to see available filters to display **Approvals**.

Use the <i class="fa-bars-sort">:bars-sort:</i> **Sort** button to sort the selected **Approvals,** various sorting selections are available.&#x20;

### Proposals & Placed Orders

When logging in as a **Sales Representative**, you have access to two extra sections for **Proposals** and **Placed Orders**.

{% hint style="success" %}
To learn more about Proposals and Placed Orders, see [Using as a Sales Representative](/user/brand-portal/using-as-a-sales-representative.md).
{% endhint %}


---

# 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.colect.io/user/brand-portal/order-management.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.
