@hackage hledger0.1
A ledger-compatible text-based accounting tool.
Installation
Tested Compilers
Dependencies (0)
- HUnit
- QuickCheck >=1 && <2
- base
- containers
- directory
- haskell98 Show all…
Dependents (7)
@hackage/hledger-ui, @hackage/hledger-chart, @hackage/acme-everything, @hackage/buchhaltung, @hackage/hledger-vty, @hackage/hledger-api, Show all…
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.