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

# Quick totals

**The quick totals report provides a clear and concise overview of store performance — including turnover (revenue), profit, and total number of sales.**

By default, the report shows data for today, but you can adjust the date range to compare any two days.

Each store is summarized individually, with a total across all stores displayed at the bottom. You can also drill down per store, viewing performance broken down by product group, all the way down to individual orders.

The report is available both in the <kbd>Flow Retail Client</kbd> and in <kbd>Flow Retail Admin</kbd>.

{% hint style="success" %}
Quick Totals is the most frequently used report in the system — a go-to tool for tracking daily sales performance.
{% endhint %}

### Explanation of the various columns in the report

<table><thead><tr><th width="192.28125">Column</th><th>Explanation</th></tr></thead><tbody><tr><td>Shop</td><td>Name of the store</td></tr><tr><td>Turnover</td><td>Total sale including VAT</td></tr><tr><td>Profit</td><td>Total profit excluding VAT</td></tr><tr><td>CM</td><td>Margin</td></tr><tr><td>Discount given</td><td>Total discount given</td></tr><tr><td>Cost</td><td>Total cost price excluding VAT</td></tr><tr><td>Quantity</td><td>Total number of sales</td></tr></tbody></table>

<figure><img src="/files/FKqqMHlRQDMcTps7AX3B" 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:

```
GET https://docs.flowretail.com/docs/day-to-day-operations/reports/sales-reports/quick-totals.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.
