mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 05:38:06 +00:00
38 lines
844 B
JSON
38 lines
844 B
JSON
{
|
|
"invoice.contributorName": {
|
|
"ui:autofocus": true,
|
|
"ui:emptyValue": "",
|
|
"ui:help": "First and Last Name"
|
|
},
|
|
"invoice.contributorId": {
|
|
"ui:help": "Employee or Vendor ID"
|
|
},
|
|
"invoice.invoiceId": {
|
|
"ui:help": "Enter the Status Invoice ID found in the upper left"
|
|
},
|
|
"invoice.invoiceAmount": {
|
|
"ui:help": "Based on available currencies"
|
|
},
|
|
"invoice.invoiceCurrency": {
|
|
"ui:help": "Select payment currency"
|
|
},
|
|
"invoice.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": [
|
|
"invoice.contributorName",
|
|
"invoice.contributorId",
|
|
"invoice.invoiceId",
|
|
"invoice.invoiceAmount",
|
|
"invoice.invoiceCurrency",
|
|
"invoice.dueDate",
|
|
"filesAccept"
|
|
]
|
|
} |