ash_double_entry/README.md

22 lines
645 B
Markdown
Raw Normal View History

2023-07-22 12:27:52 +12:00
# AshDoubleEntry
An extensible double entry system built using [Ash](ash-hq.org) resources.
2023-08-19 23:29:59 +12:00
See the [getting started guide](https://hexdocs.pm/ash_double_entry/get-started-with-double-entry.html) to
setup the project!
2023-07-22 12:27:52 +12:00
## Installation
The package can be installed by adding `ash_double_entry` to your list of dependencies in `mix.exs`:
2023-07-22 12:27:52 +12:00
```elixir
def deps do
[
2024-04-30 07:41:30 +12:00
{:ash_double_entry, "~> 1.0.0-rc.1"}
2023-07-22 12:27:52 +12:00
]
end
```
2023-12-06 13:51:13 +13:00
# 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.