From 0a44b47ef95b48ae6d19bbb599d4e2a5bcba73c8 Mon Sep 17 00:00:00 2001 From: Nicolae Natrapeiu Date: Fri, 14 Mar 2025 11:55:01 +0200 Subject: [PATCH] min wage incresed to 4050 from 2025jan --- lib/state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/state.ts b/lib/state.ts index 9d366b7..6fc3a6d 100644 --- a/lib/state.ts +++ b/lib/state.ts @@ -25,7 +25,7 @@ export const initialState: State = { deductibleExpenses: 0, deductibleExpensesCurrency: BASE_CURRENCY, deductibleExpensesInterval: 'monthly', - minimumWage: 3_300, + minimumWage: 4_050, vatThreshold: 300_000, };