ash_double_entry/README.md
2024-04-29 15:41:30 -04:00

645 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, "~> 1.0.0-rc.1"}
  ]
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.