list_ar_invoices โ A/R Invoices
Lists SAP customer (A/R) invoices โ what customers owe us โ from the live system, filtered by customer, date, status, or amount.
Lists SAP customer (A/R) invoices โ what customers owe us โ from the live system, filtered: doc number, card code, date, status, total. Read-only. Reach for it when the user asks about customer invoices or receivables โ “open invoices for Acme since January”, “unpaid customer invoices above 5000”. A/R = customer receivables. Omit any filter to leave it off.
Try these prompts
- “show me our customer invoices”
- “open invoices for C001 since January”
- “unpaid customer invoices above 5000”
ื ืกื ืื ืืขืืจืืช
- “ืืฆื ืืช ืืฉืืื ืืืช ืืืงืืืืช ืฉืื ื”
- “ืืฉืืื ืืืช ืคืชืืืืช ืืชืืืืช ืืฉื ื”
- “ืืฉืืื ืืืช ืืงืื ืฉืื ืฉืืืื ืืขื ืกืืื ืืกืืื”
Arguments
| Arg | Required | Meaning |
|---|---|---|
card_code | optional | One customer, e.g. C001. Omit for all. |
from_date | optional | Invoice date on/after, YYYY-MM-DD. |
to_date | optional | Invoice date on/before, YYYY-MM-DD. |
document_status | optional | open or closed. |
min_amount | optional | Minimum invoice total. |
max_amount | optional | Maximum invoice total. |
top | optional | Max rows returned. |
Example result
2 open A/R invoices for C001 Acme Corp. AR 40001 โ 2026-01-12, $1,340 ยท AR 40007 โ 2026-02-28, $6,200.
Related
list_ap_invoicesโ supplier bills, the counterpart.get_ar_invoiceโ one invoice when the user names a single invoice number.