User: alex added process model file manage-procurement/procurement/requisition-order-management/new-demand-requests/new-demand-request-procurement/demand-request-items-schema.json
This commit is contained in:
parent
2ae6bd4b46
commit
10a349edb9
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"title": "Demand Request Items",
|
||||
"description": "Itemized list of all items included in this demand request.",
|
||||
"properties": {
|
||||
"item": {
|
||||
"type": "string",
|
||||
"title": "Item"
|
||||
},
|
||||
"qty": {
|
||||
"type": "string",
|
||||
"title": "Qty"
|
||||
},
|
||||
"unit-price": {
|
||||
"type": "string",
|
||||
"title": "Unit Price"
|
||||
},
|
||||
"curr": {
|
||||
"type": "string",
|
||||
"title": "Curr"
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"ui:order": [
|
||||
"item",
|
||||
"qty",
|
||||
"unit-price",
|
||||
"curr"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue