list_invoices
Fetch issued invoices from Quipu with invoice number, dates, totals, and payment status. Use date filters to compute revenue or VAT for a specific quarter.
Instructions
List issued invoices from Quipu, with number, issue_date, due_date, total, subtotal and payment status. Paginated via page. Use filter_from and filter_to to bound the period — this is the tool to use when asked about revenue or VAT for a quarter, since Quipu has no endpoint that returns tax models directly and the figures must be derived from invoices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1 (default: 1) | |
| filter_to | No | Only invoices issued on or before this date (YYYY-MM-DD) | |
| filter_from | No | Only invoices issued on or after this date (YYYY-MM-DD) |