From a8824d6f6916e2bc69b7684925c3d52ec942ae41 Mon Sep 17 00:00:00 2001 From: Quality App Developer Date: Thu, 25 Dec 2025 22:45:22 +0200 Subject: [PATCH] updated code --- deploy.sh | 0 docker-entrypoint.sh | 0 old code/extensions/chrome_extension/background.js | 0 old code/extensions/chrome_extension/content.js | 0 .../extensions/chrome_extension/icons/README.md | 0 .../chrome_extension/icons/create_icons.py | 0 .../extensions/chrome_extension/icons/icon128.txt | 0 .../extensions/chrome_extension/icons/icon16.txt | 0 .../extensions/chrome_extension/icons/icon48.txt | 0 old code/extensions/chrome_extension/manifest.json | 0 old code/extensions/chrome_extension/popup.html | 0 old code/extensions/chrome_extension/popup.js | 0 old code/production_management/manage_production.sh | 0 old code/production_management/start_production.sh | 0 old code/production_management/status_production.sh | 0 old code/production_management/stop_production.sh | 0 py_app/__pycache__/run.cpython-312.pyc | Bin py_app/app/__init__.py | 0 py_app/app/__pycache__/order_labels.cpython-312.pyc | Bin .../db_create_scripts/setup_complete_database.py | 0 py_app/app/forked_tray.py | 0 py_app/app/models.py | 0 py_app/app/order_labels.py | 0 py_app/app/pdf_generator.py | 0 py_app/app/permissions.py | 0 py_app/app/print_config.py | 0 py_app/app/print_module.py | 0 py_app/app/routes.py | 0 py_app/app/settings.py | 0 py_app/app/static/JsBarcode.all.min.js | 0 py_app/app/static/html2canvas.min.js | 0 py_app/app/static/logo_login.jpg | Bin py_app/app/static/pdfjs/pdf.js | 0 py_app/app/static/pdfjs/pdf.worker.js | 0 py_app/app/static/qz-tray.js | 0 py_app/app/static/scan_me.jpg | Bin py_app/app/static/script.js | 0 py_app/app/static/style.css | 0 py_app/app/templates/base.html | 0 py_app/app/templates/create_locations.html | 0 py_app/app/templates/create_template copy.html | 0 py_app/app/templates/dashboard.html | 0 py_app/app/templates/import_locations_csv.html | 0 py_app/app/templates/login.html | 0 py_app/app/templates/main_page_etichete.html | 0 py_app/app/templates/main_page_warehouse.html | 0 py_app/app/templates/print_lost_labels.html | 0 py_app/app/templates/print_module.html | 0 py_app/app/templates/quality.html | 0 py_app/app/templates/scan.html | 0 py_app/app/templates/settings.html | 0 py_app/app/templates/store_articles.html | 0 py_app/app/templates/upload_orders.html | 0 py_app/app/templates/view_orders.html | 0 py_app/app/templates/warehouse.html | 0 py_app/app/templates/warehouse_reports.html | 0 py_app/app/warehouse.py | 0 py_app/instance/external_server.conf | 4 ++-- py_app/instance/pairing_keys.json | 0 py_app/quick_deploy.sh | 0 py_app/requirements.txt | 0 py_app/run.py | 0 py_app/seed.py | 0 py_app/wsgi.py | 0 restore_database.sh | 0 65 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 deploy.sh mode change 100755 => 100644 docker-entrypoint.sh mode change 100755 => 100644 old code/extensions/chrome_extension/background.js mode change 100755 => 100644 old code/extensions/chrome_extension/content.js mode change 100755 => 100644 old code/extensions/chrome_extension/icons/README.md mode change 100755 => 100644 old code/extensions/chrome_extension/icons/create_icons.py mode change 100755 => 100644 old code/extensions/chrome_extension/icons/icon128.txt mode change 100755 => 100644 old code/extensions/chrome_extension/icons/icon16.txt mode change 100755 => 100644 old code/extensions/chrome_extension/icons/icon48.txt mode change 100755 => 100644 old code/extensions/chrome_extension/manifest.json mode change 100755 => 100644 old code/extensions/chrome_extension/popup.html mode change 100755 => 100644 old code/extensions/chrome_extension/popup.js mode change 100755 => 100644 old code/production_management/manage_production.sh mode change 100755 => 100644 old code/production_management/start_production.sh mode change 100755 => 100644 old code/production_management/status_production.sh mode change 100755 => 100644 old code/production_management/stop_production.sh mode change 100755 => 100644 py_app/__pycache__/run.cpython-312.pyc mode change 100755 => 100644 py_app/app/__init__.py mode change 100755 => 100644 py_app/app/__pycache__/order_labels.cpython-312.pyc mode change 100755 => 100644 py_app/app/db_create_scripts/setup_complete_database.py mode change 100755 => 100644 py_app/app/forked_tray.py mode change 100755 => 100644 py_app/app/models.py mode change 100755 => 100644 py_app/app/order_labels.py mode change 100755 => 100644 py_app/app/pdf_generator.py mode change 100755 => 100644 py_app/app/permissions.py mode change 100755 => 100644 py_app/app/print_config.py mode change 100755 => 100644 py_app/app/print_module.py mode change 100755 => 100644 py_app/app/routes.py mode change 100755 => 100644 py_app/app/settings.py mode change 100755 => 100644 py_app/app/static/JsBarcode.all.min.js mode change 100755 => 100644 py_app/app/static/html2canvas.min.js mode change 100755 => 100644 py_app/app/static/logo_login.jpg mode change 100755 => 100644 py_app/app/static/pdfjs/pdf.js mode change 100755 => 100644 py_app/app/static/pdfjs/pdf.worker.js mode change 100755 => 100644 py_app/app/static/qz-tray.js mode change 100755 => 100644 py_app/app/static/scan_me.jpg mode change 100755 => 100644 py_app/app/static/script.js mode change 100755 => 100644 py_app/app/static/style.css mode change 100755 => 100644 py_app/app/templates/base.html mode change 100755 => 100644 py_app/app/templates/create_locations.html mode change 100755 => 100644 py_app/app/templates/create_template copy.html mode change 100755 => 100644 py_app/app/templates/dashboard.html mode change 100755 => 100644 py_app/app/templates/import_locations_csv.html mode change 100755 => 100644 py_app/app/templates/login.html mode change 100755 => 100644 py_app/app/templates/main_page_etichete.html mode change 100755 => 100644 py_app/app/templates/main_page_warehouse.html mode change 100755 => 100644 py_app/app/templates/print_lost_labels.html mode change 100755 => 100644 py_app/app/templates/print_module.html mode change 100755 => 100644 py_app/app/templates/quality.html mode change 100755 => 100644 py_app/app/templates/scan.html mode change 100755 => 100644 py_app/app/templates/settings.html mode change 100755 => 100644 py_app/app/templates/store_articles.html mode change 100755 => 100644 py_app/app/templates/upload_orders.html mode change 100755 => 100644 py_app/app/templates/view_orders.html mode change 100755 => 100644 py_app/app/templates/warehouse.html mode change 100755 => 100644 py_app/app/templates/warehouse_reports.html mode change 100755 => 100644 py_app/app/warehouse.py mode change 100755 => 100644 py_app/instance/external_server.conf mode change 100755 => 100644 py_app/instance/pairing_keys.json mode change 100755 => 100644 py_app/quick_deploy.sh mode change 100755 => 100644 py_app/requirements.txt mode change 100755 => 100644 py_app/run.py mode change 100755 => 100644 py_app/seed.py mode change 100755 => 100644 py_app/wsgi.py mode change 100755 => 100644 restore_database.sh diff --git a/deploy.sh b/deploy.sh old mode 100755 new mode 100644 diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh old mode 100755 new mode 100644 diff --git a/old code/extensions/chrome_extension/background.js b/old code/extensions/chrome_extension/background.js old mode 100755 new mode 100644 diff --git a/old code/extensions/chrome_extension/content.js b/old code/extensions/chrome_extension/content.js old mode 100755 new mode 100644 diff --git a/old code/extensions/chrome_extension/icons/README.md b/old code/extensions/chrome_extension/icons/README.md old mode 100755 new mode 100644 diff --git a/old code/extensions/chrome_extension/icons/create_icons.py b/old code/extensions/chrome_extension/icons/create_icons.py old mode 100755 new mode 100644 diff --git a/old code/extensions/chrome_extension/icons/icon128.txt b/old code/extensions/chrome_extension/icons/icon128.txt old mode 100755 new mode 100644 diff --git a/old code/extensions/chrome_extension/icons/icon16.txt b/old code/extensions/chrome_extension/icons/icon16.txt old mode 100755 new mode 100644 diff --git a/old code/extensions/chrome_extension/icons/icon48.txt b/old code/extensions/chrome_extension/icons/icon48.txt old mode 100755 new mode 100644 diff --git a/old code/extensions/chrome_extension/manifest.json b/old code/extensions/chrome_extension/manifest.json old mode 100755 new mode 100644 diff --git a/old code/extensions/chrome_extension/popup.html b/old code/extensions/chrome_extension/popup.html old mode 100755 new mode 100644 diff --git a/old code/extensions/chrome_extension/popup.js b/old code/extensions/chrome_extension/popup.js old mode 100755 new mode 100644 diff --git a/old code/production_management/manage_production.sh b/old code/production_management/manage_production.sh old mode 100755 new mode 100644 diff --git a/old code/production_management/start_production.sh b/old code/production_management/start_production.sh old mode 100755 new mode 100644 diff --git a/old code/production_management/status_production.sh b/old code/production_management/status_production.sh old mode 100755 new mode 100644 diff --git a/old code/production_management/stop_production.sh b/old code/production_management/stop_production.sh old mode 100755 new mode 100644 diff --git a/py_app/__pycache__/run.cpython-312.pyc b/py_app/__pycache__/run.cpython-312.pyc old mode 100755 new mode 100644 diff --git a/py_app/app/__init__.py b/py_app/app/__init__.py old mode 100755 new mode 100644 diff --git a/py_app/app/__pycache__/order_labels.cpython-312.pyc b/py_app/app/__pycache__/order_labels.cpython-312.pyc old mode 100755 new mode 100644 diff --git a/py_app/app/db_create_scripts/setup_complete_database.py b/py_app/app/db_create_scripts/setup_complete_database.py old mode 100755 new mode 100644 diff --git a/py_app/app/forked_tray.py b/py_app/app/forked_tray.py old mode 100755 new mode 100644 diff --git a/py_app/app/models.py b/py_app/app/models.py old mode 100755 new mode 100644 diff --git a/py_app/app/order_labels.py b/py_app/app/order_labels.py old mode 100755 new mode 100644 diff --git a/py_app/app/pdf_generator.py b/py_app/app/pdf_generator.py old mode 100755 new mode 100644 diff --git a/py_app/app/permissions.py b/py_app/app/permissions.py old mode 100755 new mode 100644 diff --git a/py_app/app/print_config.py b/py_app/app/print_config.py old mode 100755 new mode 100644 diff --git a/py_app/app/print_module.py b/py_app/app/print_module.py old mode 100755 new mode 100644 diff --git a/py_app/app/routes.py b/py_app/app/routes.py old mode 100755 new mode 100644 diff --git a/py_app/app/settings.py b/py_app/app/settings.py old mode 100755 new mode 100644 diff --git a/py_app/app/static/JsBarcode.all.min.js b/py_app/app/static/JsBarcode.all.min.js old mode 100755 new mode 100644 diff --git a/py_app/app/static/html2canvas.min.js b/py_app/app/static/html2canvas.min.js old mode 100755 new mode 100644 diff --git a/py_app/app/static/logo_login.jpg b/py_app/app/static/logo_login.jpg old mode 100755 new mode 100644 diff --git a/py_app/app/static/pdfjs/pdf.js b/py_app/app/static/pdfjs/pdf.js old mode 100755 new mode 100644 diff --git a/py_app/app/static/pdfjs/pdf.worker.js b/py_app/app/static/pdfjs/pdf.worker.js old mode 100755 new mode 100644 diff --git a/py_app/app/static/qz-tray.js b/py_app/app/static/qz-tray.js old mode 100755 new mode 100644 diff --git a/py_app/app/static/scan_me.jpg b/py_app/app/static/scan_me.jpg old mode 100755 new mode 100644 diff --git a/py_app/app/static/script.js b/py_app/app/static/script.js old mode 100755 new mode 100644 diff --git a/py_app/app/static/style.css b/py_app/app/static/style.css old mode 100755 new mode 100644 diff --git a/py_app/app/templates/base.html b/py_app/app/templates/base.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/create_locations.html b/py_app/app/templates/create_locations.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/create_template copy.html b/py_app/app/templates/create_template copy.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/dashboard.html b/py_app/app/templates/dashboard.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/import_locations_csv.html b/py_app/app/templates/import_locations_csv.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/login.html b/py_app/app/templates/login.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/main_page_etichete.html b/py_app/app/templates/main_page_etichete.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/main_page_warehouse.html b/py_app/app/templates/main_page_warehouse.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/print_lost_labels.html b/py_app/app/templates/print_lost_labels.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/print_module.html b/py_app/app/templates/print_module.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/quality.html b/py_app/app/templates/quality.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/scan.html b/py_app/app/templates/scan.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/settings.html b/py_app/app/templates/settings.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/store_articles.html b/py_app/app/templates/store_articles.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/upload_orders.html b/py_app/app/templates/upload_orders.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/view_orders.html b/py_app/app/templates/view_orders.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/warehouse.html b/py_app/app/templates/warehouse.html old mode 100755 new mode 100644 diff --git a/py_app/app/templates/warehouse_reports.html b/py_app/app/templates/warehouse_reports.html old mode 100755 new mode 100644 diff --git a/py_app/app/warehouse.py b/py_app/app/warehouse.py old mode 100755 new mode 100644 diff --git a/py_app/instance/external_server.conf b/py_app/instance/external_server.conf old mode 100755 new mode 100644 index badbb73..045d7b0 --- a/py_app/instance/external_server.conf +++ b/py_app/instance/external_server.conf @@ -1,6 +1,6 @@ -server_domain=localhost +# Database Configuration - Generated on Thu Dec 25 22:24:54 EET 2025 +server_domain=db port=3306 database_name=trasabilitate username=trasabilitate password=Initial01! -backup_path=/srv/quality_app/backups diff --git a/py_app/instance/pairing_keys.json b/py_app/instance/pairing_keys.json old mode 100755 new mode 100644 diff --git a/py_app/quick_deploy.sh b/py_app/quick_deploy.sh old mode 100755 new mode 100644 diff --git a/py_app/requirements.txt b/py_app/requirements.txt old mode 100755 new mode 100644 diff --git a/py_app/run.py b/py_app/run.py old mode 100755 new mode 100644 diff --git a/py_app/seed.py b/py_app/seed.py old mode 100755 new mode 100644 diff --git a/py_app/wsgi.py b/py_app/wsgi.py old mode 100755 new mode 100644 diff --git a/restore_database.sh b/restore_database.sh old mode 100755 new mode 100644