Phone Shop Sales Managements System using PHP with Source Code
This is a PHP Project entitled Phone Shop Sales Management System. This project manages the phone store's sales transactions. This web application stores the phone shop's stocks and records the available stocks. This also generates a printable invoice. The project has 3 types of users which are the Administrator, Manager, and Seller. The source code is easy to understand which can help you learn how this been built using PHP and MySQL Database. This might be helpful for IT students or other programmers that are new to PHP Language.
Features
- Manage Product
- Manage Purchases
- Manage Sales
- Manage Branch
- Print Invoice
- Manage Users
- View Gallery
- Manage Product Price
- Manage System Account
This project was developed using PHP, HTML, CSS, Javascript, and Bootstrap. Feel free to download and modify the source code the way you desire. Continue reading below for the instructions on how to run this Sales Management System
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
- Extract the downloaded source code file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database naming "hellophones".
- Import the provided SQL file. The file is known as "hellophones.sql" located inside the "db" folder.
- Browse the Phone Shop Sales Managements System in a browser. i.e. http://localhost/osms
Admin Access
Username: kwizera
Password: 12345
That's it! You can now explore the features and functionalities of this Phone Shop Sales Management System Project in PHP and MySQL Database. I hope this can help you with your needs and you'll find something useful for your future projects.
Enjoy :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Add new comment
- Add new comment
- 9455 views