Tax

Estimated reading: 2 minutes 5 views

Overview

The Tax object represent the taxes that are applied to the different Billable Concepts and are used by the Calculation Rules to calculate the billing.

 Types of Taxes

There are two types of taxes that can be used:

  • Physical Tax: This tax are stored in the Database and can be reused in the different Calculation Rules. You can refer to this taxes with the getTax function in the Calculation Rule.
  • Virtual Tax: This tax is created on the fly by the Calculation Engine and is not stored in the Database. You can refer to this taxes with the createTax function in the Calculation Rule.

Virtual tax should be used just in very specific cases where you need to apply a tax only on a specific Calculation Rule. Other wise, it’s recommended to create a Physical Tax.

 Tax Management

The Physical Taxes are managed leveraging on the standard Salesforce functionality to create/edit/delete records. You can find the Taxes tab in the Wattyo Billing application.

alt text

Tax Fields

alt text

The Tax object has the following fields:

Field Description Required
Name The name of the Tax Yes
Code The code of the Tax No
Description A description of the Tax No
Tax Type The type of the Tax: Percent or Fixed Yes
Value The value of the Tax Yes

Leave a Comment

       
Euphoria, forever till the end of times

Euphoria

Share this Doc

Tax

Or copy link

CONTENTS