Search Connection
Users are redirected to this screen once they click on the Collect Payment card or the Update Consumer Details card or the Download Bills and Receipts card on the home screen. โ
Link
โ {base url}/mgramseva/home/householdSearch?Mode=collect
โ {base url}/mgramseva/home/consumersearchupdate?Mode=update
โ {base url}/mgramseva/home/householdReceiptsSearch?Mode=receipts
User Interaction On Screen
Users can search the consumer/connection with their Mobile Number / Name / Old Connection ID / New Connection ID (
Search with any one of these
)Click on Search to get the household details of the Consumer/Connection.
Files Path
Primary Files:
punjab-mgramseva/SearchConnection.dart at develop ยท egovernments/punjab-mgramseva
Field Validations
Owner Mobile Number
r'^(?:[+0]9)?[0-9]{10}$'
Name of the Consumer
r'^[A-Za-z ]'
Old Connection ID
No Validation
New Connection ID
No Validation
API Details
/ws-services/wc/_search
POST
tenantId: {}
oldConnectionNumber: {}
name: {}
connectionNumber: {}
mobileNumber: {}
Stack
1 โ Home Screen. + Search Connection Screen
Pop โ Home Screen
Widgets utilised from the Library
BuildTextField
Text Field
BottomButtonBar
Button
Last updated