Configure GST and Collect GSTINs for India
You can configure WHMCS to charge GST on purchases and collect GSTINs from clients on the order form.
WHMCS cannot provide tax advice or substitute for a tax expert. We recommend seeking appropriate advice from your local tax and GST authorities.
Configure Tax Rules for GST
To configure WHMCS to collect GST:
- Log in to the WHMCS Admin Area.
- Go to Configuration () > System Settings > Tax Configuration.
- Set Tax Support to ON.
- To display your own GSTIN on invoices, enter it for Your Tax ID/VAT Number.
- Set Customer Tax IDs/VAT Numbers to ON.
- Click Save Changes.
- Select the Tax Rules tab.
- Under Quick Add, create the desired
GST
tax rules. Tax rules can apply to an entire country or to individual states or regions.- For example, you could create a
GST
rule that applies to all of the states or regions in India: - After you configure the settings for each tax rule, click Add Rule. Repeat the process for each desired tax rule.
- For example, you could create a
- Choose the items and products to tax using this configuration.For more information, see Tax Configuration.
Customize the Tax ID Label for GSTIN
You can customize the label for collecting tax ID numbers to display GSTIN
instead of Tax ID.
To do this:
- Create an
overrides
directory in thelang
directory within your WHMCS installation. - Create an override file for the desired language within the new
overrides
directory (for example,/whmcs/lang/overrides/english.php
). - Enter the following content for the file:
<?php $_LANG['tax']['taxLabel'] = "GSTIN";
- Save the file. The system will now display GSTIN as the display label.
For more information about customizing language strings in WHMCS, see Customize Text.
Last modified: October 29, 2024