Skip to content

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

License

Notifications You must be signed in to change notification settings

gurrudev/inventory-management-system

Repository files navigation

Warehouse - Inventory Management System

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

🚀 Requirement


🖥️ Tech Stacks

Frontend:

javascript html5 html5

Backend:

nodejs

Deployed On:

cyclic


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";
}

Contact

If you want to contact me, you can reach me through below handles.

linkedin GitHub

Show your support

Give a ⭐️ if you like this project!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published