RoboJackets / inventory-management

This tool is used by the Robocup Electrical subteam to document part information and location.
http://inventory.robojackets.org
13 stars 7 forks source link

Add ability to add a new Barcode #6

Closed ryanstrat closed 10 years ago

ryanstrat commented 10 years ago

If a part already exists, it is impossible to add a new barcode.

This can be achieved by changing the server-side code to add the new barcode(s) if the part-number already exists.

ryanstrat commented 10 years ago

This is being pushed back due to complications resulting from the SQL queries required to perform this action.

There is currently no workaround. If this action is needed, it should be performed via phpmyadmin

jjones646 commented 10 years ago

new barcodes can now be added. fixed it using php. Still need to tweak it a bit, but it definitely works now, so closing this.