Create document (high level)
banana_create_documentCreate a new accounting file in Banana and open it for review, using either a blank type or an .ac2 template, while applying row changes per table.
Instructions
Create a NEW accounting file in Banana and show it, applying row changes table by table. This opens a new accounting window in Banana for the user to review; it does not modify an already-open file. Provide either accountingType (new file from scratch) or ac2_base64 + title (new file based on an existing .ac2 template).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | No | Open and show the created file in Banana (adds ?show). Default true. | |
| title | No | Title for the new file (used with ac2_base64). | |
| tables | Yes | Per-table row changes to include in the DocumentChange. | |
| ac2_base64 | No | Base64-encoded .ac2 template file to base the new file on (alternative to accountingType). | |
| accountingType | No | Accounting type used when creating a brand new file from scratch. |