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