Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FW][FIX] l10n_ee: tax report computes according to updated taxes #159300

Commits on Mar 26, 2024

  1. [FIX] l10n_ee: tax report computes according to updated taxes

    In the beginning of 2024, the default tax of 20% in Estonia was changed
    by 22% (with the 20% still supported as a legacy) [1]. With that change,
    the tax report was also updated so the line previously containing the
    taxable amount at 20% now contains the taxable amount at 22%.
    
    However, the formula computing the tax amount itself was not updated to
    reflect this change and was still computing the tax by multiplying the
    taxable amount by 0.2.
    
    This fix corrects the tax computation in the report.
    
    [1] ec25405
    
    opw-3815147
    
    X-original-commit: 6ea02a5
    dylankiss committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0a350e3 View commit details
    Browse the repository at this point in the history