> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/mgramseva/introducing-mgramseva/product-docs/functional-docs/billing-bulk-demand-generation.md).

# Billing - Bulk Demand Generation

All Gram Panchayats have a monthly billing cycle for water charges.  The Scheduler automatically triggers on the “X” date of every month to generate demand and raise bills for non-metered connections.

* Metered connections do not fall under bulk demand generation

1. For the first month of go-live, it is only the arrears and no demand that is generated hence there is no bill to collect payments.
2. From the second month (X date of Month 2) onwards, demand is generated.
3. Once the demand is generated, a notification is triggered to all mGramSeva users.
   * Details of Notification
     * “Demand for water charges has been raised for \<GP>. New Bill Amount is Rs. Xyz. Overall pending amount is Rs.AbcD”
4. Each non-metered household also gets notifications
   * SMS Notification with Bill PDF
     * Dear “username”, A new water bill has been generated against \<connection ID>. Please download the bill using \<link>
   * &#x20;SMS notification with a payment link
     * Dear “username”, A new water bill has been generated against \<connection ID>. Please pay the bill online to avoid late payment charges\<link>
5. Revenue collectors can see a new card (Updated card from month 2 onwards) with information related to demand and payment collection on the HH Details screen.
6. There is also a demand collection tile/card on the home screen.
   * This is used in cases when the scheduler is not run (due to technical errors) and the Gram Panchayat wants to run it manually.
7. The system does nothing if the manual demand generation is done in the middle of the billing cycle for which demand has already been generated.
   * Manual demand generation helps only when the scheduler has not generated a demand for a billing cycle.

For Demand Generation Logic refer to [Bulk Demand Generation for Non-Metered](broken://pages/-MjDSmHJ59GxuVkdDg0f)

In the Bulk Demand screen -

**Service Category:** Defaulted to Water Charges (Module)

**Service Type:** Defaulted to “Non-Metered”

**Billing Year:** Dropdown with the list of the financial years from the master

**Billing Cycle:** Dropdown with the list of billing cycles for the selected financial year

Clicking on Generate Demand triggers the demand for the given billing cycle based on the logic defined above.

![](https://3004460086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQx3WcyfCEvIVnLyuvkbo%2Fuploads%2Fuh37RT57RF936HZ2PCfz%2Fimage.png?alt=media\&token=d6a0915d-805b-4f54-9167-b0147f6cfee0)

> [![Creative Commons License](https://i.creativecommons.org/l/by/4.0/80x15.png)*​*](http://creativecommons.org/licenses/by/4.0/)*All content on this page by* [*eGov Foundation*](https://egov.org.in/) *is licensed under a* [*Creative Commons Attribution 4.0 International License*](http://creativecommons.org/licenses/by/4.0/)*.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.digit.org/mgramseva/introducing-mgramseva/product-docs/functional-docs/billing-bulk-demand-generation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
