ProductionPlanStatus
@mineflow/api-schemas / ProductionPlanStatus
Variable: ProductionPlanStatus
const ProductionPlanStatus: object;
Defined in: prd/src/production-plans/domain/production-plan-status.enum.ts:5
Статусы производственного плана (PRD ProductionPlan) — значения совпадают с ключами состояний productionPlanMachine. Для лейблов и фильтров в UI.
Type Declaration
| Name | Type | Default value | Description | Defined in |
|---|---|---|---|---|
Approved | "approved" | 'approved' | Утверждён. | prd/src/production-plans/domain/production-plan-status.enum.ts:9 |
Draft | "draft" | 'draft' | Черновик (начальное состояние FSM). | prd/src/production-plans/domain/production-plan-status.enum.ts:7 |
Superseded | "superseded" | 'superseded' | Замещён более новым планом (терминальное). | prd/src/production-plans/domain/production-plan-status.enum.ts:11 |