Extract the 7z Compressed file using 7z software - https://www.7-zip.org/a/7z2201-x64.exe

Clothing-Store-Management-System

The Clothing Store Management System is a simple PHP/MySQLi project that can help a clothing business or apparel businesses to manage their stocks and sales management. The system stores the list of products, suppliers, and the receiving transaction between the store and supplier. The clothing business can monitor their available stocks in each item or products that they are selling using the clothing store management system and also this system has a feature to manage their transaction with their customer which is the point of sale (POS) feature that stores the transaction to the database to allow the system calculate or update the available stock of each product of the clothing store. The POS feature of this system also generates a simple unofficial receipt of the transaction that has enough details of the transaction for the customer proof for any instances that may occur. The printable unofficial receipt has a responsive width feature so the receipt paper size won't be a problem when using this system.

Features

Login Page

The page where the system admin or user submit their system credential to access the data and functionalities of the clothing store management system.

Home Page

The page where the system users will be redirected by default when logging into the system.

Suppliers Page

The page where the admin manages the list of the store's suppliers.

POS (Point of Sale) Page

The page where the cashier, admin, or staff will encode the purchases of their customers.

Products Page

The page where the list of products are listed and managed.

Sales Report Page

The page where the monthly sales report is shown and ready to print.

Users Page

The page where the system admin manages the list of clothing store management system users.

The Clothing Store Management System was developed using HTML, PHP/MySQLi, CSS, JavaScript (jQuery/Ajax), and Bootstrap for the design. The source code is fully functional and easy to modify or enhance. Follow the instruction below to have an actual experience using this simple project.

How to Run

Download the source code and extract the zip file. Download or set up any local web server that runs PHP script. Open the web-server database and create a new database name it clothing_db. Import the SQL file located in the database folder of the source code. Copy and paste the source code to the location where your local web server accessing your local projects. Example for XAMPP('C:\xampp\htdocs') Open a web browser and browse the project. E.g [http://localhost/clothing-store-management-system]

Admin Default Access

Username: admin

Password: admin123

Enjoy!