Software:Ledger

From HandWiki
Short description: Double-entry accounting app
Ledger
Original author(s)John Wiegley
Initial release2003; 21 years ago (2003)
Stable release
3.3.1 / March 3, 2023; 11 months ago (2023-03-03)
Operating systemAny Unix-like including macOS, Microsoft Windows[1]
PlatformCross-platform[which?]
Available inC++
TypeDouble-entry bookkeeping system
LicenseBSD-3-Clause
Websiteledger-cli.org

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.

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.[2] 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."[3]

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.[4]

Ports

The Ledger system and file format have been quite influential, reimplemented in several other languages and inspiring similar tools. Actively developed ports[5] include Abandon[6] in Scala, Beancount[7] in Python, and hledger[8] in Haskell. Actively developed projects inspired by ledger include penny.[9]

See also

External links

References