ash_double_entry/README.md
2024-02-14 10:21:53 -05:00

640 B

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.2.4"}
  ]
end

Upgrading from 0.1 to 0.2

This is a breaking change, that changes from using a currency & decimal amount to using ash_money. There is no way to configure it to use the old behavior, as maintaining both is not reasonable.