# Raporty płatności

## Raporty płatności

{% hint style="success" %}
Trzy raporty płatności są przydatne do śledzenia łącznych przychodów i należności Twojego huba w danym przedziale czasu.
{% endhint %}

### Payment by Type

Najprostszy raport płatności. Pokazuje sumy: opłacone, należne oraz „credit owing” dla każdego typu płatności (np. osobno dla Stripe, gotówki/EFT i PayPal).

### Itemised Payment Totals

Ten raport jest pogrupowany według statusu płatności (paid, balance due, credit owing), a nie dostawcy płatności. Pokazuje rozbicie przychodów (koszty produktów, opłaty za dostawę) oraz łączną kwotę. Kolumna Outstanding balance będzie miała wartość 0.0 dla statusu „paid”.

### Payment Totals

Oprócz danych z Itemised Payment Totals raport ten pokazuje osobno przychody z EFT (gotówka lub przelew) oraz PayPal.


---

# Agent Instructions: 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://smaki-wsi.gitbook.io/smaki-wsi-docs/basic-features/reports/payment-and-tax-reports.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.
