> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/reports/sales/ar-aging-report/accessing-ar-aging-report.md).

# Accessing AR Aging Report

The Accounts Receivable (AR) Aging Report provides a snapshot of outstanding customer invoices and their payment status. This report helps businesses identify potential cash flow issues, monitor customer payment trends, and take proactive measures to improve collections.&#x20;

{% hint style="info" %}
To access the AR Aging Report, go to Menu > Reports > Sales > AR Aging Summary
{% endhint %}

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

### Selecting Reporting Template

Upon selecting the AR Aging Summary option, you will be prompted to select a document template. From the "Select Document Template" dropdown menu, select the desired report to view.

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

* **AR Aging Summary (By Due Date):** This report provides a condensed view of outstanding receivables categorized by their due dates. It summarizes the total amount due from customers, grouped into aging categories based on how long the invoices have been overdue.
* **AR Aging Detail (By Due Date):** Offering a detailed breakdown, this report lists each outstanding invoice by its due date, showing individual amounts, customers, and how long the invoice has been outstanding. It's valuable for managing specific overdue accounts. This report also shows the unutilized credit memos.
* **AR Aging Summary (By Invoice Date):** Similar to the aging summary by due date, this version organizes outstanding invoices by their original invoice dates. It provides a quick overview of receivables based on when the sales were made, grouped into aging categories.
* **AR Aging Detail (By Invoice Date):** This detailed report outlines every individual invoice, grouped by the invoice date rather than the due date. It includes detailed information such as invoice amounts, customers, and aging categories, aiding in a precise follow-up on receivables. This report also shows the unutilized credit memos.

### Filtering the Report

The AR Aging Report offers filtering options based on various date ranges. By default, it displays data for "This Fiscal Year-To-Date." To view the report for a different period, simply select the desired timeframe from the options on the right side of the screen and click "Preview."&#x20;

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

Additionally, you can choose a Custom period by selecting the "Custom" option, inputting the specific dates, and then clicking "Preview" to generate the tailored report.<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.xorosoft.com/xoroerp-1/reports/sales/ar-aging-report/accessing-ar-aging-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
