envato / double_entry

A double-entry accounting system for Ruby applications.
https://rubygems.org/gems/double_entry
MIT License
422 stars 68 forks source link

Return [credit, debit] from DoubleEntry.transfer #190

Closed swrobel closed 2 years ago

swrobel commented 4 years ago

Fixes #189

ricobl commented 2 years ago

Thanks again @swrobel!