2022-11-16 13:31:49 -05:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"ui:order": [
|
|
|
|
"contributorName",
|
|
|
|
"contributorId",
|
|
|
|
"invoiceId",
|
|
|
|
"invoiceAmount",
|
|
|
|
"invoiceCurrency",
|
2022-11-16 18:40:45 +00:00
|
|
|
"dueDate"
|
2022-11-16 13:31:49 -05:00
|
|
|
]
|
|
|
|
}
|