Why is the shipments VAT not included in the PurchaseOrder VAT column? When I'm looking at an order in the backend the shipping fee is shown including VAT (in my case 100,- because the price is 80,- and the VAT is 25%) but it's not reflected in the VAT row.
Is it just "by design" or do I have a misconfiguration somewhere?
Show ShippingMethodPrice including VAT
I'm using ShippingMethod.GetPriceForCurrency to fetch my shipping price. This seems to get the price without VAT.
Is there an easy way to get the price including VAT?
For version 2 you'll have to add VAT yourself for display purposes. uCommerce will add VAT automatically once the shipment is created.
The reason for this is that VAT typically does not apply to shipping fees.
Ok...
Why is the shipments VAT not included in the PurchaseOrder VAT column? When I'm looking at an order in the backend the shipping fee is shown including VAT (in my case 100,- because the price is 80,- and the VAT is 25%) but it's not reflected in the VAT row.
Is it just "by design" or do I have a misconfiguration somewhere?
It's by design to keep item tax separate from shipping tax.
is working on a reply...