Project: Web-based Inventory and POS System in PHP with source code
About Project
About Project
Web-based inventory and POS system
About System
In order to view inventory, the user has to search by providing barcode of the product. Other features include shops, product record, daily transactions, transactions shop, shops record. The user can also import inventory and transactions file easily. All the required files of the system can also be exported to the users.
Talking about the admin panel, the admin has full control of the system. A user should perform all the main functions from the admin panel. The project might not be completed but this might be useful for educational purposes. The admin mainly focuses on CRUD with search functionality for this simple system.
Design of this project is pretty simple so that the user won’t find any difficulties while working on it.
Features:
- Sign up
- Manage inventory
- Product shop
- Product record
- Transactions shop
- Import Inventory
- Import Transactions
How To Run??
After Starting Apache and MySQL in XAMPP, follow the following steps
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/
Now Connecting Database
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on the databases tab
6th Step: Create a database naming “
7th Step: Click on browse file and select “acpos.sql” file which is inside “DATABASE” folder
8th Step: Click on go.
After Creating Database,
9th Step: Open a browser and go to URL “http://localhost/pos_webased/”
Provide the username and password which is provided inside the “Readme.txt” file.
inventory.php file missing
that’s all we have got from the original developer of this project!
WEB-BASED INVENTORY AND POS SYSTEM
db connection is not working
Falta el archivo register.php
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\POS_WebBased PHP\POS_webased\connection.php:9 Stack trace: #0 C:\xampp\htdocs\POS_WebBased PHP\POS_webased\login.php(6): include() #1 {main} thrown in C:\xampp\htdocs\POS_WebBased PHP\POS_webased\connection.php on line 9
change mysql_connect() to mysqli_connect()
it is not resolving
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\POS_webased\connection.php:9 Stack trace: #0 C:\xampp\htdocs\POS_webased\login.php(6): include() #1 {main} thrown in C:\xampp\htdocs\POS_webased\connection.php on line 9