Ledger (software)
Double-entry accounting app
From Wikipedia, the free encyclopedia
Ledger is a command-line based double-entry bookkeeping application. Accounting data is stored in a plain text file, using a simple format, which the users prepare themselves using other tools. Ledger does not write or modify data, it only parses the input data and produces reports.
| Ledger | |
|---|---|
| Original author | John Wiegley |
| Release | 2003 |
| Stable release | |
| Operating system | Any Unix-like including macOS, Microsoft Windows[2] |
| Platform | Cross-platform[which?] |
| Available in | C++ |
| Type | Double-entry bookkeeping system |
| License | BSD-3-Clause |
| Website | ledger-cli |
| Repository | |
Reviews
Linux Weekly News editor Jonathan Corbet found Ledger to be a "powerful tool", particularly for generating reports, but that the software lacked many of the features necessary to scale to the needs of a small business.[3] Joe Barr, writing for Linux.com, commented: "If you're an MBA who groks Emacs and regular expressions, or a kernel hacker who appreciates tax deferred accruals, you'll love this application."[4]
FLOSS Weekly interviewed John Wiegley in 2011. It noted reading of GnuCash files, scriptability, an Emacs interface, and automated transactions as strong features, as well as the Common Lisp port and the Haskell port of the system.[5]
Ports
The Ledger system and file format have been quite influential, reimplemented in several other languages and inspiring similar tools. Actively developed ports[6] include Abandon[7] in Scala, Beancount[8] in Python, and hledger[9] in Haskell. Actively developed projects inspired by ledger include penny.[10]
See also
External links
- Ledger homepage
- Ledger and Text based Accounting 2009 presentation by Russell Adams