record_client_invoice
Record client invoices as credit sales in the accounting ledger with specified amount, quantity, and tax code.
Instructions
Records a client invoice (credit sale) transaction.
Args:
narration: Description of the invoice
amount: Invoice amount (excluding tax)
quantity: Quantity of items invoiced
tax_code: Tax code to apply (default: GSTOUT)
entity_name: Entity name to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| quantity | No | ||
| tax_code | No | GSTOUT | |
| narration | Yes | ||
| entity_name | No | Example Company |