@hackage penny-lib0.20.0.0
Extensible double-entry accounting system - library
Deprecated
Dependencies (20)
- action-permutations ==0.0.0.0
- base >=4 && <5
- binary >=0.7 && <0.8
- bytestring >=0.10 && <0.11
- cereal >=0.3 && <0.4
- containers >=0.5 && <0.6 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/penny-bin
Package Flags
debug
(off by default)
turns on some debugging options
test
(off by default)
enables QuickCheck tests
incabal
(on by default)
enables imports that only Cabal makes available
buildlib
(on by default)
build library
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. More about the penny-bin package, along with a full sales pitch for Penny and how to get started, is at http://hackage.haskell.org/package/penny-bin. It may be installed with "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.