Banking chart of accounts, financial reports (P&L, Balance Sheet), and accounting periods — built on go-luca
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Humphrey Drummond 05fb46220b Initial scaffold for gobank-accounts
Banking chart of accounts, financial reports, and accounting periods
library built on go-luca.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 13:40:55 +00:00
accounts.go Initial scaffold for gobank-accounts 2026-03-25 13:40:55 +00:00
CHANGELOG.md Initial scaffold for gobank-accounts 2026-03-25 13:40:55 +00:00
go.mod Initial scaffold for gobank-accounts 2026-03-25 13:40:55 +00:00
README.md Initial scaffold for gobank-accounts 2026-03-25 13:40:55 +00:00
ROADMAP.md Initial scaffold for gobank-accounts 2026-03-25 13:40:55 +00:00
task-plus.yml Initial scaffold for gobank-accounts 2026-03-25 13:40:55 +00:00
Taskfile.yml Initial scaffold for gobank-accounts 2026-03-25 13:40:55 +00:00

gobank-accounts

Banking chart of accounts, financial reports (P&L, Balance Sheet), and accounting periods — built on go-luca.

Part of the gobank family of libraries.

Overview

gobank-accounts converts go-luca ledger entries into banking-specific reports:

  • Chart of Accounts — typed banking CoA derived from go-luca account paths
  • Financial Reports — P&L for periods, Balance Sheet at point-in-time (data structs + HTML)
  • Accounting Periods — financial year, monthly, quarterly, annual period management

Status

Early development. See issues for planned work.