DIGIT Docs
  • DIGIT Knowledge Base
  • Local Governance
  • Introducing NalJalSeva
  • 🚰NalJal
    • Approach
    • Demo Video
    • Value Proposition
  • 🌊Product Specifications
    • Features & Functions
    • Workflows
      • Login & Forgot Password
      • View Consumer
      • Update Consumer
      • Water Charges
      • Generate Bulk Demand & Raise Bills
      • Generate Bills For Metered Connections
      • Collect Revenue Offline
      • Add Expense
      • Update Expense
      • Send SMS Notifications
      • Edit User Profile
      • View Household Register
      • View Tabular Dashboard For Expense
      • Download Bills & Receipts
      • View & Download Reports
      • HRMS
        • Login, Reset & Forgot Password
        • Create Employee
        • Update Employee
        • Search Employee
        • Search Department Employee
        • Edit Scheme Rate Master
        • Edit Penalty Master
        • State Dashboard
        • Rollout Dashboard
        • Rate Dashboard
    • User Manual
      • Common Functions
        • Login To App
        • Edit Profile & Change Password
      • Division User
        • View & Edit Consumer
      • Village Water & Sanitation Committee (VWSC) User
        • Generate Bills
        • Search Consumer & Generate Payment
        • Record & Modify Expense Bill
        • View Dashboards
      • State User
  • Reference Implementations
    • Punjab
      • mGramSeva
  • ⚒️NalJalSeva Platform
    • Architecture
    • Technology
  • 💧Setup NalJalSeva
    • Setup NalJalSeva
      • Install AWS
        • Setup AWS Account
        • Purchase Certificate
        • Setup Git Repository
        • Configure Domain Name
        • Create Git Account In The Client Name
      • Enable Application Permissions
      • Get Started With DIGIT
      • Create Users
      • Load Employees For NalJalSeva
      • Load Consumers For NalJalSeva
      • Configure Module Localisation
      • Update Master Rate
      • Create Consumer API
      • Create User API
      • Configure SMS Template
      • Configure Master Data Management System
      • Create New Tenant
      • Create Workflow
    • Configure NalJalSeva
      • Configure Core Services
      • Configure Backend Services
        • Advance Changes
        • Apportion
        • Billing
        • Dashboard
        • eChallan
        • iFIX Adapter
          • Push Events To iFIX Adapter
        • Penalty Changes
        • Property
        • Reindexing
        • Rollout Dashboard
        • Scheduler
        • User
        • User OTP
        • User Events
        • Vendor Registry
        • Water
        • Water Calculator
      • Configure UI Screens
        • UI Design
        • Select Language
        • Login
        • Change Password
        • Edit Profile
        • Home Page
        • Forgot Password
        • Update Password
        • Generate Bill
        • Search Connection
        • Consumer Screens
          • Create Consumer
          • Update Consumer
        • Expense Screens
          • Add Expense
          • Search Expense Bills
          • Modify Expenses
        • Dashboards Screens
          • Monthly Dashboard
          • Collections Dashboard
          • Expenditure Dashboard
        • Collect Payment
        • Consumer Feedback
        • Household Register
        • UI Mockup Screens
      • Update App
    • Integration Details
      • Integrate Firebase Analytics
      • Integrate Bluetooth Thermal Printer
      • Integration Testing
      • Integration Testing With Github Actions
    • Go Live
Powered by GitBook
On this page
  • Overview
  • Design & Workflow
  • Edit Screen
  • Edit Options

Was this helpful?

Export as PDF
  1. 🌊Product Specifications
  2. Workflows

Update Consumer

PreviousView ConsumerNextWater Charges

Last updated 4 months ago

Was this helpful?

All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.

Overview

The Update Consumer screen allows users to edit and update consumer information and details.

Design & Workflow

Users can search for the consumers using -

  1. Consumer mobile number

  2. Name of the consumer

  3. New connection ID

The user details are fetched based on the input search criteria.

Edit Screen

  • Users with permission to edit consumer records can click on the Edit Consumer info tile on the home screen. This navigates them to the consumer search screen.

  • Users can navigate to the Consumer Edit Screen from the search screen or the search results screen (Case when multiple search results are displayed).

  • On the successful load of the consumer edit screen, all data parameters of the consumer are shown (with editable and non-editable fields).

  • By Default - A new consumer ID is shown on the top of the screen and is non-editable.

The table below lists the editable field details -

Date Field
Before First Demand
After First Demand
Comments

New Consumer ID

NO

NO

Consumer ID is generated while user creation and is not editable

Consumer’s Name

YES

YES

bills, receipts, bill generation screens etc starts displaying the newly entered consumer name

Gender

YES

YES

Father’s Name

YES

YES

Phone number

YES

YES

Use Cases

  1. After the phone number is changed, searching with the old/new phone number in the connection search screen leads to the same HH screen

  2. SMS notifications are sent to the new mobile number of the user from the date of the change

Old Connection ID

YES

NO

Validated for unique IDs in the system for the GPWSC

Door Number

YES

YES

Street Number / Name

YES

YES

Ward Number / Name

YES

YES

Gram Panchayat Name

NO

NO

Property Type

YES

YES

Charges applicable as per rate master. Effects take place from the next billing cycle

Service Type

YES

YES

  • Effects take place from the next billing cycle

  • The last date of the current billing cycle is taken as the last meter reading date

  • Previous meter reading is captured while generating the demand

Meter Number

YES

YES

Previous meter reading Date

YES

NA

This field is not shown on screen after the first demand is generated

Previous Meter Reading

YES

NA

This field is not shown on the screen after the first demand is generated

Last Billing Cycle Billed

YES

NA

This field is not shown on the screen after the first demand is generated

Arrears as of Last Bill

YES

NA

This field is not shown on the screen after the first demand is generated. When changed the arrear demand is deleted and updated accordingly based on the selected service type.

Mark Connection as inactive

YES

YES

If a connection is marked inactive, it is not considered for demand generation for future billing cycles.

An inactive connection can be reactivated later from this screen.

Edit Options

  1. In case there are arrears, demand is generated. If there are no arrears, demand is not generated.

  2. Users can modify the arrear value. In such a case, demand is generated with the updated value.

  3. Users can add arrear to the connection, for which arrear was zero at the time of creating the connection. In such a case, new demand is generated.

Clicking on the Submit button shows a nudge saying Details Submitted Successfully. Closing the nudge navigates the user back to the home screen.

The CTA is activated only when any field is changed or updated. Else, it is in an inactive state.