Settings

Theme

Minimal Accounting Library in Python

github.com

2 points by epogrebnyak a year ago · 1 comment

Reader

epogrebnyakOP a year ago

The core of the library in under 350 lines of code, and it enables to create a chart of accounts, open a ledger, and post entries to ledger, as well as to close ledger properly at accounting period end.

The resulting reports are income statment and balance sheet. Trial balance can be shown at any time.

Best effort made to document library usage in an end-to-end example in README - needs just Chart, Book and Entry classes to perform. List of simplifications and assumptions used also in README.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection