Paul Brinkmeier 1a34486a84 Update report
Report now has a 'total' column next to the 'inventory' column.

Also, for items that are not empty yet we use the current time instead of the most recent sale to estimate time until empty.
2023-08-18 00:14:11 +02:00
2023-08-18 00:14:11 +02:00
2023-08-11 14:37:51 +02:00
2023-08-18 00:12:42 +02:00

jon

the tamer of garfield

Setup

pip install -r requirements.txt

You should probably use a virtualenv for that. I develop jon using Python 3.10 but it should work with older versions as well.

Running

flask --app jon run --debug

--debug restarts the server when a source file changes.

fsmi-db forward

ssh -nNTvL 5432:fsmi-db.fsmi.org:5432 fsmi-login.fsmi.uni-karlsruhe.de

TODO

  • Implement item and snack entry as Elm application
    • Needs good documentation for maintainability
  • Implement and document report generation
    • How many days will the item last?
    • How many do we need to last X months?
    • etc.
    • Make it print nicely
  • Make it possible to edit entries
Description
No description provided
Readme 271 KiB
Languages
Elm 40%
HTML 29.4%
Python 26.4%
CSS 2.8%
Dockerfile 1.1%
Other 0.3%