List invoices issued from an estimate
get_estimate_invoicesVerify if a proforma estimate has been invoiced and fetch the resulting invoices to prevent duplicate billing.
Instructions
Check whether a proforma has already been invoiced, and which invoices came out of it. Read-only.
Call this before create_invoice_from_estimate to avoid double-invoicing the same proforma, and to answer questions like 'did we ever bill that quote?'. An empty result means the proforma is still open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Estimate number, without the series prefix. | |
| seriesName | No | Estimate series. Falls back to the configured default. | |
| companyVatCode | No | Issuing company CIF. Falls back to SMARTBILL_VAT_CODE. |