refactor test_insert_inventory
add first test
add notes field to inventoryAddDialog; update sql_queries.py
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.
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.