Jump to content

Question on why some items are marked taxable


ffeingol

Recommended Posts

Because of the complexity of taxes in our state we have had to utilize the UpdateInvoiceTotal hook to calculate taxes. In the process of doing that we've found an oddity in the database.

 

When we calculate the tax we have to look at each invoice line in the tblinvoiceitems table. For some reason all upgrades and domain registrations are marked as taxable.

 

There appears to be no way to set if domains are taxable or not (they are not in our state) and upgrades should only be taxable if the underlying products are taxable.

 

So far I've just coded around these because our taxable items will never be domains or upgraded but I'm just wondering why those items are automatically marked as taxable.

 

TIA

Link to comment
Share on other sites

actual upgrades. If you look at tblinvoiceitems (at least in our system) they are type = 'Upgrade' and they are all marked with a taxed column '1' (taxable). We only have to charge tax for internet connections we offer (T1's, Fiber connections etc.) which are not really upgradeable per-se but I hate to write exceptions in the code.

Link to comment
Share on other sites

It does, I do not charge tax and it does not have tax added? but it would add tax if I charged tax as it is the same as refunding and charging and the client pays only the difference Ie the upgarded price so there is no other way to coded or work out the uprade. look at upgrades being a very small pan that you sell but as it is so small it would just be to hard to list them as a plan. So if whmcs has the "taxed column '1' (taxable)" then this is probable being set from the plan's it is being used there is just now other way to do it.

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