This project contains my source files used to create an inventory management system while working at the Higher Education Development Unit. The project was built to solve the problem of tracking the company's inventory in an efficient manner. Previously, their inventory and assets were tracked manually using pen and paper. With this project, they were then able to add, view, edit, tabulate and calculate all of their assets by category, total and item. In addition, users can request to borrow items (loaning) via a ticket request, and administrator could track, and approve loaned items with reminders and deadline to return the item. Below shows an image of the dashboard being presented upon login:
A video demonstration of how everything looks can be viewed here.
git clone
this folder- Install
Apache XAMPP
using this link - Open up XAMPP control panel, and start
Apache
andMySQL
modules - Click the
Admin
button for MySQL to be directed to PhpMyAdmin, where you can import the.sql
seen inside the repository. - Go to
localhost/Inventory-Management-System/login
, using username:techadmin
and password:Passw0rd
- You will also need to config your
php.ini
file to allow mailing functions to work. You can verify that mailserver at "localhost", "SMTP" and "smtp_port" is set to 25 in thephp.ini
. Here's a guide.
- Dashboard
- Login
- Register
- View all inventory
- Search Inventory
- Add inventory
- Create loan requests for persons to borrow inventory
- Ticket requests
- 404 Error
- 500 Error
- Boostrap
- HTML
- CSS
- PHP
- Apache XAMPP
- mysqli
- IE 9+
- Firefox 5+
- Chrome 14+
- Safari 5+
- Opera 11+
ver 1.2:
- Fixed the sidebar scroll issue when using the fixed layout.
- Added Bootstrap Social Buttons plugin.
- Fixed RequireJS bug. Thanks to StaticSphere.
ver 1.1:
- Added new skin. class: .skin-black
- Added pace plugin.
- More features
- Ajax version
- More skins
- Documentation