Hey Everyone,
I am trying to develop a equipment management web ap. This ap involves having records for each piece of equipment, signing that equipment to people for events, and then returning that equipment. Records must be kept of each person, each equipment, and each event. It will run on UniServer on a USB drive, rather than on a website because this will mostly be used where there is no web access.
I have halfway hacked something together in PHP/MySQL, but I know it's not fantastic. Are there any pre-canned solutions that might accomplish this?