Gets the total price of an item after tax.
The invoice item to get the price from.
The total price before tax times 1 + tax/100.
Gets the total price of an item before tax.
The invoice item to get the price from.
The amount of the item times its price.
Gets the total tax for the given item.
The item to get the total tax from.
The total price before tax times tax/100.
Gets the total price of an invoice after tax.
Gets the total price of an invoice before tax.
Gets the total price of an invoice before tax.
Gets the total tax of the invoice.
Gets the total tax for a specific tax group (eg. 19%).
Handles calculating anything regarding invoices.