Mobile Shop Management System is developed using PHP, CSS, Bootstrap, and JavaScript. Talking about the project, it contains an admin side and user side where a user can manage all the sales easily. The admin plays an important role in the management of this system. In this project, the user has to perform all the main functions from the admin side.
About Mobile Shop Management System In PHP
There are two roles for managing the system. One is manager itself and another one is the seller. From seller account, the user can CRUD products. In order to add product details, the user has to provide product name, brand name, purchasing price, quantity, price, display size, operating system, processor, internal memory, RAM, camera description and many more. The seller can manage all the sales of the product and view invoices.
From the manager account or admin account, he/she has full access to the system. The manager can CRUD products, purchase, and sales. The admin can also view all the invoices and check the product gallery. It also contains a form setting for managing a product’s price and branch information. There’s user management system available for the easy management of the system. The features of this project can be summarized as –
- Login System
- User management system
- CRUD Products, Purchase
- Manage Sales
- View Invoices
- Product Gallery
- Settings
For username and password, please refer “Readme.txt” file.
How To Run Mobile Shop Management System In PHP ?
Design of this project is pretty simple so that the user won’t find any difficulties while working on it. Mobile Shop Management System in PHP helps the user in managing all the sales record. To run this project you must have installed virtual server i.e XAMPP on your PC (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
Now Connecting Database
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “hellophones” and then click on the import tab
- Click on browse file and select “hellophones.sql” file which is inside “DATABASE” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/osmso/”