forked from ept/invoicing
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHistory.txt
29 lines (22 loc) · 847 Bytes
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
== 0.2.1
* 1 minor enhancement:
* Added option to LedgerItem#account_summary which enables inclusion of open/pending
ledger items in the summary
* 1 bugfix:
* Compatibility with ActiveRecord 2.3
== 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
== 0.1.0 2009-02-10
* 2 major enhancements:
* Core API is now usable
* RCov reports 100% test coverage
== 0.0.1 2009-01-05
* 1 major enhancement:
* Initial public release