@hackage hledger0.11
A command-line (or curses or web-based) double-entry accounting tool.
Installation
CustomDependencies (16)
Dependents (7)
@hackage/hledger-ui, @hackage/hledger-chart, @hackage/acme-everything, @hackage/buchhaltung, @hackage/hledger-vty, @hackage/hledger-api, Show all…
Package Flags
chart
(off by default)
enable simple balance pie chart generation
vty
(off by default)
enable the curses-style ui
web
(off by default)
enable the web ui (using yesodhamletsimpleserver, requires ghc 6.12)
web610
(off by default)
enable the web ui (using lolihspsimpleserver, works with ghc 6.10)
hledger reads a plain text general journal or time log describing your transactions and displays precise balance and register reports via command-line, curses or web interface. It is a remix, in haskell, of John Wiegley's excellent c++ ledger. hledger aims to be a practical, accessible tool for end users and a useful library for finance-minded haskell programmers.