Commit Graph
3 Commits
Author SHA1 Message Date
patrickandClaude Sonnet 4.6 02cea3f8e0 fix: migration 0029 enum DO-Block statt CREATE TYPE IF NOT EXISTS
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 00:58:00 +02:00
patrickandClaude Sonnet 4.6 55a37aba3f fix: migration 0029 idempotent (IF NOT EXISTS für Enum + Tabelle)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 00:57:29 +02:00
patrickandClaude Sonnet 4.6 fa61f1acef feat: Sondervertretungs-Faktoren (special_assignments)
- Neues Model SpecialAssignment mit AssignmentMode (fza|payroll|both)
- CRUD-Endpunkte unter /users/{id}/special-assignments
- Payroll-Report: GET /reports/special-assignments/payroll?year=&month=
- Migration 0029: special_assignments Tabelle + btree_gist Overlap-Constraint
- _recalculate_overtime_balance berücksichtigt FZA-Faktoren
- Frontend: Sondervertretungs-Zeiträume im UsersPage Edit-Modal
- Frontend: ReportsPage neuer Tab 'Sondervertretungen' mit Payroll-Tabelle + CSV-Export

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 00:55:47 +02:00