How would I change the invoice list price to be tax inclusive?
current calculation
list price = 150.00
tax 10% = 15.00
total = 165.00
change calculation to
list price = 150.00
tax 10% = 150 / 110 * 100 = 13.64
total = 150.00
I hope this is clear enough.
Thanks
John