Simple POS and Inventory System using PHP with Source Code
Hi Guys! I have here a Simple POS and Inventory System that I have developed in PHP. This system has 3 types of users which are the Admin, Customer, and Supplier. The Admin user is in charge of maintaining the main list such as the customers and supplier list. This user also can add new products for the supplier and has access to viewing the reports. The supplier has an access to add new products under them and view reports. While the customer user has access to a simple POS/Ordering feature for placing their desired items. I have used Bootstrap and SB Admin for the template/Design for this simple project.
Features
Admin
- Manage Customer
- Manage Supplier
- Manage Products
- View Reports
- Sales
- Inventory
Supplier
- Manage Products
- View Reports
- Sales
- Inventory
Customer
- POS/Ordering
- Shopping Cart
- Search Product
- Checkout
- Purchase History
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 "pos".
- Import the provided SQL file. The file is known as "pos.sql" located inside the "db" folder.
- Browse the Simple POS and Inventory System in a browser. i.e. http://localhost/POS_inventory
Credentials
Admin:
Username: admin
Password: admin
User/Customer:
Username: user
Password: user
Supplier:
Username: supplier
Password: supplier
DEMO
I hope this will help you with what you are looking for and I hope you will learn something useful with simple projects for your future projects.
If you have any comments, suggestions, or questions, feel free to comment below or message me.
P.S. Don't forget to comment if there are any bugs so that I can correct it.
Happy Coding :)
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
Thanks bro for this..this
Please make sure that you're
Sign up
hi, im downloaded your work
Question for Add to Cart Function
Signup at login page
Add new comment
- Add new comment
- 7652 views