Expenditure Dashboard
Last updated
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
Users are redirected to this screen when they select the GPWSC Dashboard option on the home screen.
Link → {base url}/mgramseva/home/dashboard?tab=1
Users can select the year from the drop-down which contains the list of financial years.
From the text field, users can search the expenses using Bill ID or vendor name.
Users can see the expense data for paid and pending with respective tabs.
Initially, only 10 expenses are loaded for the selected tab. The pagination dropdown and right arrow click enable the user to load and view more expense records.
Selecting any Bill ID navigates the users to the Expense update screen.
Primary Files:punjab-mgramseva/Dashboard.dart at develop · egovernments/punjab-mgramsevapunjab-mgramseva/search_expense.dart at develop · egovernments/punjab-mgramseva
End Point | Request Method | Request Info |
---|---|---|
/ | POST | tenantId : {} offset ; {} limit : {} fromDate : {} toDate : {} vendorName : {} challanNo : {} toDate : {} freeSearch : {} status : {} isBillCount : {} sortOrder ; {} sortBy : {} isBillPaid : {} |
Stack
1 → Home Screen. + Dashboard expenditure screen + update expense screen
Pop → Dashboard expenditure screen → Home Screen
2 → Home Screen. + Dashboard expenditure screen + update expense screen + expense update success
Pop → Home Screen
Widgets Utilised from Library
Widgets | File Path | Description |
---|---|---|
| Pagination | |
| Text Field | |
| Table | |
| Subtitle |
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.