L2 Aufträge & Backoffice: Einzeiler Navigation, Header-Suche, Audit-Entity-Labels

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-14 12:30:44 +02:00
co-authored by Claude Opus 5
parent b96016d593
commit b49d14bab3
5 changed files with 9 additions and 2 deletions
+4
View File
@@ -66,6 +66,10 @@ const ENTITY_LABEL: Record<string, string> = {
report: "Bericht",
emergency: "Notdienst",
document: "Dokument",
order_type: "Auftragsart",
checklist_template: "Checklisten-Vorlage",
number_sequence: "Nummernkreis",
sync_operation: "Sync-Vorgang",
};
const fmt = new Intl.DateTimeFormat("de-DE", { dateStyle: "medium", timeStyle: "short" });