/inventory

Track inventory by scanning QR codes on your parts with your phone. Useful for electronic hardware production.

Primary LanguageGoOtherNOASSERTION

Inventory management tool

GoDoc status: alpha GoDoc

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.

Features

  • 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

Screenshots

inventory overviewpart detail

Install

go install github.com/mbertschler/inventory@latest

Run

Provide the path to your database file. It will be created if it doesn't exist.

inventory ./inventory.db

Once inventory is running, visit http://localhost:5080.

License

Apache 2.0 with Commons Clause - see LICENSE


Created by mbertschler and typerat in 2018.