Jump to content

Ledger (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Guy Harris (talk | contribs) at 21:47, 13 October 2016 (It's "accessed from the UNIX command line", so macOS, not the classic Mac OS - and that's a Unix-like system (heck, Leopard and later are UNIX(R)), so include it as one of those.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Ledger
Original author(s)John Wiegley
Stable release
3.1.1 / January 11, 2016; 8 years ago (2016-01-11)
Repository
Operating systemAny Unix-like including macOS, Windows[citation needed]
PlatformCross-platform[which?]
Available inC++
TypeDouble-entry accounting system
LicenseBSD
Websiteledger-cli.org

Ledger is a command-line based double-entry accounting app. 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.[1] 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."[2]

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

Ports

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

See also

External links

References

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