Skip to content

Commit

Permalink
Merge pull request misdwss#4 from ddws-org/tenants-creation
Browse files Browse the repository at this point in the history
Added tenants.json file and tenants folder
  • Loading branch information
pradeepkumarcm-egov authored Dec 5, 2023
2 parents 3e6c6b7 + 48852ae commit 1a17de4
Show file tree
Hide file tree
Showing 2,905 changed files with 259,933 additions and 131,933 deletions.
145 changes: 145 additions & 0 deletions data/ka/143645/BillingService/BusinessService.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
{
"tenantId": "ka.143645",
"moduleName": "BillingService",
"BusinessService": [
{
"businessService": "EXPENSE.ELECTRICITY_BILL",
"code": "EXPENSE.ELECTRICITY_BILL",
"collectionModesNotAllowed": [
"DD"
],
"partPaymentAllowed": true,
"isAdvanceAllowed": false,
"isVoucherCreationEnabled": true,
"isActive": true,
"type": "Adhoc"
},
{
"businessService": "EXPENSE.SALARY",
"code": "EXPENSE.SALARY",
"collectionModesNotAllowed": [
"DD"
],
"partPaymentAllowed": true,
"isAdvanceAllowed": false,
"isVoucherCreationEnabled": true,
"isActive": true,
"type": "Adhoc"
},
{
"businessService": "EXPENSE.MACHINERY_REPAIR",
"code": "EXPENSE.MACHINERY_REPAIR",
"collectionModesNotAllowed": [
"DD"
],
"partPaymentAllowed": true,
"isAdvanceAllowed": false,
"isVoucherCreationEnabled": true,
"isActive": true,
"type": "Adhoc"
},
{
"businessService": "EXPENSE.OTHERS",
"code": "EXPENSE.OTHERS",
"collectionModesNotAllowed": [
"DD"
],
"partPaymentAllowed": true,
"isAdvanceAllowed": false,
"isVoucherCreationEnabled": true,
"isActive": true,
"type": "Adhoc"
},
{
"businessService": "ws-services-calculation",
"code": "WS",
"collectionModesNotAllowed": [
"DD",
"CHEQUE",
"CARD",
"OFFLINE_NEFT",
"OFFLINE_RTGS",
"POSTAL_ORDER",
"ONLINE"
],
"partPaymentAllowed": true,
"isAdvanceAllowed": true,
"demandUpdateTime": 86400000,
"isVoucherCreationEnabled": false,
"billGineiURL": "egov-searcher/bill-genie/waterbills/_get",
"isBillAmendmentEnabled": true
},
{
"businessService": "EXPENSE.CHLORINATION",
"code": "EXPENSE.CHLORINATION",
"collectionModesNotAllowed": [
"DD"
],
"partPaymentAllowed": true,
"isAdvanceAllowed": false,
"isVoucherCreationEnabled": true,
"isActive": true,
"type": "Adhoc"
},
{
"businessService": "EXPENSE.WATER_TREATMENT",
"code": "EXPENSE.WATER_TREATMENT",
"collectionModesNotAllowed": [
"DD"
],
"partPaymentAllowed": true,
"isAdvanceAllowed": false,
"isVoucherCreationEnabled": true,
"isActive": true,
"type": "Adhoc"
},
{
"businessService": "EXPENSE.PIPELINE_REPAIR",
"code": "EXPENSE.PIPELINE_REPAIR",
"collectionModesNotAllowed": [
"DD"
],
"partPaymentAllowed": true,
"isAdvanceAllowed": false,
"isVoucherCreationEnabled": true,
"isActive": true,
"type": "Adhoc"
},
{
"businessService": "EXPENSE.NEW_MACHINERY",
"code": "EXPENSE.NEW_MACHINERY",
"collectionModesNotAllowed": [
"DD"
],
"partPaymentAllowed": true,
"isAdvanceAllowed": false,
"isVoucherCreationEnabled": true,
"isActive": true,
"type": "Adhoc"
},
{
"businessService": "EXPENSE.NEW_PIPELINE",
"code": "EXPENSE.NEW_PIPELINE",
"collectionModesNotAllowed": [
"DD"
],
"partPaymentAllowed": true,
"isAdvanceAllowed": false,
"isVoucherCreationEnabled": true,
"isActive": true,
"type": "Adhoc"
},
{
"businessService": "EXPENSE.INCENTIVES",
"code": "EXPENSE.INCENTIVES",
"collectionModesNotAllowed": [
"DD"
],
"partPaymentAllowed": true,
"isAdvanceAllowed": false,
"isVoucherCreationEnabled": true,
"isActive": true,
"type": "Adhoc"
}
]
}
62 changes: 62 additions & 0 deletions data/ka/143645/egov-location/boundary-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"tenantId": "ka.143645",
"moduleName": "egov-location",
"TenantBoundary": [
{
"hierarchyType": {
"code": "REVENUE",
"name": "REVENUE"
},
"boundary": {
"id": 1,
"boundaryNum": 1,
"name": "KATAGERI",
"localname": "KATAGERI",
"longitude": null,
"latitude": null,
"label": "City",
"code": "ka.143645",
"children": [
{
"id": 1,
"boundaryNum": 1,
"name": "KATAGERI",
"localname": "KATAGERI",
"longitude": null,
"latitude": null,
"label": "Locality",
"code": "WARD1"
}
]
}
},
{
"hierarchyType": {
"code": "ADMIN",
"name": "ADMIN"
},
"boundary": {
"id": 1,
"boundaryNum": 1,
"name": "KATAGERI",
"localname": "KATAGERI",
"longitude": null,
"latitude": null,
"label": "City",
"code": "ka.143645",
"children": [
{
"id": 1,
"boundaryNum": 1,
"name": "KATAGERI",
"localname": "KATAGERI",
"longitude": null,
"latitude": null,
"label": "Locality",
"code": "WARD1"
}
]
}
}
]
}
17 changes: 17 additions & 0 deletions data/ka/143645/ws-services-calculation/Penalty.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"tenantId": "ka.143645",
"moduleName": "ws-services-calculation",
"Penalty": [
{
"type": "Fixed",
"subType": "currentMonth",
"rate": 0,
"amount": null,
"minAmount": null,
"applicableAfterDays": 10,
"flatAmount": null,
"fromFY": "2023-24",
"startingDay": "1/04/2023"
}
]
}
118 changes: 118 additions & 0 deletions data/ka/143645/ws-services-calculation/WCBillingSlab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"tenantId": "ka.143645",
"moduleName": "ws-services-calculation",
"WCBillingSlab": [
{
"id": "1",
"buildingType": "RESIDENTIAL",
"connectionType": "Metered",
"calculationAttribute": "Water consumption",
"minimumCharge": 100,
"slabs": [
{
"from": 0,
"to": 20,
"charge": 0,
"meterCharge": 0
},
{
"from": 20,
"to": 100000,
"charge": 5,
"meterCharge": 0
}
]
},
{
"id": 2,
"buildingType": "COMMERCIAL",
"calculationAttribute": "Water consumption",
"connectionType": "Metered",
"minimumCharge": 100,
"slabs": [
{
"from": 0,
"to": 20,
"charge": 0,
"meterCharge": 0
},
{
"from": 20,
"to": 100000,
"charge": 5,
"meterCharge": 0
}
]
},
{
"id": 3,
"buildingType": "MIXED",
"calculationAttribute": "Water consumption",
"connectionType": "Metered",
"minimumCharge": 100,
"slabs": [
{
"from": 0,
"to": 20,
"charge": 0,
"meterCharge": 0
},
{
"from": 20,
"to": 100000,
"charge": 5,
"meterCharge": 0
}
]
},
{
"id": "4",
"buildingType": "PUBLICSECTOR",
"calculationAttribute": "Water consumption",
"connectionType": "Metered",
"minimumCharge": 100,
"slabs": [
{
"from": 0,
"to": 20,
"charge": 0,
"meterCharge": 0
},
{
"from": 20,
"to": 100000,
"charge": 5,
"meterCharge": 0
}
]
},
{
"id": "5",
"buildingType": "RESIDENTIAL",
"calculationAttribute": "Flat",
"connectionType": "Non_Metered",
"minimumCharge": 0.0
},
{
"id": "6",
"buildingType": "COMMERCIAL",
"calculationAttribute": "Flat",
"connectionType": "Non_Metered",
"minimumCharge": 0.0
},
{
"id": "7",
"buildingType": "MIXED",
"calculationAttribute": "Flat",
"connectionType": "Non_Metered",
"minimumCharge": 0.0
},
{
"id": "8",
"buildingType": "PUBLICSECTOR",
"calculationAttribute": "Flat",
"connectionType": "Non_Metered",
"minimumCharge": 0.0
}
]
}
Loading

0 comments on commit 1a17de4

Please sign in to comment.