feat : finalisation de l'étape 1 "Réception" (formulaire)
This commit is contained in:
13
frontend/constants/steps.ts
Normal file
13
frontend/constants/steps.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export enum StepLabel {
|
||||
Reception = 'Réception',
|
||||
GrossWeighing = 'Pesée à plein',
|
||||
Selection = 'Sélection réceptionnées',
|
||||
TareWeighing = 'Pesée à vide'
|
||||
}
|
||||
|
||||
export const RECEPTION_STEP_LABELS = [
|
||||
StepLabel.Reception,
|
||||
StepLabel.GrossWeighing,
|
||||
StepLabel.Selection,
|
||||
StepLabel.TareWeighing
|
||||
]
|
||||
Reference in New Issue
Block a user