Hello,
i have a problem with a french site that is online and working :((
an acountant told me that the vat is not applied where it should be.
they sell magazine with a vat rate of 5,5%
in this example we have 2 discounts applied using uc_discount_alt, free shipping and 5% off
if i buy 2 magazines at 20 each i should have
total : 40
total HT excluded : 37,92
5% discount : 36,02
vat : 1,98
total to pay : 38
++
shipping : 2
free shipping : - 2
shipping has no vat in France
this is what i get on the site (attached file)
total : 40
5 % discount : - 1,90
shipping : 2
free shiping : - 2
total HT excluded : 36,01
vat : 2,09
total to pay :38,10
I first noticed that the rounding is not done on each articles but on both (36,02 - 36,01)
and the VAT is not correct, customer pay 10 cents more, because it has to be effective once the discounts have been applied (on the vat excluded price)
Is there a way i could change the workflow to have a correct vat sum ?
do i have to change something in the uc_vat module or in the uc_discount_alt module ?
Thanks to all for all the work
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1.png | 28.42 KB | joachim desarmenien |
| #1 | 1_1.png | 22.9 KB | joachim desarmenien |
| #1 | 3.png | 20.69 KB | joachim desarmenien |
| #1 | 4.png | 28.76 KB | joachim desarmenien |
| #1 | 5.png | 28.04 KB | joachim desarmenien |
Comments
Comment #1
joachim desarmenien commentedIf i have this configuration (images 1 and 1_1) it works
no shiping
no free shipping with discount
5 % discount
uc_vat article line : discount checked
if i add a new 2 euros discount it gives me a total of 35,89 with 1,87 VAT (image 3)
i don't know if this is correct, I'll ask my acountant tomorow
if i discard the 2 euros discount and reactivate Shipping it works (image 4)
if i reactivate the 2 euros discount + shipping it does nt work anymore (image 5)
if i uncheck vat article line : uc_discount i cme back to the begining 10 cts charged in extra to my customer