Simpl-Resultat/src
medic-bot 21bf1173ea fix: remove double sign negation for previous year actuals (#34)
Transaction amounts are already signed in the DB (expenses negative,
income positive). Remove Math.abs() normalization and stop multiplying
by sign at display time to avoid double negation.

Extract buildPrevYearTotalMap as a testable exported function and
rewrite tests to import the real function instead of reimplementing it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 12:02:58 -04:00
..
components fix: remove double sign negation for previous year actuals (#34) 2026-03-11 12:02:58 -04:00
contexts feat: add multiple profiles with separate databases and optional PIN (v0.3.0) 2026-02-16 12:54:09 +00:00
hooks fix: remove double sign negation for previous year actuals (#34) 2026-03-11 12:02:58 -04:00
i18n feat: sticky category column, month dropdown selector, default to last completed month (#29) 2026-03-09 21:28:09 -04:00
pages fix: address reviewer feedback (#31) 2026-03-10 18:53:31 -04:00
services feat: show actual transactions in budget previous year column 2026-03-10 23:03:26 -04:00
shared feat: show actual transactions in budget previous year column 2026-03-10 23:03:26 -04:00
utils test: add unit tests for dateRange.ts utility 2026-03-10 23:05:32 -04:00
App.tsx Add bilingual changelog page and file-based release notes 2026-03-05 14:58:54 -05:00
main.tsx Fix updater latest.json and add log viewer in settings 2026-02-28 21:09:10 -05:00
styles.css feat: add user guide page with print/PDF support 2026-02-16 12:19:29 +00:00
vite-env.d.ts Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00