Account/group description
banana_account_descriptionFetch the description of an account or group from Banana Accounting, optionally returning a specific column.
Instructions
Return the description of an account or group. Use "Gr=" to target a group. 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 to return instead of Description (e.g. "Currency"). | |
| account | Yes | Account id (e.g. "1000") or group selector (e.g. "Gr=1"). |