Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Ad-hoc Rebate/Penalty:

The Water and Sewerage 'Ad-hoc Rebate/Penalty' is the feature in WS Module. It allows Employee to add Rebate/Penalty for Water and Sewerage Applications.

Once the user login with "WS_APPROVER", "WS_FIELD_INSPECTOR", "SW_FIELD_INSPECTOR", "SW_APPROVER" Roles and if actions buttons are there in the screen, then the User will get the option for Ad-hoc Rebate/Penalty for New WS/SW Application in the Fee Estimate card in the WS/SW application details.

WS/SW Application details: Employee: Water and Sewerage Application Details

Route: https://qa.digit.org/digit-ui/employee/ws/application-details?applicationNumber=WS_AP/107/2022-23/638816&tenantId=pb.amritsar&service=WATER&from=WS_SEWERAGE_APPLICATION_SEARCH


File Path: https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/templates/ApplicationDetails/components/WSFeeEstimation.js

Clicking of Add Rebate/Penalty, it will opens the popup with the fields.

File Path: https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/templates/ApplicationDetails/components/WSFeeEstimation.js and the initial data and logic is from the Application details in https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/libraries/src/services/molecules/WS/Search.js

After filling the details, On Clicking on Add button in the pop up screen, the pop up will close and the data will update in the Fee Estimate card.

Popup functionality was present in the https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/templates/ApplicationDetails/components/WSFeeEstimation.js

Note: After adding add rebate/penalty, we must perform at least one action, then only it will save the data in WS/SW service. Estimated API will give the results based on the data, presently we are saving the data in the additional details of WS/SW service.


View Breakup:


The Water and Sewerage ‘View Breakup’ is one of the feature in WS Module. It allows Employee to view the details of tax heads for Water and Sewerage Applications.

Once the user login with Water and sewerage employee Roles, then the User will get the option for view breakup for New WS/SW Application in the Fee Estimate card in the WS/SW application details.

WS/SW Application details: Employee: Water and Sewerage Application Details

Route: https://qa.digit.org/digit-ui/employee/ws/application-details?applicationNumber=WS_AP/107/2022-23/638816&tenantId=pb.amritsar&service=WATER&from=WS_SEWERAGE_APPLICATION_SEARCH

File Path: https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/templates/ApplicationDetails/components/ViewBreakup.js and the initial data and logic is from the Application details in https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/libraries/src/services/molecules/WS/Search.js

Clicking of View Breakup, it will opens the popup with the updated data.


Popup functionality was present in the https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/templates/ApplicationDetails/components/ViewBreakup.js

  • No labels