Download & Extend

Releases for Invoice

invoice 7.x-1.1

Download Size md5 hash
invoice-7.x-1.1.tar.gz 72.4 KB 5ea001e1aac5699b74e2ac06408c5629
invoice-7.x-1.1.zip 78.8 KB 93eb08b15520e2ff8fbd7dafece75c78
Last updated: February 8, 2013 - 14:47
Official release from tag: 7.x-1.1

Release notes

- Added REST API
- Excludes node type "invoice" from search results

invoice 7.x-1.0

Download Size md5 hash
invoice-7.x-1.0.tar.gz 63.36 KB f86f5e7a962791d60020ea19c6aaec83
invoice-7.x-1.0.zip 69.04 KB 476984cf4218bc50ff988efd59fcdbd0
Last updated: July 31, 2011 - 16:06
Official release from tag: 7.x-1.0

Release notes

- Updated TODO
- Added company logo image in the default template
- Fixes #1207758: Error on creating new invoice while leaving Company name empty
- Fixed not fully visible form areas due margin bug
- Fixed major bug: "Access invoices" permission doesn't work and invoices are always visible for anyone

invoice 7.x-1.0-beta2

Download Size md5 hash
invoice-7.x-1.0-beta2.tar.gz 55.57 KB 32170a4420973f873cc89461af5e25fd
invoice-7.x-1.0-beta2.zip 61.74 KB c0951f4e5e205a8b9b1ef147c0892bb0
Last updated: June 22, 2011 - 15:46
Official release from tag: 7.x-1.0-beta2

Release notes

Fixes #1085128: Invoice ajax calls not working when site uses HTTPS
Fixed bug: Drupal 6 to 7 upgrade path causes an PDO exception for the column "created" in the table "invoice_items"
Fixes #929664: Ability to specify state
Fixes #917230: Uninstall does not remove persistent variables
Fixes #1082432: Undefined index: default in _invoice_get_variable()
Fixed bug: Uninstall doesn't remove the invoice_* tables
Wrong colspan for empty row
Fixes #1116234: On enabling module get this error (comment is disabled on my site)
Added context to javascript
Fixed bug: JS and CSS files are not compatible with Drupal combining and compression
Set pager to 15 invoices per page
Fixed bug: Setting pay status to unpaid displays an incorrect message. Node language is set to undefined (und)

invoice 7.x-1.0-beta1

Download Size md5 hash
invoice-7.x-1.0-beta1.tar.gz 54.87 KB 32d0d97444ec6aff14faad22496c5318
invoice-7.x-1.0-beta1.zip 60.97 KB 24ddfbe9cca4baa293263e2019e98c17
Last updated: March 5, 2011 - 15:01
Official release from tag: 7.x-1.0-beta1

Release notes

Converted the Drupal 6 invoice module to be compatible with Drupal 7.

invoice 7.x-1.x-dev

Download Size md5 hash
invoice-7.x-1.x-dev.tar.gz 72.41 KB f54edc4118949721a64bc01b698c9eb3
invoice-7.x-1.x-dev.zip 78.8 KB 340ac5fa69c4a66e93dd7849ed33d1e8
Last packaged version: 7.x-1.0+21-dev
Last updated: February 7, 2013 - 13:11
Development snapshot from branch: 7.x-1.x

Release notes

Development of invoice module for Drupal 7.x core.

invoice 6.x-1.1

Download Size md5 hash
invoice-6.x-1.1.tar.gz 59.9 KB 9cdd170e80c5f5b8eb8077f325148fe6
invoice-6.x-1.1.zip 70.49 KB d87744603f5b31d06cd84e02aa309282
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-1.1

Release notes

* Improved user experience, the form is no longer submitted the enter key is pressed. So an invoice item can be added whith the tab and enter key.
* Fixed regression bug: Set template on the invoice creation form is broken
* Updated translation files
* Fixed issue #719586: place dompdf in libraries folder
* Fixed issue #342664: Scripting error, can't add invoice items (Added support for clean urls off)
* Refactored invoice.js
* Cancel button when editing invoice item
* Confirm message when clicking on a delete icon
* After adding an invoice item move the cursor back to the invoice item description field
* Removed unused/old menu items in invoice_menu()
* Fully implemented permission "administer own invoices"
* Fixed issue #784530: Change of the owner of an invoice do not to change the owner of the invoice items
* Fixed issue #917230: Uninstall does not remove persistent variables
* Fixed issue #604198: PDF invoice name is not formatted
* Fixed issue #671658: Requires PHP5 - but not stated as requirement
* An invoice doesn't have revisions, so the revision information fieldset must be hidden.
* Fixed issue #671664: Uninstall does not work
* Fixed bug: Invoice prefix is based on the current time, this must be the invoice creation time.

Read more

invoice 6.x-1.0

Download Size md5 hash
invoice-6.x-1.0.tar.gz 56.79 KB b4f59d3b7377de50067aedcdb53d4d6d
invoice-6.x-1.0.zip 67.33 KB ef6ca049938477c9d09834e29d8a3796
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-1.0

Release notes

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
invoice-6.x-1.0-rc3.zip 67.1 KB eba429d88b0878029cb9d0c1d25d488e
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-1.0-rc3

Release notes

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
invoice-6.x-1.0-rc2.zip 64.36 KB 3c8d908366a436784debccc086db7ac0
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-1.0-rc2

Release notes

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
invoice-6.x-1.0-rc1.zip 63.99 KB 9a382cb8c6b7ee5d0b27dddb54392c53
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-1.0-rc1

Release notes

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:

Read more

invoice 6.x-1.x-dev

Download Size md5 hash
invoice-6.x-1.x-dev.tar.gz 55.85 KB 2e67f66341c0f8adc5b3fa664f42d17b
invoice-6.x-1.x-dev.zip 61.77 KB d6fcd9e935be0b676a01e25c1a9777fc
Last updated: February 25, 2011 - 07:37
Development snapshot from branch: 6.x-1.x

Release notes

Development of invoice module for Drupal 6.x core.

Subscribe with RSS Syndicate content