Tailor Shop Management Project in PHP
Fully functional project in PHP, Mysql, CSS & JavaScript. Users are allowed to download and modify it as per their requirement. To understand the work flow please check the video attached below. For any queries contact us via email id.
Features of this project
- Register Customer
- Search Customer
- Modify Customer
- Delete Customer
- Get list of registered customer
Directory Structure of Project

Login Page UI
User Name is "admin" & Password is "pass@123#" and both can be changed from the database table 'login'

Landing Page after Login (Home)
This page appears when login is successful. This page has various menu to perform operations. Menu has following link :
- Register
- Update
- Delete
- Search
- Customers
- Log out

Customer Registration
Customer can be registered using their basic information and their size.

Update Customer Record
Customer data can be updated anytime. To update any record customer can be searched using their first name or contact no.

Delete Customer
Customer can delted any point of time. We can search customer by his first name or contact no. "Delete" button should be pressed to conitnue deleting.

Search Customer
Search customer by their name or contact number

List of Registered Customer
Get list on registered customer on this page.

