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

update tax year to 2024 and break everything #937

Merged
merged 1 commit into from
Dec 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/calculation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const RODNE_CISLO_DLZKA = 13

// 63,4-násobok platného životného minima
const ZVYHODNENIE_NA_PARTNERA = new Decimal(14862.23)
export const TAX_YEAR = 2023
export const TAX_YEAR = 2024
export const MIN_2_PERCENT_CALCULATED_DONATION = 3
export const MAX_CHILD_AGE_BONUS = 25
export const UROKY_POCET_ROKOV = 5
Expand Down
Loading