handling reduced taxes for specific states and tax categories
1. we have many tax categories tied to items
example Item ABC
tax category Software
tax rate = 10%
Invoice = 1000
tax= 100
if ship to = TX then
tax rate = 20% less so tax should be equal to 80 not 100
Invoice = 1000
Tax = 80
State tax = 50
County = 20
City = 10
Our requirement is to show invoice at 1000
Less tax rebate /discount (when state = TX) 200
so Invoice =800
tax 10% = 80
How do people handle this type of situation