Skip to content

Commit

Permalink
Update Reademe
Browse files Browse the repository at this point in the history
clarify enforcement of accounting rules
  • Loading branch information
eadz authored Jan 31, 2023
1 parent 6888111 commit 8e3a54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Keep track of all the monies!
DoubleEntry is an accounting system based on the principles of a
[Double-entry Bookkeeping](http://en.wikipedia.org/wiki/Double-entry_bookkeeping_system)
system. While this gem acts like a double-entry bookkeeping system, as it creates
two entries in the database for each transfer, it does *not* enforce accounting rules.
two entries in the database for each transfer, it does *not* enforce accounting rules, other than optionally ensuring a balance is positive, and through an allowlist of approved transfers.

DoubleEntry uses the [Money gem](https://github.com/RubyMoney/money) to encapsulate operations on currency values.

Expand Down

0 comments on commit 8e3a54a

Please sign in to comment.