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:
sartography-automated-committer 2022-12-22 14:59:53 +00:00
parent 2ae6bd4b46
commit 10a349edb9
2 changed files with 31 additions and 0 deletions

View File

@ -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": []
}

View File

@ -0,0 +1,8 @@
{
"ui:order": [
"item",
"qty",
"unit-price",
"curr"
]
}