Skip to content

Asset management single page webapp with phpmyadmin backend. webpage dynamically generated from items in database. item-in, item-out form functionality. Visit on my website at https://connorpink.me

Notifications You must be signed in to change notification settings

connorpink/AssetManagementWebpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An inventory management system created for PRHC IT team by Connor Pink, Connor Millson, and Jax Sutton.

Info

Database 'storage' contains a 'log' table which holds transaction data for all input and output done on the table so that you can track the total amount of items as it changes over time.

The sendemail table contains the last time that a low-stock email was sent out for each item, this is so that the emails are only sent out every 3 days as long as the stock level is below the threshold.

The 'inventory' table contains all the items that will be tracked. each item is given a stock level, catagory, and threshold. The item can only have 1 category and all items of the same category will be grouped together. The threshold is the stock level at which an email will be sent to the email list reminding them that the stock level is too low. So if stock level is less than threshold -> send email and change stock color to red. If stock level is within 1.5 x threshold change stock color to orange.

Information on setting up this program is on the wiki page.


Screenshots

Homepage

image

Submit Cart

image

About

Asset management single page webapp with phpmyadmin backend. webpage dynamically generated from items in database. item-in, item-out form functionality. Visit on my website at https://connorpink.me

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published