Tax Calculation
Collection:taxengine
Categories:Dynamiczip   Features   Tax Engine Windows  
Last Edited: 29/Oct/08 11:13:34 by Chuck
Search for:
Advanced Search
 

Features

The KampData Tax Engine calculates tax on sales and purchases using the Microsoft Dynamics GP Tax Details and Tax Schedules along with supplemental tax setup information entered using Dynamiczip and the KampData Tax Engine Windows.

The result is that you can use the KampData Tax Engine to calculate tax outside of Microsoft Dynamics GP with no additional tax setup required.

Call the DocCalculateTax() method to calculate or re-calculate the tax. When this method is called, tax detail records will be created in the TE Transaction Tax table. When an order is created outside of Dynamics and subsequently imported into Dynamics, Tax Detail records should be created in the appropriate Dynamics transaction tax table. For SOP this table is the Sales Taxes Work and History table. The following tax detail data can be retrieved by the KampData Tax Engine using the indicated methods and properties:

The document tax details can be retrieved as an ArrayList using DocTaxDetails(). Alternately you can step through the tax details one by one using DocTaxDetail(). The number of tax details available to step through can be retrieved using the DocTaxDetailsCount().