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

Version 1 Current »

Link.→ {base url}/mgramseva/home/householdSearch?Mode=collect

→ {base url}/mgramseva/home/consumersearchupdate?Mode=update

→ {base url}/mgramseva/home/householdReceiptsSearch?Mode=receipts

User will be Landed/Navigated to this screen after selection of Collect Payment Card, or Update Consumer Details Card or Download Bills and Receipts Card on Home Screen.

User Interaction on Screen

  • User 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: https://github.com/egovernments/punjab-mgramseva/blob/develop/frontend/mgramseva/lib/screeens/ConnectionResults/SearchConnection.dart

Field Validations

SL

Fileds

Validations

1

Owner Mobile Number

r'^(?:[+0]9)?[0-9]{10}$'

2

Name of the Consumer

r'^[A-Za-z ]'

3

Old Connection ID

No Validation

4

New Connection ID

No Validation

API details

SL

End Point

Request Method

Request Info

1

/ws-services/wc/_search

POST

tenantId: {}

oldConnectionNumber: {}

name: {}

connectionNumber: {}

mobileNumber: {}

Stack

1 → Home Screen. + Search Connection Screen.

Pop → Home Screen.

Widgets Utilised from Library

  • No labels