A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Go to file
2008-10-03 00:53: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 move the rest of the core code to the Ledger package 2008-10-03 00:40:06 +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 move the rest of the core code to the Ledger package 2008-10-03 00:40:06 +00:00
LICENSE add LICENSE 2008-10-01 07:52:07 +00:00
Makefile stop linking to per-entity source, which breaks haddock 2008-10-03 00:53:30 +00:00
NOTES chart notes 2008-05-26 21:13:54 +00:00
Options.hs move the rest of the core code to the Ledger package 2008-10-03 00:40:06 +00:00
README tidy bug notes 2008-10-02 21:46:45 +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 move the rest of the core code to the Ledger package 2008-10-03 00:40:06 +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:

* register transactions should be filtered when account patterns are provided
* register shows $ when it's not in ledger
* filtered balance reports should show a total
* filtered balance reports should show the full account names