glennda Posted April 26, 2011 Posted April 26, 2011 Attached is a copy of the Display of Computers not being used. It is written in PHP and requires a working copy of Webman's Login Tracker There is a readme in the attachment. Spare Computers.zip For anybody who needed changes there where as follows. (they have been corrected in the attachment) On line 27 if ($lib_num<'22') {echo "web/img/tick.png"; } elseif ($lib='28') { echo "web/img/full.png"; } else {echo "web/img/warning.png"; } Needs to become if ($lib_num<'22') {echo "web/img/tick.png"; } elseif ($lib_num=='28') { echo "web/img/full.png"; } else {echo "web/img/warning.png"; } And The same for the Other two on lines 31 and 35
Fenoit Posted May 9, 2011 Posted May 9, 2011 Hey, Anyone else looking at this program, with a slightly more "development" minded approach, considered adding code that would allow an admin to look at the overall use of resources over say a day or week? So that we as admins could see if there were resources in locations of the school that are simply not getting used? I have been asked to look into this, as a possible method of moving resources around the school, to locations where they are needed.
glennda Posted May 9, 2011 Author Posted May 9, 2011 Hey, Anyone else looking at this program, with a slightly more "development" minded approach, considered adding code that would allow an admin to look at the overall use of resources over say a day or week? So that we as admins could see if there were resources in locations of the school that are simply not getting used? I have been asked to look into this, as a possible method of moving resources around the school, to locations where they are needed. It's on my list to do this aswell - i think we have rooms which as under utilised and have cost us a fortune. Although i'm no developer and will just be getting around to is when i have the time. Also i need to work out a way of doing it! Toby
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now