Bizarre Sales Tax Table Issue

I have four taxes set up in my system, and confirmed in the TAX table in the database:

ID Description Rate

1 Sales Tax 0% 2 VAT 15% 3 VAT-EX 0% 4 VAT-ZR 0%

If I create a new item, and select VAT, then check the ITEM table, the TaxID = 3 for that item. You would think that the system would apply the VAT-EX taxation on the item. However, when i do a transaction, it puts the 15% rate on the item and everything seems work out okay, including the reports, which show that VAT was collected. The TransactionEntry table has the proper sales taxes applied based on what tax was selected in the Manager.

If I select VAT-ZR for the item, the TaxID in the Item table is set to 5, which does not exist in the Tax table.

The sales tax analysis report works perfectly.

Let's say I change the tax codes of all items using SQL:

UPDATE Item SET TaxID = 3

When I go back into SO Manager, all of the items show the tax selected is VAT.

It's +/- 1 from the Tax database table.

Weird!!!

Any ideas?

Reply to
Jason
Loading thread data ...

There are two levels to taxes in RMS.

You are looking at Sales Taxes

Item taxes are what are assigned to items - they are made up of one or more sales taxes.

In your case, the sales taxes and the item taxes have the same code or name, which is causing your confusion...

Glenn Adams Tiber Creek C> I have four taxes set up in my system, and confirmed in the TAX table in the

Reply to
Glenn Adams [MVP - Retail Mgmt]

I see now... I should be looking at the ItemTax table, not the Tax table.

"Glenn Adams [MVP - Retail Mgmt]" wrote in message news:OFPKHo% snipped-for-privacy@TK2MSFTNGP06.phx.gbl...

Reply to
Jason

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.