From e08b26e7aac0d4b61f8efb821dcac9a6614c4141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Viga=C5=A1?= Date: Mon, 9 Dec 2024 00:02:23 +0100 Subject: [PATCH] update tax year to 2024 and break everything (#937) --- src/lib/calculation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/calculation.ts b/src/lib/calculation.ts index 0d10d003..821489e8 100644 --- a/src/lib/calculation.ts +++ b/src/lib/calculation.ts @@ -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