Taxes calculation settings

To configure the tax calculation settings:

  1. Go to System Settings (see Navigation). The System Settings page is displayed (see System settings).
  2. Go to the Taxation tab.
  3. In the Tax is calculated using group, select how the platform applies taxes (see Managing taxes) to prices in plans:

    If you change the tax calculation settings for a reseller with accounts and subscriptions, make sure the prices in plans are specified correctly (see Managing plans). Otherwise, after saving the changes, payments for accounts may be generated wrongfully.

    • Plan prices without tax included — if all prices in plans do not include taxes (by default):
      1. The charge amount without taxes is calculated as follows: ChargeAmountWithoutTax = Duration × Quantity × Price × (CurrencyRate / CurrencyUnit), where CurrencyRate and CurrencyUnit are used if the plan currency differs from the reseller currency (see Managing currency rates).
      2. The amount of every tax is calculated as follows: TaxAmount = ChargeAmountWithoiutTax × TaxRate / 100, where TaxRate is the tax rate percentage (see Viewing the list of taxes).
      3. The sum of all taxes for a charge is calculated as follows: TaxesAmount = TaxAmount1 + TaxAmount2 + ... + TaxAmountN.
      4. The charge amount with taxes is calculated as follows: ChargeAmount = ChargeAmountWithoiutTax + TaxesAmount.
      5. During the order configuration, all prices, except for the order total, are displayed without taxes.
    • Plan prices with tax included — if all prices in plans include taxes:
      1. The charge amount with taxes is calculated as follows: ChargeAmount = Duration × Quantity × Price × (CurrencyRate / CurrencyUnit), where CurrencyRate and CurrencyUnit are used if the plan currency differs from the reseller currency (see Managing currency rates).
      2. The sum of all taxes for a charge is calculated as follows: TaxesAmount = ChargeAmount - ChargeAmount / (1 + TaxRate1 / 100 + TaxRate2 / 100 + ... + TaxRateN / 100), where TaxRate1 ... TaxRateN are the tax rate percentages (see Viewing the list of taxes).
      3. The charge amount without taxes is calculated as follows: ChargeAmountWithoutTax = ChargeAmount - TaxesAmount.
      4. The amount of every tax is calculated as follows: TaxAmount = ChargeAmountWithoiutTax × TaxRate / 100, where TaxRate is the tax rate percentage (see Viewing the list of taxes).
      5. During the order configuration, all prices are displayed with taxes.
  4. Skip selecting the taxation module. The current version of the platform supports only the internal taxation module.
  5. Click Update to save the changes.