Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mach-kernel/qrtrak
QR-Code based part tracking inventory system
https://github.com/mach-kernel/qrtrak
Last synced: 4 days ago
JSON representation
QR-Code based part tracking inventory system
- Host: GitHub
- URL: https://github.com/mach-kernel/qrtrak
- Owner: mach-kernel
- Created: 2013-08-25T14:51:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T22:17:03.000Z (over 8 years ago)
- Last Synced: 2024-04-19T16:14:39.604Z (7 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
qrtrak
======## What is it?
This is a QR-Code based parts inventory system. It uses the [Google Chart API](https://developers.google.com/chart/) to generate QR codes. This was made as a side project for [MechoSystems Inc](http://mechosystems.com) during my internship there.
## Cool! How do I use it?
### Requirements
You'll need:
* A web server that's configured for:
* HTTP
* PHP/FastCGI
* MySQL### How-to
1. Edit config.php and enter your mySQL database information. I've used InnoDB format to make it, however, other formats should work just fine.
2. Start adding or removing parts.### Custom fields
You can go ahead and modify the database structure to account for more fields or modify the existing ones. You'll also have to modify the queries in add and view.
### To do
Allow for dynamic add and remove of fields using arrays to be passed to functions as opposed to having to edit 999999999 files.
## This is sweet! Can I use it?
Of course! You are allowed to modify and redistribute this code as long as you give original credit to me. No commercial usage, please.
This software is bound by the [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-nc-sa/3.0/).