The Online Tailor Booking System is a web based application which has designed to address the limitations of traditional tailoring services by offering a convenient, user-friendly platform where customers can book tailoring appointments and receive personalized services at their doorstep. Customers can schedule tailor visits for measurements, choose fabric types, and specify design preferences, ensuring a customized experience without the need for shop visits.
Project Requirements
Project Name | Online Tailor Booking Syste Project in PHP |
---|---|
Language Used | PHP5.6, PHP7.x,PHP8.x |
Database | MySQL 5.x,MySQL8.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Project Modules
‘Online Tailor Booking System’ we use PHP and MySQL database. This is the project which keeps records the records of tailor’s details, user’s details and tailor booking. ‘Online Tailor Booking System has three module i.e. admin, tailor and user.
Admin
- Dashboard: In this sections, admin can briefly view the total number of registered users and tailors, Total Listed Category and Total Listed Sub-Category.
- Category: In this section, admin can manage category (Add/Update/Delete).
- Sub-Category: In this section, admin can manage sub-category (Add/Update/Delete).
- Users: In this section, admin can manage registered tailors.
- Users: In this sections, admin can view registered users and their tailor booking.
- Pages: In this section, admin can update about us and contact us pages.
Admin can also update their profile, change the password and recover the password.
Tailors
- Dashboard: In this section, tailor can briefly view total number of total booking, total new booking, total approved booking, total cancelled booking, total on the way booking, total measurement taken, total fabrics received, total stitching is in-process, total stitching completed and total garments delivered.
- Booking Requests: In this section, tailors manage service appointments efficiently. It provides a centralized interface where tailors can view, update, and manage all incoming booking requests from customers.
- Reports: In this section, tailor can generate between dates booking reports within specified date ranges.
- Search: In this section, tailor can search booking request on the basis of booking number.
Tailor can also update their profile, change the password and recover the password.
Registered User
- Home Page: User can visit home page.
- View Tailor Details: User can the view tailors details which is registered.
- About Us: User sees the details of .website administrator.
- Contact Us: User can contact with website administrator.
- Accounts: Registered users have their own panel which have following details.
- My Booking: In this section, user can check the status of all their booking.
- Profile: Users can see their registered details such as name, email, phone number, and address.
- Change Password: In this section, user can change their password.
- Logout: In this section, user can logout from their panel
- Note: In this project MD5 encryption method used.
Some of the Project Screens
Home Page
User Registration
Tailor Registration
Tailor Dashboard
All Bookings
Booking Details
How to run the Online Tailor Booking System using PHP and MySQL
1. Download the project zip file
2. Extract the file and copy otbs
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 the name otbsdb
6. Import otbsdb.sql
file(given inside the zip package in SQL file folder)
7. Run the script http://localhost/otbs
************************Credential for Admin Panel************************
Username: admin
Password: Test@123
************************Credential for Tailor Panel************************
Reg No : 4785623012
Password: Test@123
OR Register a new Tailor.
************************Credential for User Panel************************
Email: johndoe123@gmail.com
Password: Test@123
OR Register a new user.
Project Demo
Project Download Link
The post Online Tailor Booking System using PHP and MySQL appeared first on PHPGurukul.
Source: Read MoreÂ