A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Go to file
2008-10-15 02:11:30 +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 small cleanups 2008-10-15 02:11:30 +00:00
tools remove overview.hs 2008-09-28 03:27:17 +00:00
BalanceCommand.hs rename amount show functions 2008-10-15 00:37:38 +00:00
hledger.cabal tests cleanup 2008-10-10 07:39:20 +00:00
hledger.hs use the display settings of the first amount detected in each commodity 2008-10-15 00:34:02 +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 update notes 2008-10-12 09:20:43 +00:00
Options.hs reduce unnecessary imports 2008-10-10 02:19:53 +00:00
PrintCommand.hs replace Currency with a more flexible, ledger-style Commodity 2008-10-12 21:52:48 +00:00
README update the cabal file 2008-10-10 04:05:46 +00:00
RegisterCommand.hs rename amount show functions 2008-10-15 00:37:38 +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 always give a proper parse error for numbers, remember precisions and thousands separators 2008-10-14 23:14:31 +00:00
Utils.hs nicer ghci/repl usage, update docs 2008-10-12 09:17:21 +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>.