Releases for Invoice
invoice 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| invoice-6.x-1.0.tar.gz | 56.79 KB | b4f59d3b7377de50067aedcdb53d4d6d |
The module is now stable enough to be called version 1.0! Everything seems to be working perfect!
invoice 6.x-1.0-rc3
| Download | Size | md5 hash |
|---|---|---|
| invoice-6.x-1.0-rc3.tar.gz | 56.58 KB | 544058d8ed22f4554bf95435fc1071fe |
20-12-2008:
* Moved AJAX JS into a external JS file.
* Did code review with the coder module to be compatibale with Drupal coding standards
14-12-2008:
* Added _invoice_money_format() function as alternative is the default PHP money_format() function doesn't exist
* Replaced all lines that used _invoice_round() and/or money_format() with _invoice_round_and_format_money()
* Fixed bug: The installer didn't set the default invoice column display settings already
13-12-2008:
* Fixed bug: "Invoice items : Unit Cost incl VAT is wrong whent you use a VAT less of 10%" => http://drupal.org/node/345800
* 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
- 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
will be choosen, if both are empty an error will be thrown if this checkbox is still checked. => http://drupal.org/node/346005
12-12-2008:
* Added a TODO item with priority "very nice": Possibility to create a new invoice based on a old one
* Fixed bug: http://drupal.org/node/342664 (scripting error in ie7)
invoice 6.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| invoice-6.x-1.0-rc2.tar.gz | 54.58 KB | fbcb3db72d2ed239e706342f5574a9aa |
CHANGELOG (Date format: dd-mm-yyyy)
=========================================
22-11-2008:
* Fixed bug of undefined function in the install file
* Fixed some text in Dutch translation file
invoice 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| invoice-6.x-1.0-rc1.tar.gz | 54.25 KB | 541f65f93f0321edd0d081dd0900bbca |
This version is the first release with an official tag. I skipped the beta releases because this module is thoroughly tested and is also ready as 1.0 stable I think.
But I first released a release candidate 1 (rc1) now for maybe some bugs that will be discovered by some others.
CHANGELOG (Date format: dd-mm-yyyy)
=========================================
22-11-2008:
* Update dutch translation file
* Added a solid solution for removing invoices from "node" overview
19-11-2008:
* Added support for: Invoice number format, 12345, 2008001, 200806001, etc.
- It's possible now to prefix invoice number with whatever, for example A2008001.
12-11-2008:
* Display invoice comments on the invoice template
* Display pay limit on the invoice template
* Added: Global, per template set which fields to display on the invoice: VAT, Unitcost (ex), Unitcost (inc), Total (ex), Total (inc)
* FIXED BUG: Default template settings seem to don't inherit from general settings
- Inheriting worked fine, made a small ajustment so it works even smoother now.
- The main problem was that the preferred locale was not installed on the system. I made that form description more complete now
and added a list which displays installed locales on the system.
* Added: Translate file for dutch language
11-11-2008:
invoice 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| invoice-6.x-1.x-dev.tar.gz | 56.79 KB | 11b62dbdd8e89af0ac85727c47c0e2db |
Development of invoice module for Drupal 6.x core.
