Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.52 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.52 KB

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.