bookkeeping: A module for bookkeeping by double entry.

[ business, library, mit ] [ Propose Tags ]

A module for bookkeeping by double entry. This module provides a way to do bookkeeping programmatically.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.1.0, 0.2.1.1, 0.2.1.4, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.3.2.0, 0.3.3.0, 0.4.0.0, 0.4.0.1
Dependencies base (>=4.9 && <5), mono-traversable (>=1.0.0.1 && <1.1), semigroups (>=0.18 && <0.19), text (>=1.2.2.1 && <1.3), time (>=1.6), transaction (>=0.1.1.3 && <0.2) [details]
License MIT
Copyright 2017 Kadzuya Okamoto
Author Kadzuya Okamoto
Maintainer arow.okamoto+github@gmail.com
Category Business
Home page https://github.com/arowM/haskell-bookkeeping#readme
Source repo head: git clone https://github.com/arowM/haskell-bookkeeping
Uploaded by arowM at 2018-03-28T14:40:50Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 7824 total (37 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-28 [all 1 reports]

Readme for bookkeeping-0.4.0.1

[back to package description]

Build Status Hackage Stackage LTS Stackage Nightly

Haskell-bookkeeping

A module for bookkeeping by double entry. This module provides a way to do bookkeeping programmatically.

Example

TODO

Export as CSV

TODO