Journal
banana_journalRetrieve the full journal of transactions in chronological order from a Banana accounting document, with options for JSON or HTML format.
Instructions
Return the journal (all transactions in chronological/posting order) for a document. Defaults to JSON.
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. | |
| format | No | Response format. Defaults to "json" for machine-readable output. | |
| columns | No | Comma-separated XML names of columns to return. | |
| navigation | No | Include HTML navigation (html format only). |