Skip to content

Commit

Permalink
Merge pull request #43 from misdwss/shreya-master
Browse files Browse the repository at this point in the history
adding baruwal
  • Loading branch information
pradeepkumarcm-egov authored Dec 21, 2021
2 parents 560e087 + 59d3c55 commit 2d8eb10
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 0 deletions.
62 changes: 62 additions & 0 deletions data/pb/baruwal/egov-location/boundary-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"tenantId": "pb.baruwal",
"moduleName": "egov-location",
"TenantBoundary": [
{
"hierarchyType": {
"code": "REVENUE",
"name": "REVENUE"
},
"boundary": {
"id": 1,
"boundaryNum": 1,
"name": "BARUWAL",
"localname": "BARUWAL",
"longitude": null,
"latitude": null,
"label": "City",
"code": "pb.baruwal",
"children":[
{
"id": 1,
"boundaryNum": 1,
"name": "BARUWAL",
"localname": "BARUWAL",
"longitude": null,
"latitude": null,
"label": "Locality",
"code": "WARD1"
}
]
}
},
{
"hierarchyType": {
"code": "ADMIN",
"name": "ADMIN"
},
"boundary": {
"id": 1,
"boundaryNum": 1,
"name": "BARUWAL",
"localname": "BARUWAL",
"longitude": null,
"latitude": null,
"label": "City",
"code": "pb.baruwal",
"children":[
{
"id": 1,
"boundaryNum": 1,
"name": "BARUWAL",
"localname": "BARUWAL",
"longitude": null,
"latitude": null,
"label": "Locality",
"code": "WARD1"
}
]
}
}
]
}
104 changes: 104 additions & 0 deletions data/pb/baruwal/ws-services-calculation/WCBillingSlab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
{
"tenantId": "pb.baruwal",
"moduleName": "ws-services-calculation",
"WCBillingSlab": [
{
"id": "1",
"buildingType": "RESIDENTIAL",
"connectionType": "Metered",
"calculationAttribute": "Water consumption",
"minimumCharge": 100,

"slabs": [
{
"from": 0,
"to": 1000000,
"charge": 2,
"meterCharge": 50
}
]
},
{
"id": 2,
"buildingType": "COMMERCIAL",
"calculationAttribute": "Water consumption",
"connectionType": "Metered",

"minimumCharge": 200,
"slabs": [
{
"from": 0,
"to": 1000000,
"charge": 13.31,
"meterCharge": 532.4

}
]
},
{
"id": 3,
"buildingType": "MIXED",
"calculationAttribute": "Water consumption",
"connectionType": "Metered",

"minimumCharge": 200,
"slabs": [
{
"from": 0,
"to": 1000000,
"charge": 13.31,
"meterCharge": 532.4

}
]
},
{
"id": "4",
"buildingType": "PUBLICSECTOR",
"calculationAttribute": "Water consumption",
"connectionType": "Metered",
"minimumCharge": 150,

"slabs": [
{
"from": 0,
"to": 1000000,
"charge": 8,
"meterCharge": 250
}
]
},
{
"id": "5",
"buildingType": "RESIDENTIAL",
"calculationAttribute": "Flat",
"connectionType": "Non_Metered",

"minimumCharge": 70
},
{
"id": "6",
"buildingType": "COMMERCIAL",
"calculationAttribute": "Flat",
"connectionType": "Non_Metered",

"minimumCharge": 70
},
{
"id": "7",
"buildingType": "MIXED",
"calculationAttribute": "Flat",
"connectionType": "Non_Metered",

"minimumCharge": 70
},
{
"id": "8",
"buildingType": "PUBLICSECTOR",
"calculationAttribute": "Flat",
"connectionType": "Non_Metered",

"minimumCharge": 70
}
]
}

0 comments on commit 2d8eb10

Please sign in to comment.