457 Commits

Author SHA1 Message Date
Matthias Hochmeister
2e736f7995 fix: invalidate kontenTree cache on konto mutations, remove Kontotyp field from dialog 2026-03-30 10:59:48 +02:00
Matthias Hochmeister
cdaaec2971 fix: auto-select open fiscal year on load, derive sub-account number from parent, replace flat konten table with collapsible tree 2026-03-30 10:51:55 +02:00
Matthias Hochmeister
0c5432b50e feat: add account hierarchy, budget types (GWG/Anlagen/Instandhaltung), and Buchhaltung UI overhaul with collapsible tree, pending badge, and konto detail page 2026-03-30 09:49:28 +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
c1fca5cc67 fix: disable Konto button without fiscal year selected, remove BIC from bank account form 2026-03-28 20:03:31 +01:00
Matthias Hochmeister
712afde30e ix: use DashboardLayout wrapper in Buchhaltung page 2026-03-28 19:59:39 +01:00
Matthias Hochmeister
3871efc026 fix: cast multer file type explicitly in uploadBeleg controller 2026-03-28 19:55:57 +01:00
Matthias Hochmeister
58585327d8 fix: remove nonexistent MainLayout wrapper from Buchhaltung page 2026-03-28 19:54:12 +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
893fbe43a0 feat: add hierarchical subitems to checklist templates and executions 2026-03-28 18:37:36 +01:00
Matthias Hochmeister
51be3b54f6 feat: add vehicle type assignment to vehicle edit/create form 2026-03-28 18:23:00 +01:00
Matthias Hochmeister
15337f768d feat: add inline editing for checklist vorlage items 2026-03-28 18:17:32 +01:00
Matthias Hochmeister
4c1f188371 fix: use ausruestung.bezeichnung in checklist queries and cast interval param in atemschutz 2026-03-28 18:13:07 +01:00
Matthias Hochmeister
0d6d5e4f54 fix: repair checklist create (intervall constraint) and start execution (stuck spinner), add equipment items display 2026-03-28 18:08:06 +01:00
Matthias Hochmeister
b62fd55246 fix: correct vorlageId casing in startExecution, make checklist rows clickable with alternating backgrounds 2026-03-28 17:57:45 +01:00
Matthias Hochmeister
a04de62634 fix: repair mangled CreateVorlagePayload/UpdateVorlagePayload types after interval union edit 2026-03-28 17:51:55 +01:00
Matthias Hochmeister
6091d6c4dd feat: always show checklists in overview and add quarterly/halfyearly intervals 2026-03-28 17:46:31 +01:00
Matthias Hochmeister
a52bb2a57c refactor: move equipment type assignment from detail page to settings page 2026-03-28 17:37:01 +01:00
Matthias Hochmeister
bccb0745b8 refactor: move vehicle type assignment from detail page to settings page 2026-03-28 17:34:29 +01:00
Matthias Hochmeister
534a24edbf fix: use PATCH for vehicle type update and correct permission check in FahrzeugEinstellungen 2026-03-28 17:30:40 +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
b171c3e921 fix: sync nav DnD list when permissions load 2026-03-28 16:19:20 +01:00
Matthias Hochmeister
443f3569bd feat: move dashboard edit button to bottom with label, replace menu order arrows with drag-and-drop 2026-03-28 15:40:03 +01:00
Matthias Hochmeister
0a912e60b5 fix: suppress unused userId params in checklist and issue services 2026-03-28 15:27:15 +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
60e1329815 fix: render ChatContent as DashboardLayout child so useChat has ChatProvider in scope 2026-03-27 18:03:54 +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
1a66a66aab fix: guard vendor detail loading on instead of isPending to avoid stuck skeleton 2026-03-27 17:43:31 +01:00
Matthias Hochmeister
b36e05d192 fix: show read-only detail view after vendor creation instead of staying in edit mode 2026-03-27 17:38:23 +01:00
Matthias Hochmeister
82c386888f fix: reset editMode and form when navigating to vendor create page 2026-03-27 17:27:55 +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
b5e8f11743 fix: add missing EditIcon import in AusruestungsanfrageArtikelDetail 2026-03-27 14:57:08 +01:00
Matthias Hochmeister
29d66e37a1 shared catalog in Bestellungen, catalog picker in line items, Ersatzbeschaffung flag, vendor detail flash fix 2026-03-27 14:50:31 +01:00
Matthias Hochmeister
c704e2c173 catalog search/sort, edit-page characteristics, preferred vendor per article 2026-03-27 13:46:29 +01:00
Matthias Hochmeister
6885cba3be catalog search/sort, edit-page characteristics, preferred vendor per article 2026-03-27 13:45:13 +01:00
Matthias Hochmeister
35b3718e38 catalog search/sort, edit-page characteristics, preferred vendor per article 2026-03-27 13:17:05 +01:00
Matthias Hochmeister
eb82fe29b7 add linking between internal and external orders 2026-03-27 12:28:25 +01:00
Matthias Hochmeister
90f691d607 add linking between internal and external orders 2026-03-27 11:18:06 +01:00
Matthias Hochmeister
75e533c1fc update 2026-03-27 07:39:25 +01:00
Matthias Hochmeister
03f489d546 update 2026-03-26 16:12:18 +01:00
Matthias Hochmeister
19dd528765 update 2026-03-26 16:02:05 +01:00
Matthias Hochmeister
80cfb244cf update 2026-03-26 15:29:11 +01:00
Matthias Hochmeister
0c101bea8b update 2026-03-26 15:24:29 +01:00
Matthias Hochmeister
ecee41b3aa update 2026-03-26 15:21:56 +01:00
Matthias Hochmeister
9c3dda337f update 2026-03-26 15:18:24 +01:00