2024-02-01 08:57:48 +00:00
|
|
|
{
|
2024-02-02 04:50:14 +00:00
|
|
|
"title": "Gate Pass",
|
2024-02-02 04:51:44 +00:00
|
|
|
"description": "Gate Pass to add the details for final clearance",
|
2024-02-01 08:57:48 +00:00
|
|
|
"type": "object",
|
|
|
|
"required": [
|
2024-02-02 04:52:04 +00:00
|
|
|
"gatepassno",
|
2024-02-02 04:52:17 +00:00
|
|
|
"gatepassdate",
|
2024-02-02 04:52:32 +00:00
|
|
|
"fromentity",
|
2024-02-02 04:52:45 +00:00
|
|
|
"armyno",
|
2024-02-02 04:53:02 +00:00
|
|
|
"issuevoucherno",
|
2024-02-02 04:53:20 +00:00
|
|
|
"gmthmtno",
|
2024-02-02 04:53:39 +00:00
|
|
|
"receivername",
|
2024-02-02 04:53:56 +00:00
|
|
|
"cnicpa",
|
2024-02-02 04:54:10 +00:00
|
|
|
"authorizationno",
|
2024-02-02 04:54:18 +00:00
|
|
|
"rank",
|
2024-02-02 04:54:25 +00:00
|
|
|
"name",
|
2024-02-02 04:54:35 +00:00
|
|
|
"toentity",
|
2024-02-02 04:54:49 +00:00
|
|
|
"builtyno",
|
2024-02-02 04:54:57 +00:00
|
|
|
"section",
|
2024-02-02 04:55:09 +00:00
|
|
|
"timein",
|
2024-02-02 04:55:19 +00:00
|
|
|
"timeout",
|
2024-02-02 04:55:27 +00:00
|
|
|
"remarks",
|
2024-02-02 04:55:35 +00:00
|
|
|
"detail"
|
2024-02-01 08:57:48 +00:00
|
|
|
],
|
|
|
|
"properties": {
|
2024-02-02 04:55:50 +00:00
|
|
|
"gatepassno": {
|
2024-02-01 08:57:48 +00:00
|
|
|
"type": "string",
|
2024-02-02 04:48:40 +00:00
|
|
|
"title": "Issue Voucher No "
|
2024-02-01 08:57:50 +00:00
|
|
|
},
|
2024-02-02 04:56:04 +00:00
|
|
|
"gatepassdate": {
|
2024-02-01 08:57:50 +00:00
|
|
|
"type": "string",
|
2024-02-02 04:48:40 +00:00
|
|
|
"title": "Issue Voucher Date",
|
|
|
|
"format": "date"
|
|
|
|
},
|
2024-02-02 04:56:15 +00:00
|
|
|
"fromentity": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "integer",
|
|
|
|
"title": "Commodity"
|
|
|
|
},
|
2024-02-02 04:56:29 +00:00
|
|
|
"armyno": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "string",
|
|
|
|
"title": "Consignee"
|
|
|
|
},
|
2024-02-02 04:56:40 +00:00
|
|
|
"issuevoucherno": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "string",
|
|
|
|
"title": "Demand No"
|
|
|
|
},
|
2024-02-02 04:56:55 +00:00
|
|
|
"gmthmtno": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "string",
|
|
|
|
"title": "Demand Date",
|
|
|
|
"format": "date"
|
|
|
|
},
|
2024-02-02 04:57:18 +00:00
|
|
|
"receivername": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "integer",
|
|
|
|
"title": "Cat Part No"
|
|
|
|
},
|
2024-02-02 04:58:51 +00:00
|
|
|
"cnicpa": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "string",
|
|
|
|
"title": "Nomenclature"
|
|
|
|
},
|
2024-02-02 04:59:11 +00:00
|
|
|
"authorizationno": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "integer",
|
2024-02-02 05:33:43 +00:00
|
|
|
"title": "Authorization No"
|
2024-02-02 04:48:40 +00:00
|
|
|
},
|
2024-02-02 04:59:30 +00:00
|
|
|
"rank": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "string",
|
|
|
|
"enum": ["control", "uncontrol"],
|
2024-02-02 05:33:32 +00:00
|
|
|
"title": "Rank"
|
2024-02-02 04:48:40 +00:00
|
|
|
},
|
2024-02-02 04:59:41 +00:00
|
|
|
"name": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "string",
|
|
|
|
"title": "NA Number",
|
2024-02-02 05:33:25 +00:00
|
|
|
"default": "Name"
|
2024-02-02 04:48:40 +00:00
|
|
|
},
|
2024-02-02 04:59:55 +00:00
|
|
|
"toentity": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "string",
|
|
|
|
"title": "Auth Number",
|
2024-02-02 05:33:18 +00:00
|
|
|
"default": "To Entity"
|
2024-02-02 04:48:40 +00:00
|
|
|
},
|
2024-02-02 05:00:19 +00:00
|
|
|
"builtyno": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "string",
|
2024-02-02 05:32:42 +00:00
|
|
|
"title": "Builty No"
|
2024-02-02 04:48:40 +00:00
|
|
|
},
|
2024-02-02 05:00:31 +00:00
|
|
|
"section": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "string",
|
2024-02-02 05:32:46 +00:00
|
|
|
"title": "Section"
|
2024-02-02 04:48:40 +00:00
|
|
|
},
|
2024-02-02 05:00:45 +00:00
|
|
|
"timein": {
|
2024-02-02 05:26:29 +00:00
|
|
|
"type": "string",
|
2024-02-02 05:26:42 +00:00
|
|
|
"format": "time",
|
2024-02-02 05:32:51 +00:00
|
|
|
"title": "Timein"
|
2024-02-02 04:48:40 +00:00
|
|
|
},
|
2024-02-02 05:00:51 +00:00
|
|
|
"timeout": {
|
2024-02-02 05:26:19 +00:00
|
|
|
"type": "string",
|
2024-02-02 05:26:13 +00:00
|
|
|
"format": "time",
|
2024-02-02 05:32:55 +00:00
|
|
|
"title": "Timeout"
|
2024-02-02 04:48:40 +00:00
|
|
|
},
|
2024-02-02 05:01:06 +00:00
|
|
|
"remarks": {
|
2024-02-02 05:27:22 +00:00
|
|
|
"type": "string",
|
2024-02-02 05:32:59 +00:00
|
|
|
"title": "Remarks"
|
2024-02-02 04:48:40 +00:00
|
|
|
},
|
2024-02-02 05:01:20 +00:00
|
|
|
"detail": {
|
2024-02-02 05:27:18 +00:00
|
|
|
"type": "string",
|
2024-02-02 05:33:03 +00:00
|
|
|
"title": "Detail"
|
2024-02-01 08:57:48 +00:00
|
|
|
}
|
|
|
|
}
|
2024-02-02 04:48:40 +00:00
|
|
|
}
|