list_additional_incomes
Retrieve non-invoice expenses and additional incomes recorded in Quipu, with amounts and VAT details, filtered by date range. Use to calculate input VAT for quarterly reporting.
Instructions
List additional incomes and expenses recorded in Quipu — everything that is not an issued invoice: supplier bills, purchases, tickets and other deductible costs. Returns kind, total_amount_without_taxes, vat_amount and retention_amount. Bound the period with filter_from / filter_to. This is the input-VAT side needed to work out what a quarter actually owes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1 (default: 1) | |
| filter_to | No | Only entries issued on or before this date (YYYY-MM-DD) | |
| filter_from | No | Only entries issued on or after this date (YYYY-MM-DD) |