Hi, at http://dietika.lv/ I have order forms with products, quantities and a formula calculating grand total including VAT - let's call it x. I need to insert a field which shows VAT only: x/1.21 in my case and a total without VAT: x/1.21 * 0.21
Here are calculations I could use for Price without VAT:
( ({Product 1 (Price):1.2} * {Product 1 (Quantity):1.3}) + ({Product 2 (Price):3.2} * {Product 2 (Quantity):3.3}) ) / 1.21
and VAT{Price without VAT (Price):4.2} * 0.21
The problem is that I have 12 forms with more than 50 products in each of them. Entering formulas manually will take me ages.
Any solutions??
URL to one of the forms: http://dietika.lv/?page_id=302