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 3 Next »

Objective

To provide users the details of the Bills and options to pay the bill.

Citizen can do the payment by clicking the “Pay” action button and Employee also will be able to view the Bill Details and able to “Collect” the payment from citizen.

Both Citizen and Employee would be able to Download the Bill Details as PDF file.

Implementation Details:

This screen is developed under the egov-wns-dev folder in the below file:

viewBill.js

The details of the Bill is fetched by calling BillingService fetchBill API and the Consumer.No is used to in the query param.

FetchBill API returns the Bill Object which contains all the details about the bill including Billing Period, Due Amount, Due Date, and information about the Tax, Cess, Rebate, Penalty applied in this bill.

For the Water Connection, the Bill will be expired as per the configured “DemandExpiryDate” value in the BillingPeriod MDMS file.

For the Sewerage Connection, the Bill will be expired as per the configured “DemandExpiryDate” value in the BillingPeriod MDMS file.

  • No labels