record_cash_sale
Record a cash sale transaction with narration, amount, quantity, tax code, and entity details, updating the accounting ledger.
Instructions
Records a cash sale transaction.
Args:
narration: Description of the sale
amount: Sale amount (excluding tax)
quantity: Quantity of items sold
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 |