Fix net/gross conversion
Converting between net and gross amounts requires correct formula: gross = net × (1 + rate/100). Errors affect VAT reporting.
Common causes
- Formula applied wrong (net vs gross base).
- Rate % vs decimal confusion.
- Rounding errors.
How to fix
- Use Net/Gross Validator to convert.
- Verify gross = net + tax.
- Check rate is % not decimal.
Use our tool
Validate net/gross