Create Invoice
invoice_createCreate client invoices with line items and automatic calculation of subtotals, taxes, and discounts. Generates unique invoice numbers and supports multiple currencies for professional billing.
Instructions
Create a new invoice for a client with line items. Auto-calculates subtotal, tax, discounts, and total. Generates a unique invoice number (INV-YYYY-NNNN).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | ||
| currency | No | USD | |
| line_items | Yes | ||
| issue_date | No | ||
| due_date | No | ||
| notes | No | ||
| terms | No |