> 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/accounting-report.md).

# Accounting report

## Who is the accounting report for?

The <kbd>Accounting report</kbd> is the most used report for accountants that are *not* using an accounting system integration.

{% hint style="warning" %}
**Only use this report for manual accounting registration**

This report is meant to be used for clients there the totals are registered manually into the accounting system (based upon the data in this report).

We also offer various file export formats supporting multiple accounting systems. Check our [Accounting](/docs/integrations/accounting.md) section for more details.
{% endhint %}

## What does the report include?

This report provides an overview of accounting entries for a specific period, typically used for bookkeeping and reconciliation purposes. It includes:

* **Assets section:** Lists relevant asset accounts and their debits and credits during the selected period, such as cash or payment service providers.
* **Sales and operating income section:** Breaks down revenue accounts, including VAT (Value Added Tax) details like applied rates, VAT amounts, and income excluding and including VAT.
* **Totals:** Summarizes the total debits and credits to ensure the ledger is balanced.
* **Accounts receivable section:** Displays any customer receivables recorded during the period (if applicable).

This type of report is commonly used to verify that all postings are correctly recorded and balanced in the general ledger.

## What time periodes can I choose from?

You can choose *any* **From date** and **To date** on this report.

## What format is the report in?

* PDF


---

# 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/accounting-report.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.
