This tool was designed to simplify the production of electronic hardware. It is used for cataloging newly bought parts and for checking out parts that are used. This tool is already successfully in use, but should still be considered alpha.
- Mobile optimized web app
- Scans QR part codes with your phone for a quick workflow
- create new items
- look up part infos
- check out parts
- Filter through your parts catalog
- Stores data in a single database file with bbolt
To build inventory, you have to have Go and $GOPATH
set up.
# fetch the code
go get github.com/Wes974/inventory
# vendor dependencies
cd $GOPATH/src/github.com/Wes974/inventory && dep ensure
# build the command
go install github.com/Wes974/inventory
# run it with the path to the parts database
inventory ./inventory.db
Once the inventory is running, visit http://localhost:5080.
Apache 2.0 with Commons Clause - see LICENSE
Created by @mbertschler
and @christoph1703
in 2018.