how to setup taxes to calculate the following problem properly:
I need to send an invoice to a client. My product base price is 100,000 and I have to add VAT and Advanced Income Tax in taxes.
15% VAT should be calculated from base price 100,000 * 15% =15000
And
10% Tax should be calculated from base price 100,000 * 10% = 10000
in total the sum of invoice should be 100,000 + 15,000 + 10,000 = 125,000