SimpleInvoices.sql is now split in 3 (Strucutre.sql, Essentials.sql, and SampleData,sql)
sample data now removed from main .sql - this is now in SampleDate.sql
Zend Framework upgraded to version 1.7.2
monthly sales/payments per year report fixed not to repeat first year
quick view cleanup
cache move to tmp/cache
database_backup move to tmp/database_backup
Simple Invoices log file added - tmp/log/si.log
customer total calcs updated
Upgrade issue fixed - if auth on upgrade now works ok
Simplify invoice layout - remove item tax and item total - now shows: qty, item, unit_cost, price
Tax rates can be % or $ figure based - ie can be used for Sales Tax (10%) or Postage ($10)
New UI
Qty now trims zeros from decimal places - so no longer have 2 decimal places for Qty
Make buttons look pretty
Make fields look pretty
Fix problem with selecting language
set domain_id in session
change Unit Price to Unit Cost - change gross to Price
si_account_payments table changed to si_payment
si_user table changed to si_user
Consulting style - if desciptoin null then don;t show Description heading thing on the invoice
language select now works again
javascript logging added - set debug.level = All in config.ini and press F2 in invoice creation - add some new line items to see it in action
merge itemised and consulting invoice styles
add new line items on the fly in invoice creation
updates Taxes - add % or $ option
Default tax per product
PDF - change system from requiring the url of the invoice - this should fix lots of peoples
PDF problems
note:
PDF in email is still a work-in-progress