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",
|
|
|
|
"properties": {
|
2024-02-02 04:55:50 +00:00
|
|
|
"gatepassno": {
|
2024-02-01 08:57:48 +00:00
|
|
|
"type": "string",
|
2024-02-02 05:40:51 +00:00
|
|
|
"title": "Gate Pass 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",
|
2024-02-02 05:34:21 +00:00
|
|
|
"format": "date"
|
2024-02-02 04:48:40 +00:00
|
|
|
},
|
2024-02-02 04:57:18 +00:00
|
|
|
"receivername": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "integer",
|
2024-02-02 05:34:24 +00:00
|
|
|
"title": "Receiver"
|
2024-02-02 04:48:40 +00:00
|
|
|
},
|
2024-02-02 04:58:51 +00:00
|
|
|
"cnicpa": {
|
2024-02-02 04:48:40 +00:00
|
|
|
"type": "string",
|
2024-02-02 05:33:54 +00:00
|
|
|
"title": "CNIC PA"
|
2024-02-02 04:48:40 +00:00
|
|
|
},
|
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
|
|
|
}
|