A customizable double entry bookkeeping system backed by Ash resources.
Find a file
2023-08-19 15:07:44 -04:00
.github improvement: add CI & check commands 2023-08-18 23:57:12 -04:00
config docs: docs and release setup 2023-08-19 00:17:07 -04:00
documentation/tutorials docs: fix typo in guide 2023-08-19 01:05:18 -04:00
lib fix: properly calculate balance_as_of_ulid when transfer is to or from account 2023-08-19 01:13:04 -04:00
logos improvement: add CI & check commands 2023-08-18 23:57:12 -04:00
test improvement: wrap up initial implementaiton, add guides 2023-08-18 23:49:09 -04:00
.check.exs improvement: add CI & check commands 2023-08-18 23:57:12 -04:00
.credo.exs improvement: add CI & check commands 2023-08-18 23:57:12 -04:00
.formatter.exs chore: ash dep/format 2023-08-06 00:45:07 -04:00
.gitignore init 2023-07-21 20:27:52 -04:00
.tool-versions improvement: initial test suite & functionality 2023-08-06 00:27:33 -04:00
CHANGELOG.md chore: release version v0.1.2 2023-08-19 15:07:44 -04:00
LICENSE improvement: add CI & check commands 2023-08-18 23:57:12 -04:00
mix.exs chore: release version v0.1.2 2023-08-19 15:07:44 -04:00
mix.lock docs: docs and release setup 2023-08-19 00:17:07 -04:00
README.md chore: release version v0.1.2 2023-08-19 15:07:44 -04:00

AshDoubleEntry

An extensible double entry system built using Ash resources.

See the getting started guide to setup the project!

Installation

The package can be installed by adding ash_double_entry to your list of dependencies in mix.exs:

def deps do
  [
    {:ash_double_entry, "~> 0.1.2"}
  ]
end