DIGIT Docs
v2.3
  • DIGIT Knowledge Base
  • Local Governance
v2.3
  • Introducing Public Finance Management (iFIX)
    • Strategy & Approach
  • Platform
    • Release Notes
      • iFIX Core Release Notes
        • iFIX Core Build Updates
      • iFIX Adaptor Release Notes
        • iFIX Adaptor Build Updates
      • Migration to DIGIT Architecture
        • Migration Checklist
        • Migration Steps - iFIX
        • Migration Steps - Adapter
    • Specification
      • Functional Specifications
      • Technical Specification
        • Information Model
        • APIs
    • Architecture
      • Technology
    • Services
    • Roadmap
    • Source Code
    • Setup
      • iFIX Service Setup
      • Infrastructure Setup
        • Quickstart/Local Setup
        • On AWS
        • On Azure
      • Deploy Services
        • Deploy from your local machine
        • CI/CD
      • API Access Key
    • Configuration
      • Core Service Documents
        • Master Data Setup
          • Domain Services
            • iFIX Core Master Data Service
            • iFIX Core Fiscal Event Service
            • iFIX Core Fiscal Event Post-Processor
        • iFIX Core Data Cleanup
        • iFix Department Entity Service
        • iFix Client Management Service
          • Keycloak Setup
      • Configuring Master Data
      • Promotion Docs
        • Master Data Service Promotion Doc
        • mGramSeva iFIX Adapter
        • Department Entity Service Promotion
        • Fiscal Event And Fiscal Event Post-processor Service Promotion
        • MongoDB Migration
  • Products
    • mGramSeva
      • Functionalities
        • Login and Forgot Password
        • User Roles and Home Screen
        • Create Consumer
        • Search Consumer
        • Edit Consumer
        • View Consumer
        • Billing - Bulk Demand Generation
        • Billing - Metered Connection
        • Revenue Collection - Offline
        • Expenditure - Add Expense
        • Expenditure - Modify Expense
        • User Onboarding - Bulk Upload
        • User Onboarding/Walkthrough
        • Feedback - Post Payment
        • SMS Notifications
        • Home Page Notifications
        • Edit User Profile
        • Bill and Receipt PDF
        • Update Expense Search
        • Bulk Demand Generation for Non Metered
        • Demand/Bill Generation for Metered Connection
        • Household Register
        • Tabular Dashboard - Expense
        • Tabular Dashboard - Collection
        • Download Bills and Receipt
      • Architecture
        • Technology
      • Source Code
      • Documents
        • User Manual
        • Demo video
        • UI Mockups
        • mGramSeva UI
          • Application Permissions & Dependencies
        • Tech User Manual
          • Language Selection
          • Login
          • Update Password FTL
          • Forgot Password
          • Home
          • Edit Profile
          • Change Password
          • Generate Bill
          • Search Connection
          • Consumer Details
            • Create Consumer
            • Update Consumer
          • Expenses
            • Add Expenses
            • Search Expense Bills
            • Modify Expenses
          • Dashboard
            • Monthly Dashboard
            • Collections Dashboard
            • Expenditure Dashboard
          • Collect Payment
          • Consumer Feedback
          • Household Register
          • Bluetooth Thermal Printer Integration
          • Application Structure
        • Application Structure
        • Integration Testing
        • Integration Testing With Github Actions
        • Firebase Analytics Integration
        • Backend Services
          • mGramSeva - Water Services
          • mGramSeva - Water Service Calculator
          • mGramSeva e-Challan Service
          • mGramSeva - User Service
          • mGramSeva - Billing Service
          • mGramSeva - User OTP
          • iFix Adapter Integration Service
          • mGramSeva - Rollout Dashboard
          • mGramSeva Scheduler
          • mGramSeva- Services Re-Indexing
          • mGramSeva Dashboard
    • iFIX Adapter
      • Adapter Service Documents
        • iFIX Adapter Master Data Setup
        • mGramSeva iFIX Adapter Service
        • iFIX Adapter Master Data Service
        • iFix Adapter Services
      • Source Code
      • Installation
        • Local Setup
        • CI/CD
    • iFIX Dashboard
      • Features
      • Architecture
        • Technology
      • Source Code
      • Installation
        • Local Setup
        • CI/CD
      • Documents
        • iFIX Reference Dashboard
          • iFIX Fiscal Event Aggregator
  • Community
    • Ecosystem
      • News and Events
    • PFM Blogs
      • Why PFM Needs Fiscal Information Exchange Standards
      • Re-imagining Digital PFM in India
      • A Transformative Odyssey: The Impact of Smart Payments in Benefit Delivery
    • Discussions
    • Issues
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
  • Manual Bulk Demand Generation
  • Default Values Set
  • User Interaction on Screen
  • Logic Implemented for Billing Cycles
  • Files Path
  • Field Validations
  • API Details
  • Bill Generation - Metered
  • Link
  • Default Values Set
  • User Interaction on Screen
  • User Interaction on Bill Generation Success Screen
  • Files Path
  • Field Validations
  • API Details

Was this helpful?

Edit on GitHub
Export as PDF
  1. Products
  2. mGramSeva
  3. Documents
  4. Tech User Manual

Generate Bill

PreviousChange PasswordNextSearch Connection

Last updated 2 years ago

Was this helpful?

Manual Bulk Demand Generation

Link

→ {base url}/mgramseva/home/billmanualgenerate.

Users are redirected to this screen if they click on the Generate Demand card on the home screen.

  • This will be used in cases when the scheduler is not run (due to technical errors) and GP wants to run manually.

