Difference between revisions of "Tax/VAT"
(→Tax Not Applied to Invoices) |
m |
||
Line 12: | Line 12: | ||
==Inclusive/Exclusive Tax== | ==Inclusive/Exclusive Tax== | ||
− | By default, tax is exclusive. What this means is that the prices you enter into WHMCS need to have tax added onto them at the rates you've set. The alternative is inclusive tax. Oppositely, this means that the prices you enter into WHMCS already have tax included in them and WHMCS needs to work backwards to calculate the amount of tax being charged based on the rates you've set. You can choose the tax method you want to use in '''Setup > Tax Rules'''. | + | By default, tax is exclusive. What this means is that the prices you enter into WHMCS need to have tax added onto them at the rates you've set. The alternative is inclusive tax. Oppositely, this means that the prices you enter into WHMCS already have tax included in them and WHMCS needs to work backwards to calculate the amount of tax being charged based on the rates you've set. You can choose the tax method you want to use in '''Setup > Payments > Tax Rules'''. |
*'''Exclusive Tax''' > Tax Amount = Item Price x ( Tax Rate / 100 ) | *'''Exclusive Tax''' > Tax Amount = Item Price x ( Tax Rate / 100 ) | ||
Line 23: | Line 23: | ||
===Setting a Product/Service as Taxable=== | ===Setting a Product/Service as Taxable=== | ||
− | #Go to '''Setup > Products/Services''' | + | #Go to '''Setup > Products/Services > Products/Services''' |
#Click the edit icon next to the product you wish to set to be taxable | #Click the edit icon next to the product you wish to set to be taxable | ||
#Tick the checkbox next to the item labelled "Tax Product" | #Tick the checkbox next to the item labelled "Tax Product" | ||
Line 30: | Line 30: | ||
===Setting Domains as Taxable=== | ===Setting Domains as Taxable=== | ||
− | You can set if tax should be applied to domains in '''Setup > Tax Rules''' - there is a tick box at the top of the page for this. | + | You can set if tax should be applied to domains in '''Setup > Payments > Tax Rules''' - there is a tick box at the top of the page for this. |
===Setting Billable Items as Taxable=== | ===Setting Billable Items as Taxable=== | ||
− | By ticking this option you can set billable items to be taxed under '''Setup > Tax Rules'''. | + | By ticking this option you can set billable items to be taxed under '''Setup > Payments > Tax Rules'''. |
===Setting Late Fees as Taxable=== | ===Setting Late Fees as Taxable=== | ||
− | You can set if late fees on invoices should be taxed also in '''Setup > Tax Rules'''. | + | You can set if late fees on invoices should be taxed also in '''Setup > Payments > Tax Rules'''. |
===Setting Custom Invoices as Taxable=== | ===Setting Custom Invoices as Taxable=== |
Revision as of 09:13, 31 January 2014
Contents
Setting up Tax Rules
In order to charge tax, you must first enable Tax charges in WHMCS. To do this, go to Setup > Payments > Tax Rules and then tick the checkbox at the top of the page labelled Tax Enabled and click Save Changes. Tax is now enabled in WHMCS. Now, you can proceed to setup your tax zones. This is done as follows:
- Click the Add New Tax Rule tab on the Tax Setup page
- In the Name field, enter a name for the tax zone which allows you to identify it
- Next, for the Country, choose where this tax rate applies to all countries or whether it only applies to a selected country
- For the state, again you can choose whether it applies to all states in the selected country or only a selected state
- Finally, enter the tax rate as a percentage, for example 17.5 and then click the Save Changes button
For example, if you were a UK business you would setup the system to charge VAT. In the country field, you would choose "United Kingdom" and for the state you would leave it set at "Apply Rule to All States". You would then enter the tax rate of "20.0" and click the Save Changes button. You can setup an unlimited number of tax rules.
Inclusive/Exclusive Tax
By default, tax is exclusive. What this means is that the prices you enter into WHMCS need to have tax added onto them at the rates you've set. The alternative is inclusive tax. Oppositely, this means that the prices you enter into WHMCS already have tax included in them and WHMCS needs to work backwards to calculate the amount of tax being charged based on the rates you've set. You can choose the tax method you want to use in Setup > Payments > Tax Rules.
- Exclusive Tax > Tax Amount = Item Price x ( Tax Rate / 100 )
- Inclusive Tax > Tax Amount = ( Item Price / ( 100 + Tax Rate ) ) x Tax Rate
Setting Taxed Items
The flexible tax system in WHMCS allows you to set individually which items apply for tax. By default in WHMCS, a product is set to not be taxed. What this means is that even though you have tax rules setup, no tax would be charged for it. So for example you might charge tax on the products you offer but not on services.
Setting a Product/Service as Taxable
- Go to Setup > Products/Services > Products/Services
- Click the edit icon next to the product you wish to set to be taxable
- Tick the checkbox next to the item labelled "Tax Product"
- Save your changes to the product
Setting Domains as Taxable
You can set if tax should be applied to domains in Setup > Payments > Tax Rules - there is a tick box at the top of the page for this.
Setting Billable Items as Taxable
By ticking this option you can set billable items to be taxed under Setup > Payments > Tax Rules.
Setting Late Fees as Taxable
You can set if late fees on invoices should be taxed also in Setup > Payments > Tax Rules.
Setting Custom Invoices as Taxable
With this option ticked one-time custom invoices (ie. those not tied to a product or addon) will have tax applied.
Compound Tax
A compound tax is one that is calculated after and on top of a primary tax. If you require the Level 2 tax to be added on top of the Level 1 tax, tick this option.
Showing your Tax ID/VAT Number on Invoices
When charging your customers tax, it is often a requirement for you to display your companies Tax or VAT Number on all invoices. To do this in WHMCS, simply add a line to the bottom of your company address in the General Settings page containing the number - eg. VAT Number XXXXXXXX
Setting Clients as Tax Exempt
You may have clients where you don't want to charge any tax. If this is the case, you need to set them as Tax Exempt. This is done by ticking the tax exempt checkbox on the clients profile page in the admin area.
Automatic VAT Number Validation
WHMCS can be setup to check the VAT number a user supplies during the order process - to validate it and automatically set tax exempt status for the client. To use this feature, you'll need to setup a custom field in Setup > Custom Client Fields as demonstrated below and then install & configure the Official EU VAT Addon Module available @ http://www.whmcs.com/members/communityaddons.php?action=viewmod&id=219
Changing the Tax Rate
From time-to-time governments change the sales tax rates, this is significant as you must also update your rates accordingly. Instructions for changing the tax rate in WHMCS can be found in our How To Guides.
Common Problems
Tax Not Applied to Invoices
If tax is not being applied to an invoice to which it should this indicates tax rules are not configured correctly or the client does not meet them. Troubleshooting steps are available on the Invoicing Issues page.