Water Billing System project is developed using PHP, CSS, Bootstrap, and JavaScript. It has all the essential features required for a billing system. This project contains an admin side where Admin can manage all the billing activities and client’s information. The Admin plays an important role in the management of the system. In this project, all the main functions are performed from the Admin side.
About Water Billing System In PHP
The Admin has full control of the system, all the main functions are to be performed from Admin panel. Here, the admin can add clients. For this, the user has to provide his/her name, address, meter number, contact details, and first-meter reading. After adding the client information, those details are displayed in the billing section. From the billing section, the admin can view client information and run billings. In order to run billings, the user has to provide the present reading and price per ml. Afterward, the user can view bill invoice which displays client details with meter number and total amount. It also contains user management features, which makes easier for the management of the system from different users.
Features of Water Billing System In PHP :
- Login System
- Billings
- Bill Invoice
- CRUD client details
- User management
How To Run Water Billing System In PHP ?
Water Billing System in PHP helps in easy management of the billings. Design of this project is so simple so that user won’t find it difficult to understand, use and navigate. To run this project you must have installed virtual server i.e. XAMPP on your PC (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
Now Connecting Database
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on databases tab
- Create database naming “waterbilling” and then click on import tab
- Click on browse file and select “waterbilling.sql” file which is inside “DATABASE” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/WBS/”
Insert the username and password which is provided inside the “Readme.txt” file.