15 Commits

Author SHA1 Message Date
630a0435a2 Add inline SVG consumption graphs 2023-12-13 13:44:28 +01:00
3d9ad49020 Add icons to inventory page that indicate common issues 2023-12-05 17:18:39 +01:00
85598adaab Use flask-login instead of client-side sessions for storing selected location and orders 2023-08-22 18:31:42 +02:00
a2d1d42362 Implement adding new inventory items 2023-08-22 13:14:56 +02:00
1e4aadee06 Store location name, group name and tax group description in order
Also delete compiled entry JS and add a Makefile
2023-08-22 13:14:56 +02:00
7b95b69c7b Make it possible to delete orders from the cart 2023-08-22 13:14:56 +02:00
e0aef726bd Implement adding orders to the cart and viewing it 2023-08-22 13:14:56 +02:00
be86248cce First draft of elm frontend
This will probably be scrapped or rewritten
2023-08-22 13:14:54 +02:00
01d060cf5f Remove old entry stuff 2023-08-22 13:14:15 +02:00
abaea8673a Add template for unauthenticated response 2023-08-20 14:10:44 +02:00
c453e923ae Use session to store authentication info instead of cookie 2023-08-20 14:10:44 +02:00
Shirkanesi
bc9336ef21 Initial work on auth-tokens 2023-08-20 14:10:44 +02:00
5551b6438a Fix some report stuff 2023-08-18 11:29:04 +02:00
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
fd02d162aa Move Python code into repo root 2023-08-11 14:37:51 +02:00