public
Description: A double-entry accounting system for Rails.
Homepage:
Clone URL: git://github.com/steveluscher/bookkeeper.git
README.rdoc

Bookkeeper — A double-entry accounting system for Rails.

Inspired by a blog post written by James Urquhart.

Requirements

Other than the dependencies listed in +bookkeeper.gemspec+, you will need:

  • Active merchant
    Without support for PayPal MassPay IPNs:+./script/plugin install git://github.com/Shopify/active_merchant.git+
        With support for PayPal MassPay IPNs::
    

    +./script/plugin install git://github.com/steveluscher/active_merchant.git+

License

Bookkeeper is released under the MIT license.