mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 08:35:42 +00:00
35 lines
701 B
JSON
35 lines
701 B
JSON
{
|
|
"title": "Issue Voucher",
|
|
"description": "Issue Voucher form for adding details of demand.",
|
|
"type": "object",
|
|
"required": [
|
|
"Issue Voucher number ",
|
|
"lastName"
|
|
],
|
|
"properties": {
|
|
"issuevoucherno": {
|
|
"type": "string",
|
|
"title": "Issue Voucher No "
|
|
},
|
|
"issuevoucherdate": {
|
|
"type": "string",
|
|
"title": "Issue Voucher Date"
|
|
},
|
|
"commodity": {
|
|
"type": "integer",
|
|
"title": "Commodity"
|
|
},
|
|
"consignee": {
|
|
"type": "string",
|
|
"title": "Consignee"
|
|
},
|
|
"demandno": {
|
|
"type": "string",
|
|
"title": "Demand No",
|
|
},
|
|
"demanddate": {
|
|
"type": "string",
|
|
"title": "Demand Date"
|
|
}
|
|
}
|
|
} |