# Detailed Supplier Aging Report

The Detailed Supplier Aging Report is a financial report that provides an overview of the outstanding balances owed to suppliers based on the age of the debt. The report displays the supplier name, date of purchase, document number, and aging periods (1-30 days, 31-60 days, 61-90 days, more than 120 days) along with the credit and net due amount. This report helps in managing cash flow and improving relationships with suppliers by tracking outstanding balances and identifying any overdue payments

* **Supplier:** Name of the supplier
* **Date:** Date of the invoice or payment
* **Document No:** Document number of the invoice or payment
* **1-30 Days:** Total amount due for invoices that are 1-30 days past due
* **31-60 Days:** Total amount due for invoices that are 31-60 days past due
* **61-90 Days:** Total amount due for invoices that are 61-90 days past due
* **91-120 Days:** Total amount due for invoices that are 91-120 days past due
* **More than 120 Days:** Total amount due for invoices that are more than 120 days past due
* **Credit:** Total credit available for the supplier
* **Net Due Amount:** Total amount due for all outstanding invoices

<figure><img src="https://2290159269-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8rC3CAGRkm1tJKUxcEdd%2Fuploads%2Fdv5CfL3Qlt2UJgvjgzoM%2FDetailed%20Supplier%20Aging%20Report.png?alt=media&#x26;token=a0424b38-469f-438f-b3f2-e70180a306ef" 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/detailed-supplier-aging-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.
