# Supplier Statement Report

The Supplier Statement Report displays a summary of financial transactions between a company and a particular supplier, including invoice amounts, payments, and balances. The report helps in tracking the payments due and payments made to a supplier over a given period

* **Date:** The date of the financial transaction
* **Document No:** The document number for the financial transaction
* **Document Type:** The type of document, such as invoice or payment
* **Invoice Amount:** The amount due for the invoice
* **Paid Amount:** The amount already paid towards the invoice
* **Balance Amount:** The outstanding balance amount that is yet to be paid for the invoice.

<figure><img src="/files/JDzha7U8VmktxUVAUFyU" alt=""><figcaption></figcaption></figure>


---

# 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://docs.cwsuite.com/purchase/product-guides/reports/supplier-statement-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.
