- Version
- Download 35967
- File Size 6.57 MB
- File Count 1
- Create Date March 29, 2021
- Last Updated August 18, 2024
About Point of Sale System (POS) using PHP MySQL Project Free Download
The Point of Sale (POS) System with Source Code is a PHP project that manages the sale transaction of a certain store. The project was developed for a certain store which is for the medical store or Pharmacy. This system stores all the products that the store or pharmacy is selling, then the system user will encode the sale transaction on the sales page when the data saved or submitted the transaction will be stored in the database for reporting purposes.
The features of this Point of Sale System are the following:
- Add, Edit, and Delete Products
- The table row will highlight if the product is below the quantity of 10
- Search products
- Add, Edit, and Delete Customers
- Add, Edit, and Delete Suppliers
- Generate Daily, Monthly, and Yearly Reports
- Can Print Transaction
- And More...
Related Projects: Complete Ultimate POS with Inventory Software, Sales and Inventory Management System using PHP CodeIgniter and MySQL, Computer Sales and Inventory System in PHP MySQL, Grocery Sales and Inventory System in PHP MySQL, Complete Sales and Inventory System with Credit Management using PHP, Simple POS and Inventory Management System in PHP/MySQL
Download
How to fix theser errors below?
( ! ) Fatal error: Uncaught mysqli_sql_exception: No connection could be made because the target machine actively refused it in C:\wamp64\www\pos\login.php on line 12
( ! ) mysqli_sql_exception: No connection could be made because the target machine actively refused it in C:\wamp64\www\pos\login.php on line 12
Call Stack
# Time Memory Function Location
1 0.0265 532528 {main}( ) …\login.php:0
2 0.0267 533120 mysqli_connect( $hostname = ‘localhost’, $username = ‘root’, $password = ‘[Sensitive Parameter]’, $database = ‘sales’ ) …\login.php:12
Please use xampp not wamp
link download non active
What is the problem downloading?
Fatal error: Uncaught ArgumentCountError: mktime() expects at least 1 argument, 0 given in C:\xampp\htdocs\pos\main\navfixed.php:15 Stack trace: #0 C:\xampp\htdocs\pos\main\navfixed.php(15): mktime() #1 C:\xampp\htdocs\pos\main\index.php(90): include(‘C:\\xampp\\htdocs…’) #2 {main} thrown in C:\xampp\htdocs\pos\main\navfixed.php on line 15
put 0 or 1 inside mktime argument.
mktime(1)