Hi,
This is only a quick feedback as I was able to make the changes myself to the software.
At least here in Quebec (Canada), we have taxes that have 3 decimals (actual rate is 9.975%) and I noticed WHMCS would round it up to 2 decimals(9.98%). I found out the mysql schema is set to use a DECIMAL(10,2), and I simply changed it for a DECIMAL (10,3).
I thought it was worth noting, considering this is such a quick fix and may be useful for others.
This is only a quick feedback as I was able to make the changes myself to the software.
At least here in Quebec (Canada), we have taxes that have 3 decimals (actual rate is 9.975%) and I noticed WHMCS would round it up to 2 decimals(9.98%). I found out the mysql schema is set to use a DECIMAL(10,2), and I simply changed it for a DECIMAL (10,3).
I thought it was worth noting, considering this is such a quick fix and may be useful for others.