1ce6357c1d
| Numéro du ticket | Titre du ticket | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [x] Pas de régression - [ ] TU/TI/TF rédigée - [x] TU/TI/TF OK - [x] CHANGELOG modifié Reviewed-on: https://gitea.malio.fr/MALIO-DEV/Ferme/pulls/7 Co-authored-by: tristan <tristan@yuno.malio.fr> Co-committed-by: tristan <tristan@yuno.malio.fr>
13 lines
230 B
TypeScript
13 lines
230 B
TypeScript
export const RECEPTION_TYPE_CODES = {
|
|
MERCHANDISES: 'MARCHANDISES'
|
|
} as const
|
|
|
|
export const MERCHANDISE_TYPE_CODES = {
|
|
GRANULE: 'GRANULE',
|
|
AUTRES: 'AUTRES'
|
|
} as const
|
|
|
|
export const SUPLLIER_CODE = {
|
|
LIOT: 'LIOT'
|
|
}
|