Commit Graph

9 Commits

Author SHA1 Message Date
Quality System Admin
d264bcdca9 feat: Major system improvements and production deployment
 New Features:
- Added view_orders route with proper table display
- Implemented CSV upload with preview workflow and date parsing
- Added production WSGI server configuration with Gunicorn
- Created comprehensive production management scripts

🔧 Bug Fixes:
- Fixed upload_data route column mapping for actual CSV structure
- Resolved print module database queries and template rendering
- Fixed view orders navigation routing (was pointing to JSON API)
- Corrected barcode display width constraints in print module
- Added proper date format parsing for MySQL compatibility

🎨 UI/UX Improvements:
- Updated view_orders template with theme-compliant styling
- Hidden barcode text in print module preview for cleaner display
- Enhanced CSV upload with two-step preview-then-save workflow
- Improved error handling and debugging throughout upload process

🚀 Production Infrastructure:
- Added Gunicorn WSGI server with proper configuration
- Created systemd service for production deployment
- Implemented production management scripts (start/stop/status)
- Added comprehensive logging setup
- Updated requirements.txt with production dependencies

📊 Database & Data:
- Enhanced order_for_labels table compatibility
- Fixed column mappings for real CSV data structure
- Added proper date parsing and validation
- Improved error handling with detailed debugging

🔧 Technical Debt:
- Reorganized database setup documentation
- Added proper error handling throughout upload workflow
- Enhanced debugging capabilities for troubleshooting
- Improved code organization and documentation
2025-10-11 23:31:32 +03:00
957c8eca4d moved to test environment 2025-10-05 14:32:47 -04:00
198563aaba updated to silent print 2025-09-24 21:42:22 +03:00
31e0ffd6dc added report lab options 2025-05-06 16:20:04 +03:00
7404492aa9 updated the query 2025-04-24 05:20:59 +03:00
bef577cd0e formated scan page 2025-04-21 19:37:04 +03:00
9244ff90f6 added scan page 2025-04-17 15:02:08 +03:00
d3b29052e8 created user settings in the settings page 2025-04-17 10:00:46 +03:00
db465d6e4e login and dashboard pages 2025-04-16 16:44:21 +03:00