The Electricity bill corporation of Rajasthan has provided an application to view/pay bills to consumers. Bills are generated monthly i.e. bill cycle is from the 1st of every month to the last day of the month. Bill is computed on behalf of a fixed charge for connection + units consumed (10/- per unit) + Taxes (2.5% of total bill) + Adjustment (if any, such that adjustment can be in favor of consumer/corporation like due to any advanced payment, inflated meter reading, pending previous month bill, etc.) There are 2 users in the system:
- Administrator
- Consumer
Note: Don't create a table to store the credentials of the administrator. Keep the username and password fixed for admin (like username: ‘admin’ password: ‘admin’)
- Login with his account.
- View all consumers.
- View the bill of the consumer. Electricity Bill Payment System 2
- View all the bills.
- View all bills paid and pending
- Delete consumer (means set the consumer connection inactive)
- The consumer can sign-up. At the time of sign up first name, last name, username, password, address, mobile number, and email should be taken.
- Login with his account
- Pay bill
- View his own transaction History
- JAVA
- MYSQL
- JDBC
- GitHub