mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 05:38:06 +00:00
17 lines
633 B
JSON
17 lines
633 B
JSON
{
|
|
"title": "Approve Invoice",
|
|
"description": "Select Yes to approve, No to reject<br> Submitted by: {{ invoice.contributorName }}<br> Contributor Id: {{ invoice.contributorId }}<br> Invoice Id: {{ invoice.invoiceId }} Invoice Amount: {{ invoice.invoiceAmount }} Select Currency: {{ invoice.invoiceCurrency }} Due Date: {{ invoice.dueDate }} Project Lead Comments: {{ invoice.commentsProjectLead }}",
|
|
"type": "object",
|
|
"properties": {
|
|
"isInvoiceApproved": {
|
|
"type": "boolean",
|
|
"title": "Approve?",
|
|
"default": " "
|
|
},
|
|
"approvalComment": {
|
|
"type": "string",
|
|
"title": "approvalComment",
|
|
"default": " "
|
|
}
|
|
}
|
|
} |