Externalisation config par défaut
This commit is contained in:
parent
005b53096c
commit
be70b6ef6e
2 changed files with 95 additions and 50 deletions
12
defaut.json
Normal file
12
defaut.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue