
Originally Posted by
jcun45
Hi, like the mod so far, however, I have two tax classes for the netherlands, one at 6% and the other at 19%. Both tax classes are installed properly (they work fine when items are sold) however when using your mod I only see a total tax collected. When I click on the "tax" number to get the details I get something like this:
2010/12 : 1,658.50
Only showing the amount but not listing the tax classes. Also, this number is considerable lower than the actual taxes collected (the number I clicked on). I really would love this to work so I can stop paying the tax office 19% on things I charged only 6% for! Can you direct me on where to look for the error? Does this have something to do with the mod? I imagine I have overlooked something...
I am using 1.3.9f
Any help would be greatly appriciated.
Cheers,
jeff
Look at your
table orders_total
Code:
orders_total_id ... orders_id .. title .................... text .......... value ... class ....... sort_order
67 ............... 20050 ...... Sub-Total: ............... $30.00 ........ 30.0000 . ot_subtotal . 1
68 ............... 20050 ...... UPS (1 x 26.4lbs) (Ground) $13.01 ........ 13.0100 . ot_shipping . 2
69 ............... 20050 ...... TAX 4.5%: ............... $1.35 ......... 1.3500 . ot_tax ...... 3
70 ............... 20050 ...... Total: ................... <b>$44.36</b> . 44.3600 . ot_total .... 4
How are you storing the %6 tax and the 19% tax is there another class? And if so what is its name.
If you look in admin/stats_monthly_sales.php you will find queries getting the class info and you most likely have a class name unknown to this mod.
Skip
Bookmarks