Provides double entry accouting.
How to use my plugin.
Add this line to your application's Gemfile:
gem "bgit-accounting"And then execute:
$ bundleOr install it yourself as:
$ gem install bgit-accountingInstall the initializer and routes:
$ rails generate bgit:accounting:installInstall the migrations:
$ rails bgit_accounting:install:migrationsContribution directions go here.
The gem is available as open source under the terms of the MIT License.