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
  • Overview
  • Design & Workflow
  • Workflow

Was this helpful?

Export as PDF
  1. Product Specifications
  2. Workflows

View Consumer

Overview

The View Consumer screen allows users to view the consumer details and linked information.

Design & Workflow

Users are redirected to the View Consumer screen from the home screen via

  • Collect payments → Search Screen → Consumer Details Screen

  • Download bills & receipts → Search screen → Consumer Details Screen

  • Dashboard → Collections → Click on Consumer ID

  • Household Register → Click on Consumer ID

The View Consumer screen contains all information related to household

The static household card displays the following details:

  1. New Connection ID (also displayed as a heading)

  2. Consumer name

  3. Father's name

  4. Phone number

  5. Old connection ID

  6. Address - Door Number, Street number, Ward (attached)

  7. Property type

  8. Service type

    • for metered connections - the meter number is displayed

Workflow

  1. If the bill is not generated (Post rollout until the first month), only the data card is shown, and no action is required.

  1. Once the first demand is generated, a new consumer bill/card will be generated, and the following data points and actions will be displayed.

  • Billing cycle – the latest billing cycle

    • Amount -

      • Current Amount - fixed charges applicable to the billing cycle

      • Arrears - Arrears from the first month (From next month onwards this field displays any unpaid dues)

      • Total Amount - Sum of current amount and arrears

    • Action Items

      • Download or Share Bill -

        • Clicking on download bill prompts users to download the bill (Bill details are given in a separate user story)

        • Share bill (WhatsApp icon) opens sharing options to the phone OS and the user can share bills via WhatsApp.

        • Message to go in WhatsApp “Please find Bill for water charges with Connection ID WS-83121-8312 generated on dd/mm/yyyy” along with bill PDF.

        • Name of the PDF - “Bill ID”.

      • Collect Payment - The Collect Payment button takes the revenue collector to the payment collection screen.

  1. After the first payment collection is done -

  • A receipt history block is visible only after the first payment transaction is completed through mGramSeva

    • A list of all the receipts is shown under this section as cards, with different data points as actions. Order of receipts is newest → oldest from top to bottom

    • Each receipt card contains

      • Receipt ID

      • Amount Paid

      • Paid Date

    • Actions

      • Download Receipt - Download the receipt in the Revenue Collector's phone as a PDF

        • Name of PDF - “Receipt ID”

      • Share (WhatsApp)

        • Message to go in WhatsApp “Please find the receipt for water charges with Connection ID WS-83121-8312 paid on dd/mm/yyyy” along with the receipt PDF

PreviousLogin & Forgot PasswordNextUpdate Consumer

Last updated 4 months ago

Was this helpful?

🌊