Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Run the queries below to add the custom bundle name into the database for use in the UI

    Code Block
    languagesql
    Insert into EZTaxTaxTypeMapping (Name, Module, TransactionType, ServiceType)

    values ('CustomEzTaxBdl1', 'Custom', 20000, 20001)

    Code Block
    languagesql
    Insert into EZTaxTaxTypeMapping (Name, Module, TransactionType, ServiceType)

    values ('CustomEzTaxBdl2', 'Custom', 20000, 20002)

  2. Add the Service Tax Category accordingly on the Setup menu:

  3. Edit the associated service where this bundle is to be applied and add the ‘Service Tax Category’ component and select this item from the list

...