feat(orders): issued-orders CRUD routes + audit entity type

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-09 11:26:32 +02:00
parent 2a3df15565
commit 9f4b8a897a
4 changed files with 152 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export const ENTITY_TYPE_LABELS: Record<string, string> = {
invoice: "Faktura",
quotation: "Nabídka",
order: "Objednávka",
issued_order: "Objednávka vydaná",
project: "Projekt",
project_file: "Soubor projektu",
customer: "Zákazník",