ske087 c38b5d7b44 Add Daily Mirror interactive dashboard with charts and pivot tables
- Created comprehensive dashboard with Chart.js visualizations
- Added API endpoint /api/dashboard_data for aggregated data
- Implemented weekly tracking for orders, production, and deliveries
- Added interactive pivot table for customer × week analysis
- Fixed collation issues in database joins
- Includes 4 summary cards with key metrics
- Charts display orders, production finished, and deliveries by week
- Click-to-expand data tables for detailed view
- Time range filter (4-52 weeks)
- Data sources: scanfg_orders (finished), dm_orders, dm_deliveries
2025-11-25 00:09:19 +02:00
2025-11-22 18:51:13 +02:00
2025-11-22 18:51:13 +02:00
2025-10-16 02:36:32 +03:00
2025-11-22 18:51:13 +02:00
2025-10-05 14:32:47 -04:00
2025-10-13 21:18:33 +03:00
2025-11-03 23:04:44 +02:00
2025-11-22 22:26:23 +02:00
2025-10-13 21:18:33 +03:00
2025-11-03 19:48:53 +02:00
2025-10-13 21:18:33 +03:00
2025-10-13 21:18:33 +03:00
2025-11-03 21:17:10 +02:00

Quality Recticel Application

Production traceability and quality management system.

📚 Documentation

All development and deployment documentation has been moved to the documentation folder.

🚀 Quick Start

# Start application
cd /srv/quality_app/py_app
bash start_production.sh

# Stop application
bash stop_production.sh

# View logs
tail -f /srv/quality_app/logs/error.log

📦 Docker Deployment

# Start with Docker Compose
docker-compose up -d

# View logs
docker-compose logs -f web

# Stop services
docker-compose down

🔐 Default Access

📁 Project Structure

quality_app/
├── documentation/       # All documentation files
├── py_app/             # Flask application
├── backups/            # Database backups
├── logs/               # Application logs
├── docker-compose.yml  # Docker configuration
└── Dockerfile         # Container image definition

📖 For More Information

See the documentation folder for comprehensive guides on:

  • Setup and deployment
  • Docker configuration
  • Database management
  • Backup and restore procedures
  • Application features

Version: 1.0.0
Last Updated: November 3, 2025

Description
No description provided
Readme 77 MiB
Languages
HTML 39.1%
Python 31.4%
JavaScript 13.3%
Visual Basic .NET 9.1%
CSS 4.6%
Other 2.5%