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