...
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:
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.