mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-22 20:58:17 +00:00
User: alex clicked save for execute-procure-to-pay/cc-invoice-approval-process/Submit-the-invoice_UISchema.json
This commit is contained in:
parent
40a0e6fb39
commit
0f43777d66
@ -1,22 +1,22 @@
|
||||
{
|
||||
"invoice.contributorName": {
|
||||
"contributorName": {
|
||||
"ui:autofocus": true,
|
||||
"ui:emptyValue": "",
|
||||
"ui:help": "First and Last Name"
|
||||
},
|
||||
"invoice.contributorId": {
|
||||
"contributorId": {
|
||||
"ui:help": "Employee or Vendor ID"
|
||||
},
|
||||
"invoice.invoiceId": {
|
||||
"invoiceId": {
|
||||
"ui:help": "Enter the Status Invoice ID found in the upper left"
|
||||
},
|
||||
"invoice.invoiceAmount": {
|
||||
"invoiceAmount": {
|
||||
"ui:help": "Based on available currencies"
|
||||
},
|
||||
"invoice.invoiceCurrency": {
|
||||
"invoiceCurrency": {
|
||||
"ui:help": "Select payment currency"
|
||||
},
|
||||
"invoice.dueDate": {
|
||||
"dueDate": {
|
||||
"ui:widget": "date",
|
||||
"ui:help": "Invoices submitted before the 15th of the month will be paied on the 25th"
|
||||
},
|
||||
@ -27,12 +27,12 @@
|
||||
}
|
||||
},
|
||||
"ui:order": [
|
||||
"invoice.contributorName",
|
||||
"invoice.contributorId",
|
||||
"invoice.invoiceId",
|
||||
"invoice.invoiceAmount",
|
||||
"invoice.invoiceCurrency",
|
||||
"invoice.dueDate",
|
||||
"contributorName",
|
||||
"contributorId",
|
||||
"invoiceId",
|
||||
"invoiceAmount",
|
||||
"invoiceCurrency",
|
||||
"dueDate",
|
||||
"filesAccept"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user