Enregistrement quantités avec matériel
This commit is contained in:
parent
bea3a2f0e8
commit
c10ff02403
11 changed files with 291 additions and 201 deletions
|
|
@ -18,7 +18,22 @@
|
|||
"description": "État du matériel",
|
||||
"type": "string",
|
||||
"enum": ["available", "archived"]
|
||||
},
|
||||
"stock": {
|
||||
"description": "Quantité en stock",
|
||||
"type" : "integer",
|
||||
"minimum": 0
|
||||
},
|
||||
"out": {
|
||||
"description": "Quantité sortie temporairement",
|
||||
"type" : "integer",
|
||||
"minimum": 0
|
||||
},
|
||||
"notowned": {
|
||||
"description": "Quantité présente temporairement",
|
||||
"type" : "integer",
|
||||
"minimum": 0
|
||||
}
|
||||
},
|
||||
"required": ["type", "category", "name", "status"]
|
||||
"required": ["type", "category", "name", "status", "stock", "out", "notowned"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue