Simpl-Resultat/src
le king fu 44cc77d8f6
All checks were successful
PR Check / rust (pull_request) Successful in 22m48s
PR Check / frontend (pull_request) Successful in 2m22s
fix(balance): use ROW_NUMBER window function in getAccountsPeriodAnchor
SQLite raised "misuse of aggregate function MIN()" because MIN was used
in the WHERE clause of a scalar subquery. Replace with ROW_NUMBER()
OVER (PARTITION BY account_id ORDER BY snapshot_date ASC) filtered on
rn = 1.

Adds vitest coverage and a regression test for /balance load.

Resolves #175
2026-05-01 07:18:53 -04:00
..
__fixtures__ test(categories): complete test coverage for migration flow (#123) 2026-04-21 19:25:13 -04:00
__integration__ feat(balance): add asset_type column to balance_categories 2026-04-28 19:54:04 -04:00
components feat(balance): add asset_type column to balance_categories 2026-04-28 19:54:04 -04:00
contexts fix: address reviewer feedback (#54) 2026-04-09 15:46:27 -04:00
data feat(categories): add v1 IPC seed, i18n keys, and migration v8 (#115) 2026-04-19 16:41:55 -04:00
hooks feat(prices): useIsPremium hook from license.edition 2026-04-27 08:11:23 -04:00
i18n feat(balance): add asset_type column to balance_categories 2026-04-28 19:54:04 -04:00
pages feat(prices): Settings revocation toggle for price_fetching_consent 2026-04-27 08:41:15 -04:00
services fix(balance): use ROW_NUMBER window function in getAccountsPeriodAnchor 2026-05-01 07:18:53 -04:00
shared feat(balance): add asset_type column to balance_categories 2026-04-28 19:54:04 -04:00
utils feat(reports/highlights): default reference month to previous month + YTD current year, user-changeable (#106) 2026-04-19 08:28:30 -04:00
App.tsx feat(balance): add BalancePage with chart + accounts table 2026-04-25 16:07:04 -04:00
main.tsx Fix updater latest.json and add log viewer in settings 2026-02-28 21:09:10 -05:00
styles.css feat(categories): add categories standard guide page (#117) 2026-04-20 21:02:38 -04:00
vite-env.d.ts Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00