Release Name: 0.2.0
Notes:
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.0 2009-04-20
* 4 major enhancements:
* New associated gem invoicing_generator for generating an invoicing component in a Rails project
(script/generate invoicing_ledger)
* Generated controller and views for rendering statements and ledger
* Comes with a nice default stylesheet out of the box
* More flexible formatting of currency values
* 1 bugfix:
* Accidental overwriting of total_amount value on payment LedgerItems without LineItems
|