Matthias Hochmeister
6ead698294
refactor(sidebar): remove all dropdown sub-menus, flatten navigation to direct links
2026-04-16 16:25:06 +02:00
Matthias Hochmeister
dfcdd44aa4
refactor(admin): consolidate 10 flat tabs into 4 grouped tabs with sub-tabs, remove Bestellungen tab, replace Debug with FDISK Sync
2026-04-16 16:14:25 +02:00
Matthias Hochmeister
e56075f38a
fix(issues): allow priority+status change for assignees, dynamic owner transitions, kanban droppable columns; feat(persoenliche-ausruestung): configurable zustand
2026-04-16 14:08:05 +02:00
Matthias Hochmeister
058ee721e8
feat(persoenliche-ausruestung): show catalog category, remove size/date columns, make zustand admin-configurable
2026-04-16 08:19:38 +02:00
Matthias Hochmeister
dac0b79b3b
eat(ausruestung): allow create role to view full list, add Mitglieder pagination, add admin reset for persoenliche Ausruestung
2026-04-16 07:52:36 +02:00
Matthias Hochmeister
6ff531f79c
refactor(mitglieder): split member profile into Stammdaten/Ausrüstung/Qualifikationen tabs with sub-tabs per qualification type
2026-04-15 13:55:16 +02:00
Matthias Hochmeister
f403c73334
fix(buchhaltung): clean up tab labels, remove badge indicator, add session notification for pending transactions
2026-04-14 13:35:40 +02:00
Matthias Hochmeister
588d8e81db
widget icon rework, widget grouping rework
2026-04-14 10:53:03 +02:00
Matthias Hochmeister
4fbea8af81
feat: widget icons, dark theme tables, breadcrumb removal, bookkeeping rework, personal equipment pages, PDF/order improvements
2026-04-14 10:35:40 +02:00
Matthias Hochmeister
1215e9ea70
feat: personal equipment tracking, order assignment, purge fix, widget consolidation
...
- Migration 084: new persoenliche_ausruestung table with catalog link, user
assignment, soft delete; adds zuweisung_typ/ausruestung_id/persoenlich_id
columns to ausruestung_anfrage_positionen; seeds feature group + 5 permissions
- Fix user data purge: table was shop_anfragen, renamed to ausruestung_anfragen
in mig 046 — caused full transaction rollback. Also keep mitglieder_profile
row but NULL FDISK-synced fields (dienstgrad, geburtsdatum, etc.) instead of
deleting the profile
- Personal equipment CRUD: backend service/controller/routes at
/api/persoenliche-ausruestung; frontend page with DataTable, user filter,
catalog Autocomplete, FAB create dialog; widget in Status group; sidebar
entry (Checkroom icon); card in MitgliedDetail Tab 0
- Ausruestungsanfrage item assignment: when a request reaches erledigt,
auto-opens ItemAssignmentDialog listing all delivered positions; each item
can be assigned as general equipment (vehicle/storage), personal item (user,
prefilled with requester), or not tracked; POST /requests/:id/assign backend
- StatCard refactored to use WidgetCard as outer shell for consistent header
styling across all dashboard widget templates
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-13 19:19:35 +02:00
Matthias Hochmeister
b477e5dbe0
feat: user data purge, breadcrumbs, first-login dialog, widget consolidation, bookkeeping cascade
...
- Admin can purge all personal data for a user (POST /api/admin/users/:userId/purge-data)
while keeping the account; clears profile, notifications, bookings, ical tokens, preferences
- Add isNewUser flag to auth callback response; first-login dialog prompts for Standesbuchnummer
- Add PageBreadcrumbs component and apply to 18 sub-pages across the app
- Cascade budget_typ changes from parent pot to all children recursively, converting amounts
(detailliert→einfach: sum into budget_gesamt; einfach→detailliert: zero all for redistribution)
- Migrate NextcloudTalkWidget to use shared WidgetCard template for consistent header styling
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-13 16:15:28 +02:00
Matthias Hochmeister
b275d4baa5
feat(dashboard): make widget groups reorderable via drag-and-drop
2026-04-13 15:15:50 +02:00
Matthias Hochmeister
dd5cd71fd1
feat(dashboard,admin): widget group customization and FDISK data purge
2026-04-13 15:06:34 +02:00
Matthias Hochmeister
f4690cf185
feat(frontend): visual design overhaul — Inter font, softer cards/shadows, red-themed profile banner, modern typography hierarchy, and refreshed color palette
2026-04-13 11:07:28 +02:00
Matthias Hochmeister
43ce1f930c
feat(frontend): implement unified design system with 17 reusable template components, skeleton loading states, and golden-ratio-based layouts
2026-04-13 10:43:27 +02:00
Matthias Hochmeister
5acfd7cc4f
feat(buchhaltung): add transfers, bank statements, Haushaltsplan, and PDF export
2026-03-30 17:05:18 +02:00
Matthias Hochmeister
5f25d644f4
feat: add Buchhaltung data reset (Transaktionen, Konten, Bankkonten) to admin DataManagementTab
2026-03-30 11:16:57 +02:00
Matthias Hochmeister
bc39963746
feat: add Buchhaltung dashboard widget, CSV export, Bestellungen linking, recurring bookings, and approval workflow
2026-03-28 20:34:53 +01:00
Matthias Hochmeister
18b1300de8
feat: add Buchhaltung module with fiscal years, budget accounts, transactions, and approval workflow
2026-03-28 19:48:32 +01:00
Matthias Hochmeister
4349de9bc9
feat: checklist multi-type assignments, tab layouts for Fahrzeuge/Ausruestung, admin cleanup
...
- Migration 074: convert checklist vorlage single FK fields to junction tables
(vorlage_fahrzeug_typen, vorlage_fahrzeuge, vorlage_ausruestung_typen, vorlage_ausruestungen)
- Backend checklist service: multi-type create/update/query with array fields
- Backend cleanup service: add checklist-history and reset-checklist-history targets
- Frontend types/service: singular FK fields replaced with arrays (fahrzeug_typ_ids, etc.)
- Frontend Checklisten.tsx: multi-select Autocomplete pickers for all assignment types
- Fahrzeuge.tsx/Ausruestung.tsx: add tab layout (Uebersicht + Einstellungen), inline type CRUD
- FahrzeugEinstellungen/AusruestungEinstellungen: replaced with redirects to tab URLs
- Sidebar: add Uebersicht sub-items, update Einstellungen paths to tab URLs
- DataManagementTab: add checklist-history cleanup and reset sections
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-28 18:57:46 +01:00
Matthias Hochmeister
6b46e97eb6
feat: vehicle/equipment type system, equipment checklist support, and checklist overview redesign
2026-03-28 17:27:01 +01:00
Matthias Hochmeister
692093cc85
fix: add checklisten sidebar sub-items and replace unicode escapes with proper umlauts
2026-03-28 16:27:32 +01:00
Matthias Hochmeister
0c2ea829aa
feat: add issue kanban/attachments/deadlines, dashboard widget DnD, and checklisten system
2026-03-28 15:19:41 +01:00
Matthias Hochmeister
a1cda5be51
feat: add day separator labels between chat messages
2026-03-28 10:48:06 +01:00
Matthias Hochmeister
992a184784
fix: use isActive instead of chatPanelOpen in ChatMessageView so messages load on /chat page
2026-03-28 10:44:44 +01:00
Matthias Hochmeister
c1b4a92a12
feat: add full-page chat route and sidebar menu ordering
2026-03-27 18:00:58 +01:00
Matthias Hochmeister
ae3f0c825b
refactor: extract shared KatalogTab component, use it in both Bestellungen and Ausruestungsanfrage
2026-03-27 15:05:10 +01:00
Matthias Hochmeister
3f55990212
fix: add Katalog sub-item to Bestellungen sidebar navigation
2026-03-27 14:58:04 +01:00
Matthias Hochmeister
03f489d546
update
2026-03-26 16:12:18 +01:00
Matthias Hochmeister
c29b21f714
update
2026-03-26 14:22:35 +01:00
Matthias Hochmeister
3c95b7506b
update
2026-03-26 13:01:59 +01:00
Matthias Hochmeister
507111e8e8
update
2026-03-26 12:12:18 +01:00
Matthias Hochmeister
d5e5f2d44e
update
2026-03-26 09:29:59 +01:00
Matthias Hochmeister
21bbe57d6f
calendar and vehicle booking rework
2026-03-25 16:18:40 +01:00
Matthias Hochmeister
7dab359448
calendar and vehicle booking rework
2026-03-25 16:09:16 +01:00
Matthias Hochmeister
74d978171c
calendar and vehicle booking rework
2026-03-25 15:44:11 +01:00
Matthias Hochmeister
5db4cc21b5
fix permissions
2026-03-25 09:02:49 +01:00
Matthias Hochmeister
6f39f22bf9
fix permissions
2026-03-25 08:55:11 +01:00
Matthias Hochmeister
59140939df
fix permissions
2026-03-25 07:48:00 +01:00
Matthias Hochmeister
f228dd67ba
fix permissions
2026-03-24 17:54:36 +01:00
Matthias Hochmeister
f9f54b7e07
fix permissions
2026-03-24 17:10:01 +01:00
Matthias Hochmeister
d8d2730547
rework issue system
2026-03-24 15:30:24 +01:00
Matthias Hochmeister
65994286b2
rework issue system
2026-03-24 14:44:21 +01:00
Matthias Hochmeister
6c7531438e
rework issue system
2026-03-24 14:21:17 +01:00
Matthias Hochmeister
abb337c683
rework internal order system
2026-03-24 14:02:16 +01:00
Matthias Hochmeister
9a52e41372
rework internal order system
2026-03-24 13:28:46 +01:00
Matthias Hochmeister
6ff5cc89ad
rework internal order system
2026-03-24 08:59:46 +01:00
Matthias Hochmeister
3c0a8a6832
rework internal order system
2026-03-24 08:41:24 +01:00
Matthias Hochmeister
99f02b8425
rework internal order system
2026-03-24 08:11:32 +01:00
Matthias Hochmeister
1b13e4f89e
new features
2026-03-23 18:43:30 +01:00