Billing Extension Release 1.3.33

Changelog

Type Description
New
You can now use quantity in invoice items. The module automatically shows the unit cost on invoice
Improved
Tax Level 2 (fixed rate)
Changed
Integration page has been updated to include new informations
Fixed
Invoice totals not showing
Fixed
Tax Level 2 not showing properly

Upgrade instructions

Steps Description
1 In viewinvoice.tpl find {$item.amount} and replace it with {$item.amount}{$item.quantitycol}
2 In viewinvoice.tpl find {$taxrate2}% and replace it with {if !$tax2fixed}{$taxrate2}%{/if}
3 In invoicepdf.tpl find ' . $item['amount'] . ' and replace it with ' . $item['amount'] . ''.$item['quantitycol'].'
4 In invoicepdf.tpl find ' . $taxrate . '% and replace it with ' . $taxrate . '