Utilisation config dans mouvements

This commit is contained in:
Jean-Christophe Engel 2023-10-26 10:04:45 +02:00
parent 8e43543dd1
commit 96d038464d
6 changed files with 13 additions and 22 deletions

View file

@ -13,13 +13,11 @@
},
"inputNature": {
"description": "Nature de l'entrée",
"type": ["null", "string"],
"enum": ["Achat", "Don", "Récupération", "Location / Prêt"]
"type": ["null", "string"]
},
"outputNature": {
"description": "Nature de la sortie",
"type": ["null", "string"],
"enum": ["Vente", "Don", "Location / Prêt", "Autre (casse, perte, vol, ...)"]
"type": ["null", "string"]
},
"amount": {
"description": "Quantité ajoutée ou retirée",