@open-nodo/module-accounting
v0.4.0
Published
Accounting kernel and Prisma fragment for ledgers, exact balances, budgets, patrimony, and annual close.
Readme
@open-nodo/module-accounting
The accounting feature package: exact balance calculations, transaction validation, year bounds, integrity checks, recurring-entry automation, and the canonical Prisma fragment.
The Prisma fragment owns the ledger, chart of accounts, budgets, patrimony,
opening balances, evidence files, and annual-close support. It expects the host
schema to provide organisation models such as Conference, Region, and
User; it does not reference donor, beneficiary, or
membership models.
Compose prisma/accounting.prisma with a Prisma multi-file schema, or install it
into a scaffold with:
npx @open-nodo/cli add accountingLicensed under AGPL-3.0-or-later.
