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(s)John Wiegley
Initial release2003; 21 years ago (2003)
Stable release
3.3.2[1] Edit this on Wikidata / 30 March 2023; 12 months ago (30 March 2023)
Repository
Operating systemAny Unix-like including macOS, Microsoft Windows[2]
PlatformCross-platform[which?]
Available inC++
TypeDouble-entry bookkeeping system
LicenseBSD-3-Clause
Websiteledger-cli.org

Reviews edit

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 edit

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 edit

External links edit

References edit

  1. ^ "Release 3.3.2". 30 March 2023. Retrieved 6 April 2023.
  2. ^ Ledger 2.6.1 and 3.1.x binaries for windows systems
  3. ^ Corbet, Jonathan (13 June 2012), The accounting quest: Ledger, Linux Weekly News
  4. ^ Barr, Joe (10 Nov 2006), Ledger, the bran muffin of accounting tools, Linux.com
  5. ^ Schwartz, Randall (23 January 2011), Ledger, FLOSS Weekly
  6. ^ Wiegley, John. "Ledger Ports".
  7. ^ RJ, Harshad. "Abandon".
  8. ^ Blais, Martin. "Beancount".
  9. ^ Michael, Simon. "How does hledger relate to ledger?".
  10. ^ Norman, Omari. "penny".