Toll Tax Management System using PHP and MySQL
Toll Tax Management System is a web based application that can provide all the information related to toll plazas and the passenger checks in and pays the amount, then he/she will be provided by a receipt. With this receipt he/she can leave the toll booth without waiting for any verification call.
Project Requirements
Project Name | Toll Tax Management System Project in PHP |
---|---|
Language Used | PHP5.6, PHP7.x |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Project Modules
TTMS has two modules admin and staff.
Admin
- Dashboard: In this section admin can see all detail in brief like total number of staffs, Total number of vehicle category, Total number of pass, Total number of receipt, Total vehicle enter today’s, yesterday’s, last seven days and total vehicle pass till now in toll plaza.
- Staff: In this section admin can manage staffs (add ,update and delete).
- Vehicle Category: In this section admin can manage vehicle category (add ,update and delete).
- Pass: In this section admin can manage pass(add and update).
- Receipt: In this section admin can view receipt and take print of receipt which is make by staffs
- Search Pass: In this section admin can search pass with the help of his/her pass id, owner name and vehicle number.
- Search Receipt: In this section admin can search receipt with the help of his/her receipt id, owner name and vehicle number.
- Reports of Pass: In this section admin can view how many pass has been made in particular periods, counts of pass and sales come from making pass.
- Reports of receipt: In this section admin can view how much receipt has been made in particular periods, counts of receipt and sales come from making receipt.
Admin can also update his profile, change password and recover password.
Staffs
- Dashboard: Welcome page for staff.
- Receipt: In this section staff can mange receipts (add and update).
- Search: In this section admin can search receipt with the help of his/her receipt id.
Staffs can also update his profile, change password and recover password.
Some Project Screenshots
Home Page
Admin Login
Admin Dashboard
Toll Pass
Add Toll Receipt
Manage Receipts
How to run the Toll Tax Management System (ttms)
1. Download the zip file
2. Extract the file and copy ttms folder
3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
4. Open PHPMyAdmin (http://localhost/phpmyadmin)
5. Create a database with name ttmsdb
6. Import ttmsdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/ttms
Login Detail for admin
Username : admin
Password: Test@123
Login Details for Satff
Username : kum@gmail.com
Password: Test@123
Or Register a new staff from admin panel.