Packages

Bookk is a simple library that provides building blocks for operating journal entries and manipulating double-entry bookkeeping accounting ledgers.

Retired package: Release invalid - Please move to v0.1.2

Current section

Files

Jump to
bookk lib bookk.ex
Raw

lib/bookk.ex

defmodule Bookk do
@moduledoc """
Bookk is a simple library that provides building blocks for operating
double-entry bookkeeping accounting ledgers.
## Modules
- `Bookk.AccountClass`;
- `Bookk.AccountHead`;
- `Bookk.Account`;
- `Bookk.ChartOfAccounts`;
- `Bookk.InterledgerEntry`;
- `Bookk.JournalEntry`;
- `Bookk.Ledger`;
- `Bookk.NaiveState`;
- `Bookk.Notation`;
- `Bookk.Operation`;
- `Bookk.UnbalancedError`.
"""
end