Simpl-Resultat/src/components
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
..
adjustments feat: add Budget and Adjustments pages with full functionality 2026-02-12 00:58:43 +00:00
budget fix: remove double sign negation for previous year actuals (#34) 2026-03-11 12:02:58 -04:00
categories feat: add 3rd level of category hierarchy 2026-02-25 19:54:05 -05:00
dashboard fix: make pie chart legend always visible with hover percentages (#23) 2026-03-09 21:17:59 -04:00
import fix: replace refresh icon with save icon on update template button 2026-02-16 12:01:14 +00:00
layout feat: add multiple profiles with separate databases and optional PIN (v0.3.0) 2026-02-16 12:54:09 +00:00
profile fix: always show profile switcher in sidebar (#2) 2026-02-16 23:30:42 +00:00
reports fix: remove duplicated px-3 class and improve readability (#29) 2026-03-09 21:28:46 -04:00
settings Fix updater latest.json and add log viewer in settings 2026-02-28 21:09:10 -05:00
shared Add sort and amount toggle to report details, sticky budget headers 2026-03-01 09:31:47 -05:00
transactions Bump version to 0.6.0 — Reports enhancements and comment visibility fix 2026-03-04 21:01:13 -05:00