From 1c5dd0f443f73ff579b4b7fea8285b17b088aade Mon Sep 17 00:00:00 2001 From: guruprasadreddy-wt-egov <61416461+guruprasadreddy-wt-egov@users.noreply.github.com> Date: Fri, 26 Mar 2021 20:16:16 +0530 Subject: [PATCH] Created MutationDocuments.json Created MutationDocuments.json --- data/uk/PropertyTax/MutationDocuments.json | 180 +++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 data/uk/PropertyTax/MutationDocuments.json diff --git a/data/uk/PropertyTax/MutationDocuments.json b/data/uk/PropertyTax/MutationDocuments.json new file mode 100644 index 000000000..186df8601 --- /dev/null +++ b/data/uk/PropertyTax/MutationDocuments.json @@ -0,0 +1,180 @@ +{ + "tenantId": "uk", + "moduleName": "PropertyTax", + "MutationDocuments": [ + { + "code": "OWNER.ADDRESSPROOF", + "documentType": "OWNER", + "required": true, + "active": true, + "hasDropdown": true, + "mutationReason": ["SALEDEED","GIFTDEED"], + "dropdownData": [ + { + "code": "OWNER.ADDRESSPROOF.ELECTRICITYBILL", + "active": true + }, + { + "code": "OWNER.ADDRESSPROOF.WATERBILL", + "active": true + }, + { + "code": "OWNER.ADDRESSPROOF.GASBILL", + "active": true + }, + { + "code": "OWNER.ADDRESSPROOF.AADHAAR", + "active": false + }, + { + "code": "OWNER.ADDRESSPROOF.VOTERID", + "active": false + }, + { + "code": "OWNER.ADDRESSPROOF.DRIVING", + "active": false + }, + { + "code": "OWNER.ADDRESSPROOF.PASSPORT", + "active": false + } + ], + "description": "OWNER.ADDRESSPROOF.ADDRESSPROOF_DESCRIPTION" + }, + { + "code": "OWNER.IDENTITYPROOF", + "documentType": "OWNER", + "required": true, + "active": true, + "hasDropdown": true, + "mutationReason": ["SALEDEED"], + "dropdownData": [ + { + "code": "OWNER.IDENTITYPROOF.AADHAAR", + "active": true + }, + { + "code": "OWNER.IDENTITYPROOF.VOTERID", + "active": true + }, + { + "code": "OWNER.IDENTITYPROOF.DRIVING", + "active": true + }, + { + "code": "OWNER.IDENTITYPROOF.PAN", + "active": true + }, + { + "code": "OWNER.IDENTITYPROOF.PASSPORT", + "active": false + } + ], + "description": "OWNER.IDENTITYPROOF.IDENTITYPROOF_DESCRIPTION" + }, + { + "code": "OWNER.TRANSFERREASONDOCUMENT", + "documentType": "OWNER", + "required": true, + "active": true, + "hasDropdown": true, + "mutationReason": ["SALEDEED"], + "dropdownData": [ + { + "code": "OWNER.TRANSFERREASONDOCUMENT.SALEDEED", + "active": true + }, + { + "code": "OWNER.TRANSFERREASONDOCUMENT.GIFTDEED", + "active": true + }, + { + "code": "OWNER.TRANSFERREASONDOCUMENT.PATTACERTIFICATE", + "active": true + }, + { + "code": "OWNER.TRANSFERREASONDOCUMENT.REGISTEREDWILLDEED", + "active": true + }, + { + "code": "OWNER.TRANSFERREASONDOCUMENT.PARTITIONDEED", + "active": true + }, + { + "code": "OWNER.TRANSFERREASONDOCUMENT.COURTDECREE", + "active": true + }, + { + "code": "OWNER.TRANSFERREASONDOCUMENT.PROPERTYAUCTION", + "active": true + }, + { + "code": "OWNER.TRANSFERREASONDOCUMENT.SUCCESSIONORDEATHCERTIFICATE", + "active": true + }, + { + "code": "OWNER.TRANSFERREASONDOCUMENT.FAMILYSETTLEMENT", + "active": true + }, + { + "code": "OWNER.TRANSFERREASONDOCUMENT.UNREGISTEREDWILLDEED", + "active": true + } + ], + "description": "OWNER.TRANSFERREASONDOCUMENT.TRANSFERREASONDOCUMENT_DESCRIPTION" + }, + { + "code": "OWNER.SPECIALCATEGORYPROOF", + "documentType": "OWNER", + "required": true, + "active": true, + "hasDropdown": true, + "additionalDetails": { + "filterCondition": { + "filterValue": [ + "NONE" + ], + "jsonPath": "Property.ownersTemp", + "onArray": true, + "arrayAttribute": "ownerType" + }, + "dropdownFilter": { + "parentArrayJsonPath": "Property.ownersTemp", + "parentJsonpath": "ownerType" + } + }, + "dropdownData": [ + { + "code": "OWNER.SPECIALCATEGORYPROOF.SERVICEDOCUMENT", + "active": true, + "parentValue": [ + "FREEDOMFIGHTER", + "DEFENSE" + ] + }, + { + "code": "OWNER.SPECIALCATEGORYPROOF.HANDICAPCERTIFICATE", + "active": true, + "parentValue": [ + "HANDICAPPED" + ] + }, + { + "code": "OWNER.SPECIALCATEGORYPROOF.BPLDOCUMENT", + "active": true, + "parentValue": [ + "BPL" + ] + }, + { + "code": "OWNER.SPECIALCATEGORYPROOF.DEATHCERTIFICATE", + "active": true, + "parentValue": [ + "WIDOW" + ] + } + ], + "description": "OWNER.SPECIALCATEGORYPROOF.SPECIALCATEGORYPROOF_DESCRIPTION" + } + ] +}