@hackage penny-lib0.6.0.0
Extensible double-entry accounting system - library
Deprecated
Dependencies (18)
- base >=4 && <5
- bytestring >=0.9 && <0.10
- cereal >=0.3 && <0.4
- containers >=0.4 && <0.5
- explicit-exception >=0.1 && <0.2
- matchers >=0.4 && <0.5 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/penny-bin
Package Flags
debug
(off by default)
turns on some debugging options
Penny is a double-entry accounting system. It is inspired by, but incompatible with, John Wiegley's Ledger, which is available at http://ledger-cli.org/.
This package is a library. To start using Penny you will want to install the penny-bin package, which has the executable programs. It is available on Hackage and by running "cabal install penny-bin".
The Penny library is a full system to work with double-entry accounting transactions and postings and to make reports with them.