A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Go to file
2008-10-15 21:47:56 +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 for debugging 2008-10-15 21:10:59 +00:00
tools remove overview.hs 2008-09-28 03:27:17 +00:00
BalanceCommand.hs match full account name when (any) account pattern contains :, as ledger seems to 2008-10-15 06:32:42 +00:00
hledger.cabal update cabal file 2008-10-15 21:38:55 +00:00
hledger.hs support negative patterns and ledger's special balance report account matching rule 2008-10-15 17:04:47 +00:00
Ledger.hs replace Currency with a more flexible, ledger-style Commodity 2008-10-12 21:52:48 +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 notes update 2008-10-15 21:18:47 +00:00
Options.hs fix --version 2008-10-15 21:47:56 +00:00
PrintCommand.hs focus on tests in Tests.hs, clean up 2008-10-15 06:32:52 +00:00
README update the cabal file 2008-10-10 04:05:46 +00:00
RegisterCommand.hs simplify 2008-10-15 21:11:06 +00:00
sample.ledger update and sync the balance report documentation and sample.ledger 2008-10-09 07:10:25 +00:00
Setup.hs clean up imports whitespace, minimise explicit intra-app import/export declarations for now 2008-10-10 01:53:39 +00:00
Tests.hs add a register command test 2008-10-15 21:10:36 +00:00
Utils.hs support negative patterns and ledger's special balance report account matching rule 2008-10-15 17:04:47 +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 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>.