feat : ajout de la partie reception des marchandises (étape 3) et modification du bon de réception
This commit is contained in:
8
frontend/utils/constants.ts
Normal file
8
frontend/utils/constants.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const RECEPTION_TYPE_CODES = {
|
||||
MERCHANDISES: 'MARCHANDISES'
|
||||
} as const
|
||||
|
||||
export const MERCHANDISE_TYPE_CODES = {
|
||||
GRANULE: 'GRANULE',
|
||||
AUTRES: 'AUTRES'
|
||||
} as const
|
||||
Reference in New Issue
Block a user