Bill Details UI Flow
Last updated
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
To provide users with the details of the Bills and options to cancel the bill.
This screen is developed under the egov-abg-dev folder in the below file:
The details of the Bill is fetched by calling BillingService fetchBill API and the Consumer.No is used 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.
NextStep
On click on next step, it will go to cancel bill screen, there we need to select the options for reason for bill cancellation. Find more details here for the cancel bill screen - Cancel Bill
API | Action id | Roles | |
1 |
|
|
|
2 |
|
|
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
|
next step button file present in the below file path: frontend/viewBillFooter.js at master · egovernments/frontend
.