matthias
  • Joined on 2026-02-23
matthias pushed to main at matthias/dashboard 2026-04-13 15:15:55 +02:00
b275d4baa5 feat(dashboard): make widget groups reorderable via drag-and-drop
matthias pushed to main at matthias/dashboard 2026-04-13 15:06:40 +02:00
dd5cd71fd1 feat(dashboard,admin): widget group customization and FDISK data purge
matthias pushed to main at matthias/dashboard 2026-04-13 11:07:32 +02:00
f4690cf185 feat(frontend): visual design overhaul — Inter font, softer cards/shadows, red-themed profile banner, modern typography hierarchy, and refreshed color palette
matthias pushed to main at matthias/dashboard 2026-04-13 10:43:30 +02:00
43ce1f930c feat(frontend): implement unified design system with 17 reusable template components, skeleton loading states, and golden-ratio-based layouts
matthias pushed to main at matthias/dashboard 2026-03-30 17:05:22 +02:00
5acfd7cc4f feat(buchhaltung): add transfers, bank statements, Haushaltsplan, and PDF export
matthias pushed to main at matthias/dashboard 2026-03-30 16:04:02 +02:00
2eb59e9ff1 feat(buchhaltung): add audit trail UI to konto detail transaction table
matthias pushed to main at matthias/dashboard 2026-03-30 15:04:09 +02:00
d833b3c224 feat(buchhaltung): recurring job, budget alerts, audit endpoint, konto-typen CRUD
matthias pushed to main at matthias/dashboard 2026-03-30 14:44:14 +02:00
bbbfc8eaaa fix(buchhaltung): remove budget utilization bars from accounts overview
matthias pushed to main at matthias/dashboard 2026-03-30 14:37:08 +02:00
f27e3134ca fix(buchhaltung): respect budget_typ in konten manage table and pod detail subaccounts view
matthias pushed to main at matthias/dashboard 2026-03-30 14:23:01 +02:00
293848c710 fix(buchhaltung): use theme-aware color for category header rows in dark mode
matthias pushed to main at matthias/dashboard 2026-03-30 14:21:02 +02:00
fcfee85efd fix(buchhaltung): show budget-typ label in pod settings view mode
matthias pushed to main at matthias/dashboard 2026-03-30 14:07:08 +02:00
b21abce9e3 feat(buchhaltung): budget types, erstattungen, recurring tab move, overview dividers, order completion guard
matthias pushed to main at matthias/dashboard 2026-03-30 12:56:37 +02:00
13aa4be599 feat(buchhaltung): add categories, recurring tx scheduling, sub-pot budget validation, and UX polish
matthias pushed to main at matthias/dashboard 2026-03-30 11:59:09 +02:00
86cb175aeb feat(buchhaltung): move collapse arrows to row end, always-visible filters, summary row, sortable transactions, account manage page
matthias pushed to main at matthias/dashboard 2026-03-30 11:25:51 +02:00
4e42d4077a fix: hard-delete konten instead of soft-deactivate, convert kontonummer to INTEGER with arithmetic sub-account derivation
matthias pushed to main at matthias/dashboard 2026-03-30 11:23:10 +02:00
e4f1d8864a refactor: change kontonummer to INTEGER, derive sub-account number as parent + suffix (arithmetic)
matthias pushed to main at matthias/dashboard 2026-03-30 11:17:01 +02:00
5f25d644f4 feat: add Buchhaltung data reset (Transaktionen, Konten, Bankkonten) to admin DataManagementTab
matthias pushed to main at matthias/dashboard 2026-03-30 11:11:23 +02:00
333b94f64e fix: read error message from ApiError.message instead of err.response in konto mutation onError
matthias pushed to main at matthias/dashboard 2026-03-30 11:08:30 +02:00
75b07d6afc fix: use fahrzeuge_mit_pruefstatus view in notification job to resolve missing naechste_pruefung_tage column
matthias pushed to main at matthias/dashboard 2026-03-30 11:03:57 +02:00
b7015ace84 fix: return 409 on duplicate kontonummer, show server error in snackbar, block save when sub-account suffix is empty