> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/analytics/reports-in-the-pos/sales-report.md).

# Sales Report

{% hint style="info" %}
Venues can choose whether they prefer a Full Sales Report or a Simple Sales Report. To update this configuration, please contact support.
{% endhint %}

## Full Sales Report

The Full Sales Report is a combination of two key reports:

* Breakdown Report — A detailed overview of sales transactions
* Sales Mix Summary —  Sales breakdown by categories

<div><figure><img src="/files/RkAsnDV3x3nSTCY63NCD" alt=""><figcaption></figcaption></figure> <figure><img src="/files/qfL86ZynapJXFsP6iwXb" alt=""><figcaption></figcaption></figure> <figure><img src="/files/OpV4P8j6atCaRqOJr9Ih" alt=""><figcaption></figcaption></figure></div>

## Simple Sales Report

The Simple Sales Report only displays:

* **Food & Drinks Total**
* **Total Takings**
* **Payments Breakdown**
* **Cash movements**
* **Order Statuses**

<figure><img src="/files/idMMWCggx5z3Jt6kjvwH" alt="" width="375"><figcaption></figcaption></figure>

## Accessing the Sales Report in the POS

1. In the POS, click **Reports**.
2. Choose **Sales Report** for the relevant date.

<figure><img src="/files/1npBWW4QRVbayT0kyT2R" 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.bossithq.com/analytics/reports-in-the-pos/sales-report.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.
