BambooInvoice 0.86 preview
June 09th, 2008
I've released a preview copy of 0.8.6 here.
If you've got an adventurous spirit, give it a whirl, if no bugs are found, it will form the basis of the next release.
- Added custom logo upload feature
- Added password change functionality
- Fixed a bug when generating reports with no invoices
- Fixed a bug where a single invoice view wasn't accounting for configured days overdue when reporting how overdue it was
- Moved most of the pagination configuration into config/pagination.php
- Removed hardcoded english text from invoice_table_inc, retrieve_invoices() function, and settings page
- Fixed up the CSS to work on very wide resolutions (Man I love my iMac...)
- Fixed a bug where tax status was not honoured for invoice items
- Fixed some rounding error that may cause closed and paid invoices
- Reduced a lot of duplicated code in the invoice retrieval functions
- Fixed a bug where status was hardcoded to 30 days when viewing individual invoices
- Fixed a layout issue, where low resolution monitors had invoice items overflowing
- Moved some items out of "common_assets" view group and removed "inc" from filename
- loginform moved to login
- invoice_new moved to invoices
- invoice_table moved to invoices
- Removed invoice_status_menu, sub_menu, invoice_action_menu
- Fixed a bug where client notes could not be left blank
- Fixed a bug where password reset was referencing a non existing function getContactId()
This entry was made on June 09th, 2008 @ 8:38 and filed into BambooInvoice.

aaron wrote on June 10th, 2008 @ 15:24
how much of a pain is it to upgrade from 0.8.3 to 0.86?