Default Values Set

  • The service category displays water charges by default

  • The service type displays non-metered connection by default

User Interaction on Screen

  • Set the billing year from the drop-down which contains the list of financial years.

  • Set the Billing cycle which contains billing cycles for the selected financial year.

  • On Click of Generate Demand Button, Bulk Demand is generated and the user is navigated to the success screen.

Logic Implemented for Billing Cycles

  • The Billing Cycle drop-down shows a list of months starting from the selected financial year from Date month till current date month.

  • On selection of the desired month, the billing period value is set from the selected month’s first date to the selected month’s last date. (Eg. Selected Billing Cycle: June 2021, so Billing period: 01/07/2021 - 30/07/2021)

Files Path

Field Validations

SL

Fileds

Validations

1

Billing Year*

isMandatory

2

Billing Cycle*

isMandatory

API EndPoint

Input Params (Modules)

Description

egov-mdms-service/v1/_search

ws-services-masters

PropertyTax

BillingService

To Fetch the Details of

  • connectionType from ws-services-masters

  • TaxPeriod from BillingService where service=='WS' && @.fromDate <= $datestamp && @.toDate >= $datestamp

API Details

SL

End Point

Request Method

Request Info

1

/ws-calculator/waterCalculator/_bulkDemand

POST

"tenantId": {}, "billingPeriod": {}

Stack

1 → Home Screen. + Generate Bulk Demand Screen

Pop → Home Screen

Widgets Utilised from Library

SL No

Widgets

File Path

Description

1

  • SelectFieldBuilder

(Primary File)

  • SearchSelectFieldBuilder

(Secondary File)

Searchable Dropdown

2

CommonSuccessPage

Success Screen

3

BottomButtonBar

Button

Bill Generation - Metered

Link

→ {base url}/mgramseva/home/householddetails/billgenerate.

Users are redirected to the Generate New Bill screen if they click the Generate New Bill option in the household detail screen.

Default Values Set

  • The service category defaults to water charges

  • The service type defaults to metered connection

  • The property type defaults to the selected property type of the consumer

User Interaction on Screen

  • Previous Meter Reading: Takes input from the user only for first time Bill generation and if the Previous meter reading is null, else it's defaulted if the meter reading is present.

  • New Meter Reading: Takes input from the user

  • Meter Reading Date: Defaulted to today’s date, the User can change it to the desired date.

  • Users have the option of downloading the bill or sharing it via Whatsapp

  • On click of the Collect Payment button, the user is navigated to the Payment Screen

Files Path

Field Validations

SL

Fileds

Validations

1

Previous Meter Reading*

  • r'^[0-9]+$'

  • 5 - digit reading

  • if Meter Reading < 5 digit, prepend zeroes

2

New Meter Reading*

  • r'^[0-9]+$'

  • 5 - digit reading

  • if Meter Reading < 5 digit, prepend zeroes

3

Meter Reading Date*

  • Shows dates till today's date

API EndPoint

Input Params (Modules)

Description

egov-mdms-service/v1/_search

ws-services-masters

PropertyTax

BillingService

To Fetch the Details of

  • connectionType from ws-services-masters

  • PropertyType from PropertyTax

  • TaxHeadMaster from BillingService where service=='WS'

API Details

SL

End Point

Request Method

Request Info

1

/ws-calculator/meterConnection/_create

POST

"meterReadings": { "currentReading": {}, "currentReadingDate": {}, "billingPeriod": {}, "meterStatus": "Working", "connectionNo": {}, "lastReading": {}, "lastReadingDate": {}, "generateDemand": true, "tenantId": {}

}

Stack

1 → Home Screen + Household Details Screen + Generate Bill Metered

Pop → Household Details Screen

Widgets Utilised from Library

SL No

Widgets

File Path

Description

1

  • MeterReading

Meter Reading 5 digit boxes field

2

  • SelectFieldBuilder

(Primary File)

  • SearchSelectFieldBuilder

(Secondary File)

Searchable Drop down

3

DatePickerFieldBulder

Date Picker

4

CommonSuccessPage

Success Screen

5

BottomButtonBar

Button

Primary Files:

User Interaction on Bill Generation Success Screen

Primary Files:

All content on this page by is licensed under a .

punjab-mgramseva/GenerateBill.dart at develop · egovernments/punjab-mgramseva
punjab-mgramseva/GenerateBill.dart at develop · egovernments/punjab-mgramseva
​
eGov Foundation
Creative Commons Attribution 4.0 International License
punjab-mgramseva/SelectFieldBuilder.dart at develop · egovernments/punjab-mgramseva
punjab-mgramseva/SearchSelectFieldBuilder.dart at develop · egovernments/punjab-mgramseva
punjab-mgramseva/CommonSuccessPage.dart at develop · egovernments/punjab-mgramseva
punjab-mgramseva/BottonButtonBar.dart at develop · egovernments/punjab-mgramseva
punjab-mgramseva/MeterReading.dart at develop · egovernments/punjab-mgramseva
punjab-mgramseva/SelectFieldBuilder.dart at develop · egovernments/punjab-mgramseva
punjab-mgramseva/SearchSelectFieldBuilder.dart at develop · egovernments/punjab-mgramseva
punjab-mgramseva/DatePickerFieldBuilder.dart at develop · egovernments/punjab-mgramseva
punjab-mgramseva/CommonSuccessPage.dart at develop · egovernments/punjab-mgramseva
punjab-mgramseva/BottonButtonBar.dart at develop · egovernments/punjab-mgramseva
Creative Commons License