"loaner laptop" check-in/check-out program?

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default "loaner laptop" check-in/check-out program?

    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 weeks), 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



    dOMAINkING Guest

  2. Similar Questions and Discussions

    1. Is there a module that can check if user "foo" may read a file?
      Hi i want to check a number of file against different user uid:s and see if they can read/write execute that file. I have searched on cpan but it...
    2. Saving "Check mark Forms" input in reader
      I created some "check mark" forms in 6.0 that I want people with Reader to fill out and save to their drive. But when I open it up in Reader 5.0 and...
    3. ALRT! Do NOT open or install the exe file in "FWD: Check out thesesecurity package from the M$"
      j e wrote: It very likely is the W32.Swen ("Swen") worm. See http://www.pcworld.com/news/article/0,aid,112552,00.asp -- -- Rory...
    4. who to check onstat -g ses "session-id" output (What is osenv)
      Hi, I am quite new to informix I am unable to understand the output of onstat -g ses "sessionid" command .I am surprised to see that the osenv is...
    5. Windows XP start up has a "C drive consistancy check" is this supposed to happen
      recently I started my computer and I found a new screen saying that it was going to check the consistancy of my C drive. the odd thing was I have a...
  3. #2

    Default Re: "loaner laptop" check-in/check-out program?


    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 weeks), 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
    -
    -

    a Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139