create_ledger
Set up a complete accounting ledger: create database tables, default reporting entity, currency, chart of accounts, and taxes.
Instructions
Sets up the ledger by:
- Creating the SQLAlchemy engine from configuration.
- Running migrations to create tables.
- Creating a default reporting entity, currency, chart of accounts, and taxes if not present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_name | Yes |