| 1 |
/**
|
| 2 |
* @file CHANGELOG.txt
|
| 3 |
* @brief Invoice module
|
| 4 |
*
|
| 5 |
* This module was developed by Platina Designs, http://www.platinadesigns.nl
|
| 6 |
*
|
| 7 |
* @author Pieter Vogelaar <ps.vogelaar@platinadesigns.nl>
|
| 8 |
*/
|
| 9 |
|
| 10 |
CHANGELOG (Date format: dd-mm-yyyy)
|
| 11 |
=========================================
|
| 12 |
|
| 13 |
13-12-2008:
|
| 14 |
* Fixed bug: "Invoice items : Unit Cost incl VAT is wrong whent you use a VAT less of 10%" => http://drupal.org/node/345800
|
| 15 |
* Added a TODO: Possibility to link an invoice to a site user + page for that user to view his invoices => http://drupal.org/node/346516
|
| 16 |
- With a extra option to also send the invoice by email (if no site user is selected the customer email field that is not implemented yet
|
| 17 |
will be choosen, if both are empty an error will be thrown if this checkbox is still checked. => http://drupal.org/node/346005
|
| 18 |
|
| 19 |
12-12-2008:
|
| 20 |
* Added a TODO item with priority "very nice": Possibility to create a new invoice based on a old one
|
| 21 |
* Fixed bug: http://drupal.org/node/342664 (scripting error in ie7)
|
| 22 |
|
| 23 |
Release: Invoice 6.x-1.0-rc2
|
| 24 |
|
| 25 |
22-11-2008:
|
| 26 |
* Fixed bug of undefined function in the install file
|
| 27 |
* Fixed some text in Dutch translation file
|
| 28 |
|
| 29 |
Release: Invoice 6.x-1.0-rc1
|
| 30 |
|
| 31 |
22-11-2008:
|
| 32 |
* Update dutch translation file
|
| 33 |
* Added a solid solution for removing invoices from "node" overview
|
| 34 |
|
| 35 |
19-11-2008:
|
| 36 |
* Added support for: Invoice number format, 12345, 2008001, 200806001, etc.
|
| 37 |
- It's possible now to prefix invoice number with whatever, for example A2008001.
|
| 38 |
|
| 39 |
12-11-2008:
|
| 40 |
* Display invoice comments on the invoice template
|
| 41 |
* Display pay limit on the invoice template
|
| 42 |
* Added: Global, per template set which fields to display on the invoice: VAT, Unitcost (ex), Unitcost (inc), Total (ex), Total (inc)
|
| 43 |
* FIXED BUG: Default template settings seem to don't inherit from general settings
|
| 44 |
- Inheriting worked fine, made a small ajustment so it works even smoother now.
|
| 45 |
- The main problem was that the preferred locale was not installed on the system. I made that form description more complete now
|
| 46 |
and added a list which displays installed locales on the system.
|
| 47 |
* Added: Translate file for dutch language
|
| 48 |
|
| 49 |
11-11-2008:
|
| 50 |
* FIXED BUG: Functions can never have the same name, also when including just one template (Fatal error: Cannot redeclare _invoice_get_template_output())
|
| 51 |
* FIXED BUG: Installer is not correct and must be updated (we're using schema files now)
|
| 52 |
* Added and tested invoice_update_1() function, works 100% correct.
|
| 53 |
|
| 54 |
01-11-2008:
|
| 55 |
* FIXED BUG: Search on a customer starting with "f" or other sprintf() like characters go wrong
|
| 56 |
|
| 57 |
...
|
| 58 |
..
|
| 59 |
.
|