jrie / sqstorage

A easy to use and quick way to organize your inventory, storages and storage areas
https://sqstorage.net
GNU General Public License v3.0
26 stars 17 forks source link

Barcodes / barcode scanner #51

Open heylix opened 3 years ago

heylix commented 3 years ago

Would be nice if you could scan stuff with your smartphone to check it in/out of storage.

tk7936 commented 3 years ago

yes really needed. Any Plans ?

jrie commented 3 years ago

Actually there are no plans to integrate barcode scanning. I am also not sure about the exact implementation. Do you have an idea on how the feature should be done or in other words, what exactly would you like to expect from that feature from within sqStorage?

tk7936 commented 3 years ago

I think the simplest way would be to add a form field where the inventory is added that will contain the info from the barcode. This would be passed along from a 3rd party app like this one https://www.pic2shop.com/developers.html The User is redirected to the app store if he doesnt have it installed already. Then its just a matter of conecting the form field to the app. https://alandix.com/code2/barcode-reader/ I think all the sqs would have to do is check if the code is already in the db and either insert or update. Could be all wrong, im not much of a Programmer. But i think this looks like a very simple way.