A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Go to file
2008-10-10 01:44:40 +00:00
data support tools cleanup 2008-05-26 21:19:21 +00:00
doc/misc show Main module in api docs by default 2008-10-01 09:32:02 +00:00
Ledger remove dead code 2008-10-09 13:16:57 +00:00
tools remove overview.hs 2008-09-28 03:27:17 +00:00
hledger.cabal README 2008-10-01 08:51:08 +00:00
hledger.hs simple --version option 2008-10-10 01:36:21 +00:00
Ledger.hs rename LedgerEntry to Entry 2008-10-03 02:37:19 +00:00
LICENSE add LICENSE 2008-10-01 07:52:07 +00:00
Makefile rename that pesky tags target 2008-10-10 01:44:40 +00:00
NOTES update main description 2008-10-03 02:08:33 +00:00
Options.hs simple --version option 2008-10-10 01:36:21 +00:00
README readme 2008-10-08 17:01:07 +00:00
sample.ledger update and sync the balance report documentation and sample.ledger 2008-10-09 07:10:25 +00:00
Setup.hs add cabal package info 2008-10-01 07:56:21 +00:00
Tests.hs simplify filtering, make cacheLedger store filtered data as well, make balance reports work a little better 2008-10-09 13:02:26 +00:00

hledger - a ledger-compatible text-based accounting tool.

Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
Released under GPL version 3 or later.

This is a minimal haskell clone of John Wiegley's ledger
<http://newartisans.com/software/ledger.html>.  hledger does basic
register & balance reports, and demonstrates a (naive) purely
functional implementation of ledger.

Installation:

runhaskell Setup.hs configure
runhaskell Setup.hs build
sudo runhaskell Setup.hs install 
 (or symlink dist/build/hledger/hledger into your path)

Examples:

hledger -f sample.ledger balance
export LEDGER=sample.ledger
hledger -s balance
hledger register
hledger reg cash
hledger reg -- shop

This version of hledger mimics ledger 2.5 closely, 
see the ledger manual for more info:
<http://joyful.com/repos/hledger/doc/ledger.html>.

Bugs:

* timelog balance report shows all accounts when it shouldn't
* timelog balance total is a little off compared to ledger