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

Link. → {base url}/mgramseva/home/dashboard?tab=1.

User will be Landed/Navigated to this screen after selection of GPWSC Dashboard on Home Screen.

User Interaction on Screen

  • User can select the year from the drop-down which contains the list of financial years.

  • From text field user can search the expenses by using Bill ID or vendor name.

  • User can see the expense data for paid and pending with respective tabs.

  • Initially only 10 expenses will be loaded for selected tab, by using pagination dropdown and right arrow user can load more expenses.

  • By selecting any Bill ID user will be navigated to the Expense update screen.

Files Path

Primary Files: https://github.com/egovernments/punjab-mgramseva/blob/develop/frontend/mgramseva/lib/screeens/dashboard/Dashboard.dart https://github.com/egovernments/punjab-mgramseva/blob/develop/frontend/mgramseva/lib/screeens/dashboard/search_expense.dart

API details

SL

End Point

Request Method

Request Info

1

/echallan-services/eChallan/v1/_create

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

  • No labels