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

Taxes.ts update #34

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

Taxes.ts update #34

wants to merge 9 commits into from

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    4f5cab7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request taxepfa#27 from taxepfa/dev

    Fix formatting in README
    icflorescu authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c6d1be0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Merge pull request taxepfa#28 from taxepfa/dev

    Update deps
    icflorescu authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e887ffe View commit details
    Browse the repository at this point in the history
  2. Merge pull request taxepfa#29 from taxepfa/dev

    Update deps, improve linting, fix type errors
    icflorescu authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5474d98 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Merge pull request taxepfa#30 from taxepfa/dev

    Update deps & bump version
    icflorescu authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    db4e859 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge pull request taxepfa#31 from taxepfa/dev

    Update deps, enable next.js turbo dev mode, update header & footer, fix FX issue, update GitHub workflow versions
    icflorescu authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a28f119 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge pull request taxepfa#32 from taxepfa/dev

    Update deps
    icflorescu authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0cb558e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Merge pull request taxepfa#33 from taxepfa/dev

    Update deps
    icflorescu authored May 3, 2024
    Configuration menu
    Copy the full SHA
    d389c6f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Update taxes.ts - deductibleExpenses substracted twice from income

    deductibleExpenses already substracted from income on line 53 so there is no need to substract it again on line 71. This will lead to a wrong taxableIncome value. Discovered this when calculating my taxes and obtaining different values on this calculator when comparing to some other calculators.
    Sharokos authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1ccd15e View commit details
    Browse the repository at this point in the history