A device lending tool to check in and check out equipment.
Information
Author: /u/chefchip1965
Category: productivity
Create shortcut foleder
View items that are checked by name and checkout date. Also view items that are nit checked out and who checked it out last.
Check out items by either scanning a bar code or by entering it manually. The item will be store in a file called checkout list in iCloud. The checkout entry will be in the following format:
Barcode:employee_ID,Date checked out
Start check to see if a checked out file exists
Start see if scanned item has been checked out before
Start if a entry was ever created for scanned item
Get employee ID
Start create new device checked out entry
Start create the first checked out entry
Check in a device either by scanning the barcode or by entering the code manually. The check in process will change the checked out date to a "0" leaving the name alone to allow for knowing who had checked the device out last.
Add a new device either by scanning the barcode or by entering the code manually. Devices are stored in the Device library folder with the name Devicelist.txt
Delete a device either by scanning the barcode or by entering the code manually. Devices are stored in the Device library folder with the name Devicelist.txt
View employees