Added Kostenschätzung und Packschein
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 22s
Build and Push Docker Images / build-frontend (push) Successful in 59s

This commit is contained in:
2026-03-25 15:38:28 +01:00
parent 01b4d0f973
commit eb718021fd
11 changed files with 176 additions and 68 deletions

View File

@@ -69,8 +69,10 @@ function formatDocType(value: unknown): string {
advanceInvoices: 'Abschlagsrechnung',
cancellationInvoices: 'Stornorechnung',
quotes: 'Angebot',
costEstimates: 'Kostenschätzung',
confirmationOrders: 'Auftragsbestätigung',
deliveryNotes: 'Lieferschein',
packingSlips: 'Packschein',
};
return labels[type] || type;
}