mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
User: alex clicked save for manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/what-next_JSONSchema.json
This commit is contained in:
parent
8882293883
commit
2fc3f4b8ee
@ -1,28 +0,0 @@
|
||||
{
|
||||
"title": "Submit Invoice",
|
||||
"description": "Configuration options for submitting an invoice.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ValidationChoices": {
|
||||
"type": "array",
|
||||
"title": "Select validation options",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
" Number in contributor name",
|
||||
" Too many decimals in invoice amount",
|
||||
" Due date before today's date"
|
||||
]
|
||||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"scenarioChoices": {
|
||||
"type": "string",
|
||||
"title": "Select Currency",
|
||||
"enum": [
|
||||
" Correct invoice amount",
|
||||
" incorrect invoice amount"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"scenarioChoices": {
|
||||
"ui:widget": "radio",
|
||||
"ui:help": " ",
|
||||
"ui:options": {
|
||||
"inline": false
|
||||
}
|
||||
},
|
||||
"ValidationChoices": {
|
||||
"ui:widget": "checkboxes",
|
||||
"ui:help": " "
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"isProceed": {
|
||||
"type": "boolean",
|
||||
"title": "Submit Invoice?"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"isInvoiceApproved": {
|
||||
"ui:autofocus": true,
|
||||
"ui:widget": "radio",
|
||||
"ui:help": "Select Yes to approve, No to reject"
|
||||
},
|
||||
"approvalComment": {
|
||||
"ui:widget": "textarea",
|
||||
"ui:help": "Enter comments related to approval or rejection here"
|
||||
},
|
||||
"ui:order": [
|
||||
"isInvoiceApproved",
|
||||
"approvalComment"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user