A customizable double entry bookkeeping system backed by Ash resources.
Find a file
dependabot[bot] 4f621392cf
chore(deps): bump the production-dependencies group with 2 updates (#45)
Bumps the production-dependencies group with 2 updates: [ash](https://github.com/ash-project/ash) and [ash_money](https://github.com/ash-project/ash_money).


Updates `ash` from 3.0.15 to 3.0.16
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.15...v3.0.16)

Updates `ash_money` from 0.1.8 to 0.1.9
- [Changelog](https://github.com/ash-project/ash_money/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_money/compare/v0.1.8...v0.1.9)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_money
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27 09:25:11 -04:00
.github improvement: accept attributes on transfer create 2024-06-19 10:00:34 -04:00
config improvement: update to support new atomics & bulk actions 2024-04-29 15:40:53 -04:00
documentation improvement: don't destroy balances by default 2024-06-23 17:00:16 -04:00
lib fix: better validations around atomics 2024-06-23 20:04:47 -04:00
logos improvement: add CI & check commands 2023-08-18 23:57:12 -04:00
test improvement: update to support new atomics & bulk actions 2024-04-29 15:40:53 -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: update dsl docs/formatter 2024-06-19 10:17:56 -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 v1.0.3 2024-06-23 11:59:44 -04:00
LICENSE improvement: add CI & check commands 2023-08-18 23:57:12 -04:00
mix.exs chore: release version v1.0.3 2024-06-23 11:59:44 -04:00
mix.lock chore(deps): bump the production-dependencies group with 2 updates (#45) 2024-06-27 09:25:11 -04:00
README.md docs: documentation overhaul 2024-05-03 20:53:40 -04:00

Logo Logo

Elixir CI License: MIT Hex version badge Hexdocs badge

AshDoubleEntry

Welcome! This is the extension for building a double entry accounting system in Ash. This extension provides the basic building blocks for you to extend as necessary.

Tutorials

Reference