Jump to content

Problem VAT calculation on whmcs 7.8.3


Recommended Posts

Hi guys,

I would like to report a problem I am having with  VAT calculation on whmcs 7.8.3.

I am using the "Inclusive Tax - prices are entered including tax" at the rate of 18.00%, but the WHMCS is miscalculating VAT.

For example: 18% of 45 it calculates 6.86, but it is 8.10 and is supposed to be subtotaling and not totaling.

How can I resolve this issue? Can someone help me?

Thank you

Capturar.JPG

Link to comment
Share on other sites

On 31/12/2019 at 03:05, ThePolovsky said:

For example: 18% of 45 it calculates 6.86, but it is 8.10 and is supposed to be subtotalling and not totalling.

$38.14 + 18% = $45

if the tax is inclusive, then the price already contains the tax... so if the price were $118, the tax would be $18 and the subtotal $100

https://docs.whmcs.com/Tax/VAT#Inclusive.2FExclusive_Tax

Tax Amount = ( Item Price / ( 100 + Tax Rate ) ) x Tax Rate

Tax Amount = ( 45 / ( 100 + 18 ) ) x 18 = 6.86

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated