A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Go to file
Simon Michael ec95b0723c make Postings reference their parent Transaction
With this change, Transactions and Postings reference each other
co-recursively.  This makes constructing them more tedious, but it
may also allow LedgerPostings to be dropped and code to be simplified.
Time and space performance of register and balance is as before.
2009-12-19 03:44:52 +00:00
Commands make Postings reference their parent Transaction 2009-12-19 03:44:52 +00:00
Ledger make Postings reference their parent Transaction 2009-12-19 03:44:52 +00:00
tests handle utf8 properly in error messages (issue #5) 2009-07-09 19:12:27 +00:00
tools note doctest.hs issue 2009-06-22 19:46:31 +00:00
website site: bump year in footer 2010-02-07 20:27:21 +00:00
bench.tests tools: run only the basic 1000-transaction benchmark 2009-12-12 02:24:48 +00:00
CONTRIBUTORS docs: more site & docs cleanup 2009-11-21 02:01:28 +00:00
HCAR-HOWTO simplify docs infrastructure 2009-06-02 19:54:45 +00:00
hledger-hcar-200811.tex simplify docs infrastructure 2009-06-02 19:54:45 +00:00
hledger-hcar-200905.tex simplify docs infrastructure 2009-06-02 19:54:45 +00:00
hledger.cabal rename LedgerTransaction to Transaction 2009-12-16 08:07:26 +00:00
hledger.hs New command 'chart': generate balances pie chart 2009-09-26 22:53:54 +00:00
hlint.hs hlint: ignore use camelCase for now 2009-09-23 18:06:28 +00:00
Ledger.hs rename LedgerTransaction to Transaction 2009-12-16 08:07:26 +00:00
LICENSE add LICENSE 2008-10-01 07:52:07 +00:00
Makefile run func. tests in parallel 2009-07-15 00:37:42 +00:00
MANUAL docs: another example 2010-02-06 21:50:12 +00:00
NEWS release notes 2010-02-12 00:57:40 +00:00
NOTES ui: code cleanups 2009-12-10 21:25:49 +00:00
Options.hs New command 'chart': generate balances pie chart 2009-09-26 22:53:54 +00:00
README e's change 2009-12-01 14:44:06 +00:00
README2 docs: an important missing piece 2009-12-05 06:47:21 +00:00
sample.ledger update sample.ledger 2008-12-05 11:09:09 +00:00
sample.timelog sample.timelog 2009-06-02 22:05:50 +00:00
SCREENSHOTS docs: another screenshots fix 2009-12-10 21:43:38 +00:00
Setup.hs Hlint: Warning: Redundant brackets 2009-09-22 16:51:27 +00:00
Tests.hs make Postings reference their parent Transaction 2009-12-19 03:44:52 +00:00
Utils.hs refactor 2009-12-20 15:50:54 +00:00
VERSION update version 2009-12-12 03:05:58 +00:00
Version.hs New command 'chart': generate balances pie chart 2009-09-26 22:53:54 +00:00

hledger
=======

hledger is a computer program for easily tracking money, time, or other
commodities, using standard accounting principles. It is quite limited in
features, but reliable.  For some, it is a bare-bones, less complex, less
expensive alternative to Quicken or Microsoft Money.

hledger aims to help both computer experts and every-day users gain clarity in their finances and time management.
I use it every day to: 

- track spending and income
- see time reports by day/week/month/project
- get accurate numbers for client billing and tax filing
- track invoices

Here is a **demo_** of the web interface.

Here is the **manual_**.
For support and more technical info, see **`hledger for techies`_** or **`email me`_**.

Download and try **`hledger for mac`_**, **`hledger for windows`_**, or **hledger for linux (`32 bit intel`_, `64 bit intel`_)**.

.. (If you're reading this in plain text, see also README2, MANUAL etc., or http://hledger.org)

.. _hledger for techies:  README2.html
.. _manual:               MANUAL.html
.. _demo:                 http://demo.hledger.org
.. _hledger for mac:      http://hledger.org/binaries/hledger-0.6-mac-i386.gz
.. _hledger for windows:  http://hledger.org/binaries/hledger-0.6-win-i386.zip
.. _32 bit intel:         http://hledger.org/binaries/hledger-0.6.1+9-linux-i386.gz
.. _64 bit intel:         http://hledger.org/binaries/hledger-0.6-linux-x86_64.gz
.. _email me:             mailto:simon@joyful.com