Skip to content

Commit

Permalink
update tax year to 2024 and break everything (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekVigas authored Dec 8, 2024
1 parent 3c1ac1e commit e08b26e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e08b26e

Please sign in to comment.