The aim of our project is to develop a system that is meant to partially computerize the work performed in the Electricity Board like generating monthly electricity bill, record of consuming unit of energy, store record of the customer and previous unpaid record.
Modules and Description of Electricity Billing System Project:
The main aim of this module is provide all the functionality related to customer. It tracks all the information of the customer. You should develop all type of CRUD (Create, Read, Update and Delete) operations of the customer. This is a role based module where admin can perform each and every operations on data but the customer will be able to view only his/her data, so access level restrictions should be implemented in the project.
Features of Customer Module:
- Admin can add new customer records
- Admin can see the list of customer details
- Only admin can edit and update the record of the customer
- Admin will be able to delete the records of the customer
- All customer forms are validated on client side
The main aim for developing this module is to manage the bill. This bill module is the main module in this project Electricity Billing System. So all bill will be managed by admin. It tracks all the information of the bill. You have to develop all type of CRUD (Create, Read, Update and Delete) operations of the bill. Customer will be able to see his bill details.
Features of Bill Module:
- Admin can manage the bill
- Admin can edit/delete the bill
- Admin can see the list of all bill
- Customer can see his bill
The main aim of this module is provide all the functionality related to payment. It tracks all the information and details of the payment. Admin will manage all payment and customer will be able to see their connection.
Features of Payment Module:
- Admin can add new payment
- Admin can see the list of payment details
- Only admin can edit and update the record of the payment
- Admin will be able to delete the records of the payment
- All payment forms are validated on client side.
There are two types of users available in the project:
- Customer: With limited access.
- Admin: With full access.
- Functionality performed by Customer user:
- Registration for Customer
- Login for Customer
- Forgot password for Customer
- Change Password for Customer
- Edit Profile for Customer
- View his Payment History
- View his Bill History
- Send Feedback
- Functionality performed by Admin user:
- Login for Admin
- Forgot password for Admin
- Edit Profile for Admin
- Manage Customer
- Adding New Customer
- Edit the Exiting Customer
- View Profile of the Customer
- Listing of all Customer
- Manage Bills
- Add Bills of the Customer
- View Details of the Bills
- Listing of all Bills
- Filter Bills according to Customer
- Manage Payments
- Add Payments of Customer
- Listing of the Payments
- Filter Payments according to Customer
- Reports of the project
- Report of all Customer
- Report of all Bills
- Report of all Payments
Static Pages and other sections:
- Home Page with good UI
- Home Page should contain an animated slider for images banner
- About us page should be available which will describe about the project
- Contact us page should be available in the project.