> For the complete documentation index, see [llms.txt](https://docs.colect.io/user/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.colect.io/user/sales-app-variants/sales-app/order/order-analytics.md).

# Order Analytics

To access Order Analytics, click the icon in the cart. This opens the Order Analytics overview.\
You can find it in the top most navigation bar in the cart.\
You can close the Order Anlalytics overview by swiping from top to bottom.![](https://content.gitbook.com/content/J3lPzgynq0SqqA2HzX8o/blobs/SYuzj7yDAFfA4ac8ENtO/Screenshot%202024-06-10%20at%2014.17.34.png)

## **Order Analytics**

<figure><img src="https://content.gitbook.com/content/J3lPzgynq0SqqA2HzX8o/blobs/mxGEE5tkMMcBYsMh4ypm/Simulator%20Screenshot%20-%20iPad%20Pro%2013-inch%20(M4)%20-%202024-06-10%20at%2013.49.43.png" alt=""><figcaption></figcaption></figure>

### Selecting Orders

In the overview, you can choose from drafts or sent orders on the left.\
Once an order is selected it will be markes as "grey" and the details are added to the Order Analytics overview.

<figure><img src="https://content.gitbook.com/content/J3lPzgynq0SqqA2HzX8o/blobs/zk7ajoZD88gikuZAIXlq/Simulator%20Screenshot%20-%20iPad%20Pro%2013-inch%20(M4)%20-%202024-06-10%20at%2013.49.54.png" alt=""><figcaption></figcaption></figure>

### Adding Active Order

To include your active cart, flip the switch on the top left. Note: The active cart will always be the topmost order.

<figure><img src="https://content.gitbook.com/content/J3lPzgynq0SqqA2HzX8o/blobs/i78PdjvOXaWxHdleIg9m/Simulator%20Screenshot%20-%20iPad%20Pro%2013-inch%20(M4)%20-%202024-06-10%20at%2013.49.59.png" alt=""><figcaption></figcaption></figure>

### Full Screen Mode

By tapping the <img src="https://content.gitbook.com/content/J3lPzgynq0SqqA2HzX8o/blobs/vdns7dsuqfPrzJOsJljA/image.png" alt="" data-size="original"> button in the top header you can show and hide the order selection overview. This will result in a fullscreen overview of the selected orders.

<figure><img src="https://content.gitbook.com/content/J3lPzgynq0SqqA2HzX8o/blobs/tccjPGkyXGwsKLZJoXxs/Simulator%20Screenshot%20-%20iPad%20Pro%2013-inch%20(M4)%20-%202024-06-10%20at%2013.50.04.png" alt=""><figcaption></figcaption></figure>

By useing the Filter and Grouping logic it is possible to customize the overview.

## Grouping

This option ![](https://content.gitbook.com/content/J3lPzgynq0SqqA2HzX8o/blobs/uJsnE0jQPNQj3Th5Cr4d/Screenshot%202024-06-10%20at%2013.58.00.png) will open-up the grouping logic and changes the sorting in the Order Analytics overview.\
\
**Grouping:**\
&#x20;By default the orderlines are grouped by Delivery Window.\
\
**Pre-packs:**\
This options will unpack all the prepacks in the orders

**Display:**\
By Default this is set to "Collection Description". This option can be changed to Season, Color, Category or Style\
\
**Prices:**\
By default this is set to "Net Wholesale". This option can be chaged to Gross Wholesale or Retail

{% hint style="info" %}
The Order Analytics overview currently does not support multi-currency.
{% endhint %}

<figure><img src="https://content.gitbook.com/content/J3lPzgynq0SqqA2HzX8o/blobs/3SbU3i96hGTSxWVC03q5/Simulator%20Screenshot%20-%20iPad%20Pro%2013-inch%20(M4)%20-%202024-06-10%20at%2013.50.08.png" alt=""><figcaption></figcaption></figure>

## Filtering

This option ![](https://content.gitbook.com/content/J3lPzgynq0SqqA2HzX8o/blobs/bv70H3x80jmerOSss6XC/Screenshot%202024-06-10%20at%2013.58.07.png) allows for filtering the overview.

You can show/hide specific collumns that you selected in the Grouping Display feature.&#x20;

<figure><img src="https://content.gitbook.com/content/J3lPzgynq0SqqA2HzX8o/blobs/4jlnS7vWxDU2X63ZuYSs/Simulator%20Screenshot%20-%20iPad%20Pro%2013-inch%20(M4)%20-%202024-06-10%20at%2013.50.17.png" alt=""><figcaption></figcaption></figure>

## Exporting

You can export the entire overview to a PDF or use the Send via Email option to attach the PDF to an email.

<figure><img src="https://content.gitbook.com/content/J3lPzgynq0SqqA2HzX8o/blobs/1Lg65r1rMObfiNn47aVI/Simulator%20Screenshot%20-%20iPad%20Pro%2013-inch%20(M4)%20-%202024-06-10%20at%2013.50.23.png" 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.colect.io/user/sales-app-variants/sales-app/order/order-analytics.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.
