VAT code description
banana_vat_descriptionRetrieve the description of a VAT code from Banana Accounting. Optionally specify a column to return instead of the default Description.
Instructions
Return the description of a VAT code. Optionally return a specific column instead of the default Description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | No | Accounting document name as opened in Banana (e.g. "accounting.ac2"). Append "_p1", "_p2" for previous years. Defaults to BANANA_DEFAULT_DOC if set. | |
| column | No | Optional column XML name (e.g. "Gr1"). | |
| vat_code | Yes | VAT code, e.g. "V80". |