# Orders Reporting

## Overview

Orders Reporting provides all the order details you need on your portal. It also includes filters that enhance the user experience and streamline the order selection process. These filters allow admins to easily sort and select orders based on their specific needs, making it more efficient and personalized to find the right orders. **First, you need to select a date range for this to work.**

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

{% hint style="info" %}
The advantage of using **Orders Reporting** over **Orders Management** is that it allows you to filter by payment status, coupon used, and tips.
{% endhint %}

## Search Orders

After selecting a date range, you can use the search feature to find specific orders using details such as the client's name, address, services, and more.

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

## Scheduled Date

This feature allows you to apply filters, and the system will automatically sort the orders for you:

* **Most Recent**: Sorts orders by the date they were booked.
* **Scheduled Date**: Sorts orders by the shoot date.

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

## Date

This filter works alongside the Scheduled Date filter. When a specific date is selected, it will:

* **Specific Date + Most Recent**: Display orders booked on that date.
* **Specific Date + Scheduled Date**: Display orders scheduled to be shot on that date.

The date filter works in conjunction with other filters, helping the admin to view the exact order they are looking for.

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

{% hint style="warning" %}
This needs to be selected for the data to appear.
{% endhint %}

## Service

Use the service filter in this section to view only the orders with those services within the selected date range.

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

## Team Members

Use the team member filter to see the events they are assigned to within the selected date range.

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

## Booking Flow

Filtering by a specific booking flow allows you to view orders associated with that particular booking flow. This is especially useful if you have a booking flow designed for a specific brokerage and want to see how many orders they have within the selected date range.

<figure><img src="/files/9kz8uzTV38BpXPJRFJJF" alt=""><figcaption></figcaption></figure>

## Order Status

Filtering by order status allows you to view orders with a specific status within a selected date range.

<figure><img src="/files/7sqzkZUVpg4hdych7tg4" alt=""><figcaption></figcaption></figure>

## Payment Status

Filtering by payment status allows you to view orders with a specific payment status within a selected date range.

This helps you identify which orders have been paid and which haven't.

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

## Coupon

Using the coupon filter will only display orders that have used the specific coupon you selected.

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

## Filter by Tips

Filtering orders by tips will only show orders within the selected date range that include a tip.

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

## Clear All

The "Clear All" option can be used to remove all filters at once.

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


---

# 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.getautonomo.com/reporting/orders-reporting.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.
