User: alex@sartography.com added process model file manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/demand-request-items-schema.json
This commit is contained in:
parent
f0636ae5e9
commit
8ffe3af3b7
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"title": "Demand Request Items",
|
||||
"description": "Itemized list of all items included in this demand request.",
|
||||
"properties": {
|
||||
"item": {
|
||||
"type": "string",
|
||||
"title": "Item",
|
||||
"maxLength": 50
|
||||
},
|
||||
"qty": {
|
||||
"type": "number",
|
||||
"title": "Qty"
|
||||
},
|
||||
"unit-price": {
|
||||
"type": "number",
|
||||
"title": "Unit price"
|
||||
}
|
||||
},
|
||||
"required": ["item","qty","unit-price"]
|
||||
}
|
Loading…
Reference in New Issue