updated code

This commit is contained in:
Quality App Developer
2025-12-25 22:45:22 +02:00
parent 13e960fc5c
commit a8824d6f69
65 changed files with 2 additions and 2 deletions

0
deploy.sh Executable file → Normal file
View File

0
docker-entrypoint.sh Executable file → Normal file
View File

0
old code/extensions/chrome_extension/background.js Executable file → Normal file
View File

0
old code/extensions/chrome_extension/content.js Executable file → Normal file
View File

0
old code/extensions/chrome_extension/icons/README.md Executable file → Normal file
View File

View File

0
old code/extensions/chrome_extension/icons/icon128.txt Executable file → Normal file
View File

0
old code/extensions/chrome_extension/icons/icon16.txt Executable file → Normal file
View File

0
old code/extensions/chrome_extension/icons/icon48.txt Executable file → Normal file
View File

0
old code/extensions/chrome_extension/manifest.json Executable file → Normal file
View File

0
old code/extensions/chrome_extension/popup.html Executable file → Normal file
View File

0
old code/extensions/chrome_extension/popup.js Executable file → Normal file
View File

0
old code/production_management/manage_production.sh Executable file → Normal file
View File

0
old code/production_management/start_production.sh Executable file → Normal file
View File

0
old code/production_management/status_production.sh Executable file → Normal file
View File

0
old code/production_management/stop_production.sh Executable file → Normal file
View File

0
py_app/__pycache__/run.cpython-312.pyc Executable file → Normal file
View File

0
py_app/app/__init__.py Executable file → Normal file
View File

0
py_app/app/__pycache__/order_labels.cpython-312.pyc Executable file → Normal file
View File

View File

0
py_app/app/forked_tray.py Executable file → Normal file
View File

0
py_app/app/models.py Executable file → Normal file
View File

0
py_app/app/order_labels.py Executable file → Normal file
View File

0
py_app/app/pdf_generator.py Executable file → Normal file
View File

0
py_app/app/permissions.py Executable file → Normal file
View File

0
py_app/app/print_config.py Executable file → Normal file
View File

0
py_app/app/print_module.py Executable file → Normal file
View File

0
py_app/app/routes.py Executable file → Normal file
View File

0
py_app/app/settings.py Executable file → Normal file
View File

0
py_app/app/static/JsBarcode.all.min.js vendored Executable file → Normal file
View File

0
py_app/app/static/html2canvas.min.js vendored Executable file → Normal file
View File

0
py_app/app/static/logo_login.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 202 KiB

After

Width:  |  Height:  |  Size: 202 KiB

0
py_app/app/static/pdfjs/pdf.js Executable file → Normal file
View File

0
py_app/app/static/pdfjs/pdf.worker.js vendored Executable file → Normal file
View File

0
py_app/app/static/qz-tray.js Executable file → Normal file
View File

0
py_app/app/static/scan_me.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

0
py_app/app/static/script.js Executable file → Normal file
View File

0
py_app/app/static/style.css Executable file → Normal file
View File

0
py_app/app/templates/base.html Executable file → Normal file
View File

0
py_app/app/templates/create_locations.html Executable file → Normal file
View File

0
py_app/app/templates/create_template copy.html Executable file → Normal file
View File

0
py_app/app/templates/dashboard.html Executable file → Normal file
View File

0
py_app/app/templates/import_locations_csv.html Executable file → Normal file
View File

0
py_app/app/templates/login.html Executable file → Normal file
View File

0
py_app/app/templates/main_page_etichete.html Executable file → Normal file
View File

0
py_app/app/templates/main_page_warehouse.html Executable file → Normal file
View File

0
py_app/app/templates/print_lost_labels.html Executable file → Normal file
View File

0
py_app/app/templates/print_module.html Executable file → Normal file
View File

0
py_app/app/templates/quality.html Executable file → Normal file
View File

0
py_app/app/templates/scan.html Executable file → Normal file
View File

0
py_app/app/templates/settings.html Executable file → Normal file
View File

0
py_app/app/templates/store_articles.html Executable file → Normal file
View File

0
py_app/app/templates/upload_orders.html Executable file → Normal file
View File

0
py_app/app/templates/view_orders.html Executable file → Normal file
View File

0
py_app/app/templates/warehouse.html Executable file → Normal file
View File

0
py_app/app/templates/warehouse_reports.html Executable file → Normal file
View File

0
py_app/app/warehouse.py Executable file → Normal file
View File

4
py_app/instance/external_server.conf Executable file → Normal file
View File

@@ -1,6 +1,6 @@
server_domain=localhost # Database Configuration - Generated on Thu Dec 25 22:24:54 EET 2025
server_domain=db
port=3306 port=3306
database_name=trasabilitate database_name=trasabilitate
username=trasabilitate username=trasabilitate
password=Initial01! password=Initial01!
backup_path=/srv/quality_app/backups

0
py_app/instance/pairing_keys.json Executable file → Normal file
View File

0
py_app/quick_deploy.sh Executable file → Normal file
View File

0
py_app/requirements.txt Executable file → Normal file
View File

0
py_app/run.py Executable file → Normal file
View File

0
py_app/seed.py Executable file → Normal file
View File

0
py_app/wsgi.py Executable file → Normal file
View File

0
restore_database.sh Executable file → Normal file
View File