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

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

On this page
  • Additional Notes & Validation
  • Successful Actions

Was this helpful?

Export as PDF
  1. Product Specifications
  2. Workflows

Create Consumer

Last updated 4 months ago

Was this helpful?

This feature is hidden in Naljal. We use the Bulk Upload Script to Upload Consumers/Beneficiaries.

The household masters must be created in the system to initiate the demand generation and collection process. These consumers are also referred to as the household that regularly avails the water connection and supply.

Select the Create Consumer option from the list of tiles/cards on the home page. This redirects the user to the Create Consumer page.

Data element details for the consumer are listed in the table below -

Field Name
Type
Mandatory Y/N
Description

Consumer’s Name

Text

Y

Name of the household or connection owner.

Gender

Radio

Y

Male, Female, Transgender

Father's Name

Text

Y

Name of the father of the owner

Mobile Number

Numeric

Y

Mobile number for the consumer

Old Connection id

Alpha Numeric

Y

Old connection id or ref number for reference

Door Number

Alpha Numeric

N

Address details with door number for the connection

Street No/Street Name

Alpha Numeric

N

Street number or name of the house for the connection

Ward

Drop Down

Y

  • For a tenant which has a single ward, the ward field is not shown

  • For a tenant which has multiple wards, the ward field is shown as a single select dropdown

Gram Panchayat

Display

-

For info. the GP or tenant in which the connection master is created.

Property Type

Drop Down

Y

Dropdown with the list of property types from Master ( Ex - Residential, Commercial, Mixed, etc)

Service Type

Drop Down

Y

Dropdown with the list of service types from Master (Ex - Metered, Non-metered)

Meter Number

Alpha - Numeric

Y

Only for Metered connections - Meter number will be attached to consumer respectively

Previous meter reading date

Date selection

Y

Only for Metered connections - This field is used to tag arrears to a demand. Less than current Date.

Previous meter reading

Numeric

Y

Only for Metered connections - This field is used to attach arrears to a demand.

Last Billing Cycle Billed

Drop Down

Y

Only for Non-metered connections - Dropdown with the list of Billing Cycles prior to the current cycle. This field is used to specify the arrears or total outstanding as of the billing cycle.

Arrears as of Last Bill

Numeric

Y

Arrears as of date - This will be considered for the first Demand/Bill generation as total outstanding or arrears as of the billing period mentioned.

If no arrears are present to a HH, '0' has to be entered by the user.

Submit

Button

-

On click of Submit button, the consumer master is created with the detail entered above. The new connection id is also generated as per the configuration.

Multiple connections (HH or household records) can be created using the same phone number.

  • Phone numbers can be the same, but a new HH record cannot be created using the same old connection ID. The old connection ID should be different to create a new HH record.

A single HH record, cannot be registered in the system more than once. Trying to register the same record on the system again displays the error message “This connection already exists”.

Additional Notes & Validation

  • Clicking on the Submit button creates the consumer master and a new consumer ID is assigned to the master. The consumer ID generated is based on logic defined as - “WS-<GP id>-<4 digit running seq No>”

  • If the connection ID already exists, the system displays an error message.

  • On first-time/new-load, all data entry fields and dropdowns are empty (since no records are prefilled except for the default fields).

  • SMS is not sent to any user upon consumer (HH) creation.

  • Submit is disabled until all mandatory fields are entered. Once all inputs are made, the button is enabled.

  • Arrears demand:

    • Metered - The arrear demand for the period is created, where the From date is counted as the start of the Financial year and the To date as the period mentioned on the screen.

    • Non-metered - The arrear demand is created for the selected billing cycle.

Successful Actions

  1. Successful creation of consumer records displays the toast message “ Registration successful”.

  2. Closing this toast message, using the close icon, refreshes the page and the user sees an empty consumer creation screen.

Consumer creation - non metered

Consumer creation - metered

🌊