1
0
Fork 0
mirror of https://github.com/s-frick/effigenix.git synced 2026-03-28 19:10:22 +01:00

feat(tui): Create-Screen für Produktionsaufträge

Types, API-Client Resource, Hook und TUI-Screen für den neuen
POST /api/production/production-orders Endpoint. Menüeintrag
im Produktionsmenü ergänzt.
This commit is contained in:
Sebastian Frick 2026-02-23 23:55:57 +01:00
parent 2938628db4
commit fb8387c10e
10 changed files with 381 additions and 2 deletions

View file

@ -50,7 +50,8 @@ export type Screen =
| 'batch-detail'
| 'batch-plan'
| 'batch-record-consumption'
| 'batch-complete';
| 'batch-complete'
| 'production-order-create';
interface NavigationState {
current: Screen;