Home > Archive > PERL Programming > October 2004 > "loaner laptop" check-in/check-out program?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
"loaner laptop" check-in/check-out program?
|
|
| dOMAINkING 2004-10-03, 3:55 pm |
| Hi Folks,
I am looking for a PHP or PERL application that will enable end users to
check-out and check-in loaner laptop computers for my firm.
I need it to be similar to a library check-out/check-in system, but not for
books. It would be a simpler implementation that that only needing minimal
information. Web based forms and some sort of database back-end to store the
data.
-- An inventory listing of what's available, simply a count of laptops in
and how many are checked out
-- a form containing fields for date needed, pickup date & time, date to
return (with a limit of 3 w s), reason for check-out
-- if it had Active Directory interaction/interface, that would be great so
we could scrape all the user's info from AD, but not necessary
Anyway, there is probably more I could think of, but I just need to automate
a tedious, laborious process and free up some manpower.
Thanks,
Jim
| |
|
|
Same Idea but for multiple locations
On Sun, 03 Oct 2004 15:10:58 GMT, "dOMAINkING"
<SPANKYs-No_spa*M@the^POOTHs.com> wrote:
-Hi Folks,
-
-I am looking for a PHP or PERL application that will enable end users
to
-check-out and check-in loaner laptop computers for my firm.
-
-I need it to be similar to a library check-out/check-in system, but
not for
-books. It would be a simpler implementation that that only needing
minimal
-information. Web based forms and some sort of database back-end to
store the
-data.
-
--- An inventory listing of what's available, simply a count of
laptops in
-and how many are checked out
--- a form containing fields for date needed, pickup date & time, date
to
-return (with a limit of 3 w s), reason for check-out
-
--- if it had Active Directory interaction/interface, that would be
great so
-we could scrape all the user's info from AD, but not necessary
-
-Anyway, there is probably more I could think of, but I just need to
automate
-a tedious, laborious process and free up some manpower.
-
-Thanks,
-Jim
-
-
|
|
|
|
|