> 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.md).

# Reports in the POS

The POS system allows users to print reports directly from receipt printers. Two main report types are available:

* Sales Report
* Channels Report

When generating reports from the POS terminal, users can select:

* Current date
* Previous date

Reports from the POS operate on a shift basis rather than calendar days. This is based on a configurable day offset value that creates a shift buffer by adding hours to midnight. For example, if the day offset value is 6, the shift is set as 06:00 to 05:59 of the following day. This is useful for venues operating past midnight who want to capture sales after midnight as part of the previous day's shift.

{% hint style="info" %}
Day offset is an internal setting. If the Shift type is not working correctly, please reach out to support.
{% endhint %}

## Accessing Reports in the POS

In the POS, click **Reports**.

<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:

```
GET https://docs.bossithq.com/analytics/reports-in-the-pos.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.
