get_receivables_aging
Check which customers owe money and how overdue each invoice is. Get aging buckets, days overdue, and totals to prioritize collections.
Instructions
Who owes the business money, and how overdue each amount is.
Use this for any question about unpaid customer invoices, accounts receivable, overdue accounts, collections, or who is behind on payment. Returns every open invoice with the customer name, due date, days overdue and outstanding balance; per-customer totals ranked worst-first; and totals per aging bucket (current, 1-30, 31-60, 61-90, 90+ days).
Args: as_of: Date to age against as YYYY-MM-DD. Defaults to today. min_days_overdue: Only include invoices at least this many days late. 0 (the default) includes invoices that are not yet due. customer: Case-insensitive substring to limit results to one customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | ||
| customer | No | ||
| min_days_overdue | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||