Ajout possibilité spécifier montant immo
This commit is contained in:
parent
9594f6b206
commit
f32e1d1a51
9 changed files with 201 additions and 144 deletions
|
|
@ -14,6 +14,10 @@
|
|||
"description": "durée de l'amortissement en années",
|
||||
"type": "integer"
|
||||
},
|
||||
"amount" : {
|
||||
"description": "montant de l'immobilisation si besoin",
|
||||
"type": ["integer", "null"]
|
||||
},
|
||||
"date" : {
|
||||
"description" : "date de mise en service de l'immobilisation",
|
||||
"type" : ["string", "null"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue