-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
24 lines (16 loc) · 914 Bytes
/
README.txt
File metadata and controls
24 lines (16 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
0. The code is distributed via the MIT license. See LICENSE.txt.
1. First, I'm not a programmer. What I've done is incorporataed some software and make a nice QR Code database
for tracking your things.
You'll more than likely see some issues with my SQL statements and useage of PHP code. My goal is to first
opensource what I have, then make it even better.
Thanks goes out to Dominik Dzienia for his PHP QR Code generator (http://phpqrcode.sourceforge.net/) and Larry Ulman
(http://www.larryullman.com/) for his PHP & MySQL books.
2. Some of the files that you might be interested in
genqr.php -- generate a qr code
show-inventory.php -- show a dump of the inventory
report.php -- dump of inventory with qr codes
gen-db.sql -- create the database
ci.php -- check in or check out item. Used like: ci.php?id=1
3. Thanks! Feel free to contact me at thegrit at gmail dot com.
Regards,
Derek Thurston