Where do I find the tax field? Solved
-
- Lieutenant (LT)
- Posts: 78
- Joined: Wed Mar 05, 2008 11:27 am
Where do I find the tax field? Solved
I am trying to export orders from AC7 to another database for further processing. Where do I find the total tax for an order? I do see a tax code but I wondering if I have to use it to calculate the tax for the order. If so, I do find this odd because it is possible for taxes to change (i.e. change in government) long after the order was placed, making the order invalid in the future. Am I thinking about this correctly?
Re: Where do I find the tax field?
I believe tax is a line item just as shipping and discounts are.
Look in ac_OrderItems.
Look in ac_OrderItems.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
Re: Where do I find the tax field?
Hello Joe,
That is correct.I believe tax is a line item just as shipping and discounts are.
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Where do I find the tax field?
Since the tax amount for an order is stored in the order items table, it won't change in the future if the tax rates change. Once the order is placed, it doesn't change.If so, I do find this odd because it is possible for taxes to change (i.e. change in government) long after the order was placed, making the order invalid in the future. Am I thinking about this correctly?
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
-
- Lieutenant (LT)
- Posts: 78
- Joined: Wed Mar 05, 2008 11:27 am
Re: Where do I find the tax field?
Thanks. I realized that I didn't setup my taxes and didn't see it.