I downloaded last svn and I think there is an error in the "total invoice" template: there isn t the total gross amount when export to pdf file (in the last stable version this is correct). I resolved in this way: 1) edit templates/invoices/default/template.tpl 2) at line 328 change "{if $invoice.type_id == 3}" with "{if $invoice.type_id == 1}" (The same of the stable version)
This work for me but I m not sure if make error in the "consulting invoice" (where there isn t a total gross...)
Bye
PS I m working to translate simple invoice in italian!! :mrgreen: