Employee: Disconnection Water & Sewerage Create Flow
Objective
The Water and Sewerage 'Apply Disconnection' is the major feature in WS Module. It allows Counter Employee to create Water and Sewerage Applications.
Every application is a part of the workflow.
Validations:
To disconnect, connection should be in ACTIVE state. Connections which are under WORKFLOW or INACTIVE are not eligible for disconnection.
In cases dues are pending, user has to clear the dues before applying for Disconnection.
‘Disconnect’ option itself is not displayed in the action list for the connection which are INACTIVE.
Connection details:Employee: Water and Sewerage Connection Details
Once new application connection is activated, then system will generate the consumer code, by using that code we will route to connection details screen from search/connection screen.
On click on take action button, we will get multiple options based on conditions, once we will click on Apply for Disconnection, it will route to Disconnect Document Required Screen.
After click on apply, it will route to Disconnection apply screen.
Data fetch , load and render :
ws-services/wc/_create
sw-services/swc/_create
Case 1: If it is Water connection:
Clicking on Submit button,
ws-services/wc/_create
api is called and create the application, after getting success response, we are calling update APIws-services/wc/_update
.
Case 2: If it is Sewerage connection:
Clicking on Submit button,
sw-services/swc/_create
api is called and create the application, after getting success response, we are calling update APIsw-services/swc/_update
.
Acknowledgement screen:
After Success of create and update calls, will route to acknowledgement screen.
W&S-Application:
In Water & Sewerage Module, while creating a Application user will get Acknowledgement form for creating application, Similarly after doing pending for field inspection and payment user can download the estimation letter and sanction letter.
Here we see more about the configuration involved in each document downloads.
Acknowledgement Download,
After Submitting the W&S Create Application user can download the Acknowledgement .
for application PDF, all related code written related to W&S in below mentioned file.
ROLE ACTION MAPPING
API | ROLES | ACTION ID | |
---|---|---|---|
1 |
|
|
|
2 |
|
|
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
|
6 |
|
|
|