mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 21:28:05 +00:00
38 lines
748 B
JSON
38 lines
748 B
JSON
|
{
|
||
|
"contributorName": {
|
||
|
"ui:autofocus": true,
|
||
|
"ui:emptyValue": "",
|
||
|
"ui:help": "First and Last Name"
|
||
|
},
|
||
|
"contributorId": {
|
||
|
"ui:help": "Employee or Vendor ID"
|
||
|
},
|
||
|
"invoiceId": {
|
||
|
"ui:help": "Enter the Status Invoice ID found in the upper left"
|
||
|
},
|
||
|
"invoiceAmount": {
|
||
|
"ui:help": "Based on available currencies"
|
||
|
},
|
||
|
"invoiceCurrency": {
|
||
|
"ui:help": "Select payment currency"
|
||
|
},
|
||
|
"dueDate": {
|
||
|
"ui:widget": "date",
|
||
|
"ui:help": "Invoices submitted before the 15th of the month will be paied on the 25th"
|
||
|
},
|
||
|
"filesAccept": {
|
||
|
"ui:help": " ",
|
||
|
"ui:options": {
|
||
|
"accept": ".pdf"
|
||
|
}
|
||
|
},
|
||
|
"ui:order": [
|
||
|
"contributorName",
|
||
|
"contributorId",
|
||
|
"invoiceId",
|
||
|
"invoiceAmount",
|
||
|
"invoiceCurrency",
|
||
|
"dueDate",
|
||
|
"filesAccept"
|
||
|
]
|
||
|
}
|