Files
bakery-ia/shared/demo/fixtures/enterprise/parent/06-production.json
2025-12-14 11:58:14 +01:00

91 lines
2.9 KiB
JSON

{
"equipment": [
{
"id": "30000000-0000-0000-0000-000000000001",
"tenant_id": "80000000-0000-4000-a000-000000000001",
"name": "Horno Rotativo Enterprise - Línea 1",
"type": "oven",
"model": "Sveba Dahlen DC-32 Enterprise",
"serial_number": "SD-ENT-2023-001",
"location": "Central Production Facility - Madrid",
"manufacturer": "Sveba Dahlen",
"firmware_version": "4.2.1",
"status": "OPERATIONAL",
"install_date": "BASE_TS - 215d 18h",
"last_maintenance_date": "BASE_TS - 6d 18h",
"next_maintenance_date": "BASE_TS + 84d 18h",
"maintenance_interval_days": 90,
"efficiency_percentage": 95.0,
"uptime_percentage": 97.0,
"energy_usage_kwh": 85.0,
"power_kw": 90.0,
"capacity": 32.0,
"weight_kg": 2500.0,
"current_temperature": 230.0,
"target_temperature": 230.0,
"iot_enabled": true,
"iot_protocol": "MQTT",
"iot_endpoint": "iot.panaderiacentral.com",
"iot_port": 1883,
"iot_connection_status": "CONNECTED",
"iot_last_connected": "2025-01-15T05:45:00Z",
"supports_realtime": true,
"poll_interval_seconds": 10,
"temperature_zones": 4,
"supports_humidity": true,
"supports_energy_monitoring": true,
"supports_remote_control": true,
"is_active": true,
"notes": "Equipo principal para producción masiva",
"created_at": "BASE_TS",
"updated_at": "BASE_TS",
"enterprise_asset": true,
"shared_locations": [
"Madrid Centro",
"Barcelona Gràcia",
"Valencia Ruzafa"
]
}
],
"production_batches": [
{
"id": "30000000-0000-0000-0000-000000002001",
"tenant_id": "80000000-0000-4000-a000-000000000001",
"batch_number": "ENT-BAG-20250115-001",
"product_id": "20000000-0000-0000-0000-000000000001",
"recipe_id": "30000000-0000-0000-0000-000000000001",
"equipment_id": "30000000-0000-0000-0000-000000000001",
"status": "IN_PROGRESS",
"start_time": "BASE_TS + 30m",
"end_time": "BASE_TS + 4h 30m",
"planned_quantity": 250.0,
"actual_quantity": 200.0,
"waste_quantity": 5.0,
"quality_status": "PENDING",
"production_line": "Linea 1 - Baguettes",
"shift": "Morning",
"supervisor_id": "50000000-0000-0000-0000-000000000011",
"created_at": "BASE_TS",
"updated_at": "BASE_TS",
"enterprise_batch": true,
"production_facility": "Central Production Facility - Madrid",
"distribution_plan": [
{
"location": "Madrid Centro",
"quantity": 100.0,
"delivery_time": "2025-01-15T12:00:00Z"
},
{
"location": "Barcelona Gràcia",
"quantity": 60.0,
"delivery_time": "2025-01-15T14:00:00Z"
},
{
"location": "Valencia Ruzafa",
"quantity": 40.0,
"delivery_time": "2025-01-15T16:00:00Z"
}
]
}
]
}