Taxes and Reporting Question

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Raconteur
Ensign (ENS)
Ensign (ENS)
Posts: 6
Joined: Tue Aug 05, 2008 9:48 am

Taxes and Reporting Question

Post by Raconteur » Sat Aug 23, 2008 10:05 am

Hi there,

I am putting together some taxation reports for our client, but do not see anywhere where tax for a sale is stored. The client is looking for State, County, City, and Zip Code level reporting. It appears to me that in order to do this under the existing code the report would need to make a call to the tax provider for each line in the report (possibly multiple calls for each tax type). Is this correct?

If so, is it advisable to modify the Order-related tables and code to accomodate the storage of tax info at checkout time?

Thanks!

Chris

dtr18c
Ensign (ENS)
Ensign (ENS)
Posts: 7
Joined: Mon Aug 25, 2008 5:05 pm

Re: Taxes and Reporting Question

Post by dtr18c » Mon Sep 08, 2008 11:38 am

You may want to look into ac_OrderItems table in your database. It stores a value for the tax code used.

Post Reply