Skip to content

bigfleet/accountable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accountable

This project rocks and uses MIT-LICENSE.

Usage

The core of accountable are Accounts and Transactions. The concept of an account is probably familiar to most developers– think of your checking or savings accounts. A transaction links two accounts together, posting a debit to one, and a credit to another. The credits and debits must be equal in amount. That’s it!

The system also includes invoices, payments, and the ability to mark any eligible transaction as payment for an invoice, as long as the buyer’s account is involved in the transaction.

Installation

Gemfile bundle install rails g accountable:migrations rake db:migrate

About

Flexible double-entry accounting engine for Rails apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published