demo seed change

This commit is contained in:
Urtzi Alfaro
2025-12-13 23:57:54 +01:00
parent f3688dfb04
commit ff830a3415
299 changed files with 20328 additions and 19485 deletions

View File

@@ -0,0 +1,87 @@
{
"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": "2024-06-15T00:00:00Z",
"last_maintenance_date": "2025-01-10T00:00:00Z",
"next_maintenance_date": "2025-04-10T00:00:00Z",
"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": "2025-01-15T06:00:00Z",
"updated_at": "2025-01-15T06:00:00Z",
"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": "2025-01-15T06:30:00Z",
"end_time": "2025-01-15T10:30:00Z",
"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": "2025-01-15T06:00:00Z",
"updated_at": "2025-01-15T06:00:00Z",
"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"
}
]
}
]
}