Inventory Management System with php and mysql Invoice generation and easy to download invoice in PDF format Lightweight and easy to use Order management and product management can be done with ease Report management User wise sell report
Please change connection details in /php_action/db_connect.php
$localhost = " ";
$username = " ";
$password = " ";
$dbname = " "; // Checkout /database/store.sql
// db connection
$connect = new mysqli($localhost, $username, $password, $dbname);
// check connection
if($connect->connect_error) {
die("Connection Failed : " . $connect->connect_error);
} else {
echo "Successfully connected";
}
If you want to contact me, you can reach me through below handles.
Give a ⭐️ if you like this project!