proforma_invoices_list
List proforma invoices for a company with filters for status, date range, client, or search term, returning paginated results to find the right invoices quickly.
Instructions
List proforma invoices for the selected company with optional filtering by status, date range, client, and search term. Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date filter (YYYY-MM-DD) | |
| from | No | Start date filter (YYYY-MM-DD) | |
| page | No | Page number (default: 1) | |
| sort | No | Sort field | |
| limit | No | Items per page (default: 20, max: 100) | |
| order | No | Sort order | |
| search | No | Search term for invoice number or client name | |
| status | No | Filter by status | |
| clientId | No | Filter by client UUID | |
| companyId | No | Company UUID (overrides configured default) |