Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).