From a22faeb7a87b4a56882d02ed4ca9d6b5bc6a5eef Mon Sep 17 00:00:00 2001 From: Jadowyne Ulve Date: Mon, 18 Aug 2025 17:18:43 -0500 Subject: [PATCH] Working on new Generation of shopping lists --- .gitignore | 3 +- .../access_module/templates/login.html | 8 +- .../administration/templates/admin_index.html | 1 + .../administration/templates/role.html | 1 + .../administration/templates/setup.html | 1 + .../administration/templates/site.html | 1 + .../administration/templates/user.html | 1 + application/items/templates/index.html | 2 +- application/items/templates/item_new.html | 2 +- application/items/templates/itemlink.html | 1 + application/items/templates/transaction.html | 1 + application/items/templates/transactions.html | 1 + .../meal_planner/templates/meal_planner.html | 1 + application/poe/templates/receipts.html | 1 + application/poe/templates/scanner.html | 1 + .../__pycache__/receipts_api.cpython-313.pyc | Bin 21235 -> 21270 bytes application/receipts/receipts_api.py | 2 +- application/receipts/sql/getItemAllByID.sql | 7 +- application/receipts/templates/receipt.html | 1 + .../receipts/templates/receipts_index.html | 1 + .../database_recipes.cpython-313.pyc | Bin 39933 -> 39959 bytes .../recipe_processes.cpython-313.pyc | Bin 10045 -> 10234 bytes application/recipes/database_recipes.py | 2 + application/recipes/recipe_processes.py | 7 +- .../recipes/static/js/recipeEditHandler.js | 4 +- .../recipes/templates/recipe_edit.html | 1 + .../recipes/templates/recipe_view.html | 1 + .../recipes/templates/recipes_index.html | 1 + .../__pycache__/shoplist_api.cpython-313.pyc | Bin 13022 -> 16924 bytes .../shoplist_database.cpython-313.pyc | Bin 16761 -> 19596 bytes application/shoppinglists/shoplist_api.py | 61 +- .../shoppinglists/shoplist_database.py | 71 ++ .../shoppinglists/sql/getItemsForModal.sql | 11 + .../static/js/shoppingListGeneratorHandler.js | 1077 +++++++++++++++++ .../static/js/shoppingListViewHandler.js | 25 +- .../shoppinglists/static/quick-lists/MRP.json | 10 + application/shoppinglists/templates/edit.html | 3 +- .../shoppinglists/templates/generate.html | 660 ++++++++++ .../shoppinglists/templates/lists.html | 3 + application/shoppinglists/templates/view.html | 1 + .../templates/site_management.html | 1 + celerybeat-schedule-wal | Bin 230752 -> 313152 bytes logs/database.log | 26 +- static/pictures/logo.png | Bin 0 -> 404927 bytes static/pictures/{logo.jpg => logo_old.jpg} | Bin webserver.py | 8 +- 46 files changed, 1987 insertions(+), 23 deletions(-) create mode 100644 application/shoppinglists/sql/getItemsForModal.sql create mode 100644 application/shoppinglists/static/js/shoppingListGeneratorHandler.js create mode 100644 application/shoppinglists/static/quick-lists/MRP.json create mode 100644 application/shoppinglists/templates/generate.html create mode 100644 static/pictures/logo.png rename static/pictures/{logo.jpg => logo_old.jpg} (100%) diff --git a/.gitignore b/.gitignore index e5ad1d5..2714bdf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ static/css/uikit.min.css instance/application.cfg.py test.py .VScodeCounter -celerybeat-schedule \ No newline at end of file +celerybeat-schedule +instance/application.cfg.py diff --git a/application/access_module/templates/login.html b/application/access_module/templates/login.html index 1a5d763..f37aec3 100644 --- a/application/access_module/templates/login.html +++ b/application/access_module/templates/login.html @@ -3,6 +3,7 @@ Login + @@ -15,19 +16,20 @@ - + - +
- + +

PantryTrack