steveluscher / bookkeeper

A double-entry accounting system for Rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A double-entry accounting system for Rails.

License:MIT License


Languages

Language:Ruby 100.0%