Posted By: Martin Kleppmann
Date: 2009-08-26 16:43
Summary: invoicing 0.2.1 Released
Project: Ruby invoicing framework
invoicing version 0.2.1 has been released!
This is a framework for generating and displaying invoices (ideal for commercial Rails apps). It allows for flexible business logic; provides tools for tax handling, commission calculation etc. It aims to be both developer-friendly and accountant-friendly.
The Ruby Invoicing Framework is based on {ActiveRecord}[http://api.rubyonrails.org/classes/ActiveRecord/Base.html].
Please see {the website}[http://ept.github.com/invoicing/] for an introduction to using Invoicing, and check the {API reference}[http://invoicing.rubyforge.org/doc/] for in-depth details.
Changes:
## 0.2.1
* 2 minor enhancements: * Added option to LedgerItem#account_summary which enables inclusion of open/pending ledger items in the summary * Improved robustness and documentation for test suite * 2 bugfixes: * Compatibility with recent versions of ActiveRecord * Cleaned up unnecessary gem dependencies (mocha, uuid) |
|