dak.c2s/backend/app/services
CCS Admin db963a8e12 fix: align excel_export keys with report_service output
report_service uses 'summary'/'weekly'/'keine_rm'/'gutachten' but
excel_export expected 'totals'/'weeks'/'keine_rueckmeldung'/
'gutachten_gesamt'. Also fix nested gesamt dict access in sheet3
and icd_codes path from sheet5.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 09:26:11 +00:00
..
__init__.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
audit_service.py feat: admin API, audit logging, notifications, create_admin script 2026-02-24 07:48:41 +00:00
auth_service.py feat: auth system — login, register, refresh, MFA, domain whitelist 2026-02-24 07:46:04 +00:00
coding_service.py feat: coding queue, reports API, Excel sync 2026-02-24 08:03:17 +00:00
csv_parser.py feat: CRM CSV parser with pipe-delimited contact parsing 2026-02-24 07:45:34 +00:00
excel_export.py fix: align excel_export keys with report_service output 2026-02-24 09:26:11 +00:00
excel_import.py fix: use savepoints for row-by-row error isolation in Excel import 2026-02-24 09:01:42 +00:00
excel_sync.py feat: coding queue, reports API, Excel sync 2026-02-24 08:03:17 +00:00
icd_service.py feat: ICD service — normalize, split, validate, coding template 2026-02-24 07:49:05 +00:00
import_service.py feat: import service with duplicate detection and fall_id generation 2026-02-24 07:49:15 +00:00
notification_service.py feat: notification service — in-app + SMTP email 2026-02-24 07:52:24 +00:00
report_service.py fix: use SQLAlchemy Integer type in .cast() calls in report_service 2026-02-24 09:06:48 +00:00
vorjahr_service.py feat: report service — all 5 sheet calculations + year-over-year 2026-02-24 08:02:53 +00:00