Beauty Parlour Management System using PHP and MySQL
Beauty parlor Management System” is a web-based application with appointment scheduling functionality. It provides the interface between the salon and clients. In this web application clients take an appointment online and salon administrators approves and cancel that appointment.
Project Requirements
Project Name | Beauty Parlour 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
In this project, we use PHP and Mysql database. It has two modules, admin and user.
Admin
- Dashboard: In this section, admin can see all detail in brief like total number of customers, Total number of appointments, Rejected Appointment, Accepted Appointment, Total Services, Today’s sales, yesterday’s sales, Last seven days’ sales and total sales.
- Services: In this section admin can manage services of the parlor (add and update).
- Pages: In this section admin can manage about us and contact us pages.
- Appointment: In this section admin can view the detail of appointments and have the right to reject and select appointment.
- Enquiry: In this section admin can read the enquiry which is received by the users.
- Customer List: In this section admin can view customer list and assign services and make invoices of services which is taken by customer.
- Reports: In this section admin can view users’ detail and sales in particular periods
- Invoice: In this section, there is the list of total invoices which is viewed by an admin.
- Search Appointment: In this section, admin can search appointments with the help of his/her appointment number and contact number.
- Search Invoice: In this section, admin can search invoices with the help of his/her invoice number.
Admin can also update his profile, change password and recover password.
User
One time registration is required for an appointment.
Home Page: User can visit website.
Services: User views the services which is offer by beauty parlor.
About Us: User sees the details of beauty parlor.
Contact Us: User can contact with beauty parlor.
Book Salon: In this section, registered users can book the appointment of the parlor.
Profile: In this section, user can view their profile.
Setting: In this section, user can change their password.
Booking History: In this section, User can view the status of appointment.
Invoice History: In this section, User can view their invoices.
Logout: User can logout from their account.
Some Project Screenshots
Home Page
User Signup
Admin Dashboard
Customer List
Customer Invoice
How to run the Beauty Palour Management System (BPMS) Project
1. Download the zip file
2. Extract the file and copy bpms 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 bpmsdb
6. Import bpmsdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/bpms (frontend)
*********************Credential for admin panel**************************************
Username: admin
Password: Test@123
********************Credential for admin panel***************************************
Username: johndoe@gmail.com
Password: Test@123
Or Register a new user.
Project Demo
Project Report