A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Go to file
2008-10-03 07:40:28 +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 fully haddockise Ledger 2008-10-03 07:39:09 +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 minor cleanups.. time to go 2008-10-03 03:38:33 +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 makefile cleanups 2008-10-03 07:40:28 +00:00
NOTES update main description 2008-10-03 02:08:33 +00:00
Options.hs minor cleanups.. time to go 2008-10-03 03:38:33 +00:00
README note timelog bug 2008-10-03 07:34:22 +00:00
sample.ledger sample.ledger for easy start 2008-10-01 08:42:08 +00:00
Setup.hs add cabal package info 2008-10-01 07:56:21 +00:00
Tests.hs define Ledger's exports 2008-10-03 07:38:46 +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 was intended to mimic ledger 2.5 as closely as
possible, see the ledger manual for more info:
<http://joyful.com/repos/hledger/doc/ledger.html>.

Bugs:

* filtered balance reports should show a total
* register report adds $ when no currency is specified
* timelog parser doesn't work