Fix Docker build and add labels test data
- Fix Docker build issues: * Add missing system dependencies (build-essential, python3-dev, libpq-dev) * Fix requirements.txt formatting (separate Flask-Session and openpyxl) * Update openpyxl version to 3.1.5 (3.10.0 was invalid) - Set proper folder permissions for Docker write access (app/ and data/) - Add comprehensive test data for labels module: * 8 sample orders (TEST-ORD-001 through TEST-ORD-008) * Mix of printed/unprinted orders for testing * Various product types, customers, and delivery dates * Ready for QZ Tray printing functionality testing - Include test data generation scripts for future use - Application now fully containerized and ready for labels/printing testing
This commit is contained in:
0
app/templates/base.html
Normal file → Executable file
0
app/templates/base.html
Normal file → Executable file
0
app/templates/base_print.html
Normal file → Executable file
0
app/templates/base_print.html
Normal file → Executable file
0
app/templates/dashboard.html
Normal file → Executable file
0
app/templates/dashboard.html
Normal file → Executable file
0
app/templates/errors/403.html
Normal file → Executable file
0
app/templates/errors/403.html
Normal file → Executable file
0
app/templates/errors/404.html
Normal file → Executable file
0
app/templates/errors/404.html
Normal file → Executable file
0
app/templates/errors/500.html
Normal file → Executable file
0
app/templates/errors/500.html
Normal file → Executable file
0
app/templates/login.html
Normal file → Executable file
0
app/templates/login.html
Normal file → Executable file
0
app/templates/modules/labels/import_labels.html
Normal file → Executable file
0
app/templates/modules/labels/import_labels.html
Normal file → Executable file
0
app/templates/modules/labels/index.html
Normal file → Executable file
0
app/templates/modules/labels/index.html
Normal file → Executable file
0
app/templates/modules/labels/print_labels.html
Normal file → Executable file
0
app/templates/modules/labels/print_labels.html
Normal file → Executable file
0
app/templates/modules/labels/print_lost_labels.html
Normal file → Executable file
0
app/templates/modules/labels/print_lost_labels.html
Normal file → Executable file
0
app/templates/modules/labels/print_lost_labels_new.html
Normal file → Executable file
0
app/templates/modules/labels/print_lost_labels_new.html
Normal file → Executable file
0
app/templates/modules/labels/print_module.html
Normal file → Executable file
0
app/templates/modules/labels/print_module.html
Normal file → Executable file
0
app/templates/modules/quality/fg_reports.html
Normal file → Executable file
0
app/templates/modules/quality/fg_reports.html
Normal file → Executable file
0
app/templates/modules/quality/fg_scan.html
Normal file → Executable file
0
app/templates/modules/quality/fg_scan.html
Normal file → Executable file
0
app/templates/modules/quality/index.html
Normal file → Executable file
0
app/templates/modules/quality/index.html
Normal file → Executable file
0
app/templates/modules/quality/inspections.html
Normal file → Executable file
0
app/templates/modules/quality/inspections.html
Normal file → Executable file
0
app/templates/modules/quality/reports.html
Normal file → Executable file
0
app/templates/modules/quality/reports.html
Normal file → Executable file
0
app/templates/modules/settings/app_keys.html
Normal file → Executable file
0
app/templates/modules/settings/app_keys.html
Normal file → Executable file
0
app/templates/modules/settings/database.html
Normal file → Executable file
0
app/templates/modules/settings/database.html
Normal file → Executable file
0
app/templates/modules/settings/database_management.html
Normal file → Executable file
0
app/templates/modules/settings/database_management.html
Normal file → Executable file
0
app/templates/modules/settings/general.html
Normal file → Executable file
0
app/templates/modules/settings/general.html
Normal file → Executable file
0
app/templates/modules/settings/index.html
Normal file → Executable file
0
app/templates/modules/settings/index.html
Normal file → Executable file
0
app/templates/modules/settings/logs_explorer.html
Normal file → Executable file
0
app/templates/modules/settings/logs_explorer.html
Normal file → Executable file
0
app/templates/modules/settings/search_logs.html
Normal file → Executable file
0
app/templates/modules/settings/search_logs.html
Normal file → Executable file
0
app/templates/modules/settings/user_form.html
Normal file → Executable file
0
app/templates/modules/settings/user_form.html
Normal file → Executable file
0
app/templates/modules/settings/users.html
Normal file → Executable file
0
app/templates/modules/settings/users.html
Normal file → Executable file
0
app/templates/modules/settings/view_log.html
Normal file → Executable file
0
app/templates/modules/settings/view_log.html
Normal file → Executable file
0
app/templates/modules/warehouse/boxes.html
Normal file → Executable file
0
app/templates/modules/warehouse/boxes.html
Normal file → Executable file
0
app/templates/modules/warehouse/index.html
Normal file → Executable file
0
app/templates/modules/warehouse/index.html
Normal file → Executable file
0
app/templates/modules/warehouse/inventory.html
Normal file → Executable file
0
app/templates/modules/warehouse/inventory.html
Normal file → Executable file
0
app/templates/modules/warehouse/locations.html
Normal file → Executable file
0
app/templates/modules/warehouse/locations.html
Normal file → Executable file
0
app/templates/modules/warehouse/reports.html
Normal file → Executable file
0
app/templates/modules/warehouse/reports.html
Normal file → Executable file
0
app/templates/modules/warehouse/set_boxes_locations.html
Normal file → Executable file
0
app/templates/modules/warehouse/set_boxes_locations.html
Normal file → Executable file
0
app/templates/modules/warehouse/set_orders_on_boxes.html
Normal file → Executable file
0
app/templates/modules/warehouse/set_orders_on_boxes.html
Normal file → Executable file
0
app/templates/modules/warehouse/test_barcode.html
Normal file → Executable file
0
app/templates/modules/warehouse/test_barcode.html
Normal file → Executable file
0
app/templates/profile.html
Normal file → Executable file
0
app/templates/profile.html
Normal file → Executable file
Reference in New Issue
Block a user