How do I include a final (with tax) price of an item?
In the table with items, I want to print the final price which includes the tax. I thought the %ItemRate% placeholder would be the "bare" price (without tax) and the %ItemAmount% placeholder would be the final price (with tax). However, either I was wrong or something doesn't work as it should. Please help me.
This is my invoice template:

and this is the pdf of the invoice:

In the last column, the item amount is exactly the same as item rate. I need to have the total price for the item (which in this particular case should be 2100.00)
What placeholder should I use?
Thank you in advance for your help.