save_invoice_desc
Add or update a goods or service line item on an invoice, specifying item name, quantity, unit, total amount, VAT type (normal, zero-rate, or non-taxable), and excise amount.
Instructions
Save a goods/service line item on an invoice (საქონლის ჩანაწერის შენახვა). drg_amount: positive=normal VAT, 0=zero-rate, -1=non-taxable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Goods line ID, pass 0 to create new | |
| goods | Yes | Goods/service name | |
| g_unit | Yes | Unit of measurement | |
| akciz_id | No | Excise product code ID | |
| g_number | Yes | Quantity | |
| invois_id | Yes | Invoice unique ID | |
| drg_amount | Yes | VAT amount (positive=normal, 0=zero-rate, -1=non-taxable) | |
| full_amount | Yes | Total amount including VAT and excise | |
| aqcizi_amount | No | Excise amount |