Give your app financial accounts, easily transfer money between them and generate reports all backed by auditable double entry records.
Heavly inspired by:
- acts_as_account https://github.com/betterplace/acts_as_account)
- double_entry https://github.com/envato/double_entry
Add this line to your application's Gemfile:
gem 'accountant'And then execute:
$ bundle
Or install it yourself as:
$ gem install accountant
Generate config and migrations:
$ rails g accountant:install
- Fork it ( https://github.com/[my-github-username]/accountant/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request