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

@@ -129,6 +129,7 @@ export type EntityType =
| "invoice"
| "quotation"
| "order"
| "issued_order"
| "project"
| "customer"
| "trip"