> ## Documentation Index
> Fetch the complete documentation index at: https://docs-pos.solya.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Reports

> Sales reporting and fiscal exports in the Solya POS Centrale, on top of the live dashboard KPIs.

**Reports** turn the network's activity into figures you can act on and hand to
accounting. It complements the live [dashboard](/en/centrale/overview) with sales
reporting and the fiscal exports auditors require.

## What it is for

* Produce **sales reports** across the network for a period.
* Read the same **KPI summary** the dashboard shows.
* Access **fiscal exports** (FEC) and NF525-oriented fiscal artefacts.

## Key screens and actions

<Steps>
  <Step title="Sales reporting">
    The reports screen builds sales reports over the selected scope and period,
    on top of the recorded transactions.
  </Step>

  <Step title="KPI summary">
    Reuse the summary metrics that feed the dashboard for a quick network read.
  </Step>

  <Step title="Fiscal exports">
    Export the FEC for accounting; fiscal closures and journals cover NF525
    compliance.
  </Step>
</Steps>

<Note>
  Reporting reads recorded [transactions](/en/centrale/transactions-historique) and
  [finance](/en/centrale/finance) data — it does not change anything.
</Note>

## In the API

| Capability                | Endpoints                                                                                                                                           |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| Sales reports             | `GET /v1/reports/sales`, `GET /v1/sales`, `GET /v1/sales/summary`                                                                                   |
| Fiscal export (FEC)       | `GET /v1/finance/fec`                                                                                                                               |
| Fiscal closures & journal | `GET/POST /v1/fiscal/closures`, `GET /v1/fiscal/z`, `GET /v1/fiscal/x`, `GET /v1/fiscal/journal`, `GET /v1/fiscal/verify`, `GET /v1/fiscal/archive` |

See [Finance](/en/centrale/finance) for reconciliation and the
[API Reference](/en/developers/overview) for full details.
