-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
## What is the Problem Being Solved?
Our metering plan includes counting *allocations* during a crank, and limiting them in the same way as (and perhaps sharing units with) computation. Code which …
-
Our TaxType resolvers are on the whole actually resolving the Place of Supply. There are some common rules that work across the globe.
The taxable can either be **goods** or **services**, but there i…
-
VAT number check is great feature.
1. Enter correct VAT number at the bottom of the checkout page.
2. Need to click somewhere on the page before tax goes back to zero. Is it possible to create "live …
-
Is there a chance we can have the rates as a graph option. Say a config option, list or graph. WOuld be awesome
-
## General Summary
When printing quotes, the TAX is always ZERO, despite:
- VAT being properly set
- Quote makes the correct calculations with VAT
- SuiteCRM Quotes VIEW displays a correct quote
…
-
A comprehensive review of potential legal problems with the way that FOSSBilling handles personal data, payment information, taxation, etc.
From my provisional discussion with someone who knows a …
-
Supplier sends an invoice of 125 USD including 25% VAT.
Buyer can only deduct 12,5% of the VAT (12,50 USD) but has to pay the full VAT (25 USD) to the supplier.
It means that 12,50 is booked on the …
-
Hello. Looks like we still have tax calculation issues.
E.g. Cart value is £50.00. Tax is 20%.
Tax seems to be calculated per line, introducing rounding errors.
See image below...
10 / 1.2 = 8.3…
-
If you have VAT included in the price in the extension the tax needs to be set to 0
if opts[:tax] < 0
opts[:tax] = 0
end
fixed the issue for me and PayPal stopped complaining that the tax wa…