- Original Poster
- #1
Catchy title eh? Ok, here we go....
If an item costs £9.99 including VAT....
The excluding VAT price is £8.325
The VAT is £1.665
Now I'm assuming that most retailer's Sales Receipts show only two decimal places? So we have to round (either up or down)
Problem - If you apply the same 'two decimal places' round up rule to both the VAT aspect & the excluding VAT price for the above sale, then the sales receipt will show wrong, you end up with
Unit Cost Exc. VAT...£8.33
VAT...........................£1.67
Total.........................£10.00
But the total isn't £10.00 ....it should be £9.99!!!!
I've kept it simple above, but if there are several different 'line items' in the transaction & also a shipping cost applied .......then the line cost excluding VAT, the shipping cost excluding VAT , the overall VAT total & summation thereof actually gets tricky due to rounding!
How do others approach this? (I'm coding MS Access to generate a sales receipt....but I don't need the code, just the general approach)
If an item costs £9.99 including VAT....
The excluding VAT price is £8.325
The VAT is £1.665
Now I'm assuming that most retailer's Sales Receipts show only two decimal places? So we have to round (either up or down)
Problem - If you apply the same 'two decimal places' round up rule to both the VAT aspect & the excluding VAT price for the above sale, then the sales receipt will show wrong, you end up with
Unit Cost Exc. VAT...£8.33
VAT...........................£1.67
Total.........................£10.00
But the total isn't £10.00 ....it should be £9.99!!!!
I've kept it simple above, but if there are several different 'line items' in the transaction & also a shipping cost applied .......then the line cost excluding VAT, the shipping cost excluding VAT , the overall VAT total & summation thereof actually gets tricky due to rounding!
How do others approach this? (I'm coding MS Access to generate a sales receipt....but I don't need the code, just the general approach)
Last edited:
