A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Go to file
2008-10-12 06:23:55 +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 type signatures 2008-10-12 06:10:32 +00:00
tools remove overview.hs 2008-09-28 03:27:17 +00:00
BalanceCommand.hs a more compatible balance report, not perfect yet 2008-10-12 06:23:55 +00:00
hledger.cabal tests cleanup 2008-10-10 07:39:20 +00:00
hledger.hs pruneBoringBranches again, a test, and fix hiding of zero-balance leaf accounts 2008-10-10 11:55:12 +00:00
Ledger.hs reduce unnecessary imports 2008-10-10 02:19:53 +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 more tests cleanup.. prepare for per-module tests, but consolidate in Tests where I think we will stay 2008-10-10 08:16:55 +00:00
Options.hs reduce unnecessary imports 2008-10-10 02:19:53 +00:00
PrintCommand.hs more tests cleanup.. prepare for per-module tests, but consolidate in Tests where I think we will stay 2008-10-10 08:16:55 +00:00
README update the cabal file 2008-10-10 04:05:46 +00:00
RegisterCommand.hs more tests cleanup.. prepare for per-module tests, but consolidate in Tests where I think we will stay 2008-10-10 08:16:55 +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 another test 2008-10-12 05:09:01 +00:00
Utils.hs rename accounts/filteraccounts fields to accountmap/filteraccountmap 2008-10-10 22:28:10 +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>.