mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 12:15:25 +00:00
107 lines
2.0 KiB
JSON
107 lines
2.0 KiB
JSON
{
|
|
"title": "Gate Pass",
|
|
"description": "Gate Pass to add the details for final clearance",
|
|
"type": "object",
|
|
"required": [
|
|
"gatepassno",
|
|
"gatepassdate",
|
|
"fromentity",
|
|
"armyno",
|
|
"issuevoucherno",
|
|
"gmthmtno",
|
|
"receivername",
|
|
"cnicpa",
|
|
"authorizationno",
|
|
"rank",
|
|
"name",
|
|
"toentity",
|
|
"builtyno",
|
|
"section",
|
|
"timein",
|
|
"timeout",
|
|
"remarks",
|
|
"detail"
|
|
],
|
|
"properties": {
|
|
"gatepassno": {
|
|
"type": "string",
|
|
"title": "Issue Voucher No "
|
|
},
|
|
"gatepassdate": {
|
|
"type": "string",
|
|
"title": "Issue Voucher Date",
|
|
"format": "date"
|
|
},
|
|
"fromentity": {
|
|
"type": "integer",
|
|
"title": "Commodity"
|
|
},
|
|
"armyno": {
|
|
"type": "string",
|
|
"title": "Consignee"
|
|
},
|
|
"issuevoucherno": {
|
|
"type": "string",
|
|
"title": "Demand No"
|
|
},
|
|
"gmthmtno": {
|
|
"type": "string",
|
|
"title": "Demand Date",
|
|
"format": "date"
|
|
},
|
|
"receivername": {
|
|
"type": "integer",
|
|
"title": "Cat Part No"
|
|
},
|
|
"cnicpa": {
|
|
"type": "string",
|
|
"title": "Nomenclature"
|
|
},
|
|
"authorizationno": {
|
|
"type": "integer",
|
|
"title": "A/U"
|
|
},
|
|
"rank": {
|
|
"type": "string",
|
|
"enum": ["control", "uncontrol"],
|
|
"title": "Demand Type"
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"title": "NA Number",
|
|
"default": "Sys Gen"
|
|
},
|
|
"toentity": {
|
|
"type": "string",
|
|
"title": "Auth Number",
|
|
"default": "Sys Gen"
|
|
},
|
|
"builtyno": {
|
|
"type": "string",
|
|
"title": "Builty "
|
|
},
|
|
"section": {
|
|
"type": "string",
|
|
"title": "section"
|
|
},
|
|
"timein": {
|
|
"type": "string",
|
|
"format": "time",
|
|
"title": "timein"
|
|
},
|
|
"timeout": {
|
|
"type": "string",
|
|
"format": "time",
|
|
"title": "timeout"
|
|
},
|
|
"remarks": {
|
|
"type": "string",
|
|
"title": "remarks"
|
|
},
|
|
"detail": {
|
|
"type": "string",
|
|
"title": "detail"
|
|
}
|
|
}
|
|
}
|