Table of Contents

Sales Tax is used in the vast majority of purchases handled by Control. In some instances, however, Use Tax is charged instead. This page discusses Control's handling of Use Tax and how it can be setup to accommodate most users' needs.

Note: This discussion assumes an existing familiarity with Control. As such, it is targeted for an experienced user or implementer and is not intended as a step-by-step training guide for new users.

Overview

Taxes in Control are controlled by the following components:

If we have a 5% usage tax that is not paid on the materials for an orderConsult your local tax laws on what usage tax applies to, as this varies by State. , you could set up Control to calculate the taxes in this manner:

  1. Setup a GL Tax Account called “Usage at 5%” with a tax rate of 5%.
  2. Setup a Tax Class called “Usage Tax - 5%” which includes this tax account.
  3. Setup a Taxability Code called “Usage - No Materials” with the following settings:
    • Tax Exemption: Product is fully taxable
    • Item Taxable Amount: Use Formula
    • Item Subtotal Formula: SubTotalPrice - MaterialCost
  4. Set the appropriate products' taxability code to “Usage Tax - 5%”.
  5. Create an order for the product.
  6. If the entire order's tax class is not “Usage Tax - 5%”, you can override the line item tax class on the Advanced tab during order entry.

Estimate v Actual Costs

In the overview, the products taxable amount will exclude the (Estimated) Material Costs. Control can calculate taxes on Actual costs (using the formula “SubTotalPrice - ActualMaterialCost”), but this is not recommended unless required by your local tax code for the following reasons:

Mixed Sales and Use Tax

Some companies can switch your entire tax system to Usage Tax. Others may need only Sales Tax. Still others, use both.

By default, Control is setup for standard Sales Tax and there is little to do.

If you are switching everything to Use Tax, modify the procedure above to change the “Goods” taxability code to use the appropriate tax formula. This will handle almost all of the cases you need!

If you are are using both, you will need to follow the procedure above. More sophisticated (and automatic) solution can be developed using more complex CFL. Since any CFL statement is valid to calculate the taxable amount, almost any situation can be handled. Doing so, however, usually requires the skills of an implementer and is beyond the scope of this document.