~mrp/krait

refactor test_insert_inventory
add notes field to inventoryAddDialog; update sql_queries.py

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~mrp/krait
read/write
git@git.sr.ht:~mrp/krait

You can also use your local clone with git send-email.

#coffee inventory, roasting, and sales database program

This is a program for home coffee roasters that want to keep track of their current and past inventory, roast batches, and any sales they have made.

#Installation

This is developed on Debian Stable (currently 11, codenamed bullseye). These instructions should work on any Debian-based GNU/Linux distribution. The dependancy packages and package management tools may be named differently on other distros.

On Debian, running:

sudo apt install python3-pyside2.qtsql

should pull in all needed dependencies.