list_invoices
List invoices using filters for status, third party, and date. Filter by draft, unpaid, paid, or abandoned to manage billing.
Instructions
Lister les factures avec filtres avancés (statut, tiers, date). Statut: 0=Brouillon, 1=Ouverte/Impayée, 2=Payée, 3=Abandonnée
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page de pagination | |
| limit | No | Nombre max (défaut: 100) | |
| status | No | 0=Brouillon, 1=Impayée, 2=Payée, 3=Abandonnée | |
| sqlfilters | No | Filtre SQL: ex: (t.date_lim_reglement:lt:'2024-12-31') | |
| thirdparty_ids | No | ID(s) tiers, séparés par virgule |