The application was initially created by Siamon Hasan, useing php, mysql and bootstrap.
I created this web application for beginner php programmer and who found difficulties to creating a inventory system. This application more then 2 years old. I cleaned and modified few files.
If you find any bug, and a fix for that bug, please leave a comment on the github page for this project and i will push the change into the master branch.
##Installation
Installing this application is fairly easy, just follow these steps:
-
Download the latest version with git (
git clone https://github.com/siamon123/warehouse-inventory-system.git
) -
Import/load inventory.sql into your mysql database. This should set up the basic structure of the database system.
-
Modify the includes/config.php and change the variables to match your host, database, username and passwords.
-
Then loging by typing username: admin, password: admin
-
Good luck!