105 lines
1.9 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"
},
"no": {
"type": "string",
"title": "Demand No"
},
"demanddate": {
"type": "string",
"title": "Demand Date",
"format": "date"
},
"catpartno": {
"type": "integer",
"title": "Cat Part No"
},
"nomenclatures": {
"type": "string",
"title": "Nomenclature"
},
"a/u": {
"type": "integer",
"title": "A/U"
},
"demandtype": {
"type": "string",
"enum": ["control", "uncontrol"],
"title": "Demand Type"
},
"na no": {
"type": "string",
"title": "NA Number",
"default": "Sys Gen"
},
"auth no": {
"type": "string",
"title": "Auth Number",
"default": "Sys Gen"
},
"remarks": {
"type": "string",
"title": "Remarks"
},
"cond": {
"type": "string",
"title": "Cond"
},
"locator": {
"type": "string",
"title": "Locator"
},
"aerial no": {
"type": "integer",
"title": "Aerial No"
},
"issueqty": {
"type": "integer",
"title": "Issue Qty"
},
"demandqty": {
"type": "integer",
"title": "Demand Qty"
}
}
}