Externalisation config par défaut

This commit is contained in:
Jean-Christophe Engel 2023-11-29 20:14:31 +01:00
parent 005b53096c
commit be70b6ef6e
2 changed files with 95 additions and 50 deletions

12
defaut.json Normal file
View file

@ -0,0 +1,12 @@
{
"entrées" : [
{ "Achat" : "définitif" },
{ "Location" : "temporaire" },
{ "Retour de Location/Prêt" : "retour" }
],
"sorties" : [
{ "Vente" : "définitif" },
{ "Prêt" : "temporaire" },
{ "Retour de Location/Emprunt" : "retour" }
]
}