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

83 lines
2.7 KiB
JSON

{
"location": {
"id": "A0000000-0000-4000-a000-000000000001",
"parent_tenant_id": "80000000-0000-4000-a000-000000000001",
"name": "Madrid Centro",
"location_code": "ENT-MAD-001",
"city": "Madrid",
"zone": "Centro",
"address": "Calle Mayor, 15",
"postal_code": "28013",
"country": "España",
"latitude": 40.4168,
"longitude": -3.7038,
"status": "ACTIVE",
"opening_hours": "07:00-21:00",
"daily_capacity": 1500,
"storage_capacity_kg": 5000,
"created_at": "2025-01-15T06:00:00Z",
"enterprise_location": true,
"location_type": "retail_and_wholesale",
"manager_id": "50000000-0000-0000-0000-000000000011",
"staff_count": 12,
"equipment": [
"30000000-0000-0000-0000-000000000001"
],
"shared_ingredients": [
"10000000-0000-0000-0000-000000000001",
"10000000-0000-0000-0000-000000000002",
"20000000-0000-0000-0000-000000000001"
],
"shared_recipes": [
"30000000-0000-0000-0000-000000000001"
]
},
"local_inventory": [
{
"id": "10000000-0000-0000-0000-000000001501",
"tenant_id": "A0000000-0000-4000-a000-000000000001",
"ingredient_id": "10000000-0000-0000-0000-000000000001",
"quantity": 150.0,
"location": "Madrid Centro - Storage",
"production_stage": "RAW_MATERIAL",
"quality_status": "APPROVED",
"expiration_date": "BASE_TS + 30d 18h",
"supplier_id": "40000000-0000-0000-0000-000000000001",
"batch_number": "MAD-HAR-20250115-001",
"created_at": "BASE_TS",
"enterprise_shared": true,
"source_location": "Central Warehouse - Madrid"
},
{
"id": "20000000-0000-0000-0000-000000001501",
"tenant_id": "A0000000-0000-4000-a000-000000000001",
"ingredient_id": "20000000-0000-0000-0000-000000000001",
"quantity": 50.0,
"location": "Madrid Centro - Display",
"production_stage": "FINISHED_PRODUCT",
"quality_status": "APPROVED",
"expiration_date": "BASE_TS + 1d",
"supplier_id": null,
"batch_number": "MAD-BAG-20250115-001",
"created_at": "BASE_TS",
"enterprise_shared": true,
"source_location": "Central Production Facility - Madrid"
}
],
"local_sales": [
{
"id": "70000000-0000-0000-0000-000000003001",
"tenant_id": "A0000000-0000-4000-a000-000000000001",
"sale_date": "2025-01-15T08:00:00Z",
"product_id": "20000000-0000-0000-0000-000000000001",
"quantity_sold": 25.0,
"unit_price": 2.75,
"total_revenue": 68.75,
"sales_channel": "RETAIL",
"created_at": "BASE_TS",
"notes": "Venta local en Madrid Centro",
"enterprise_location_sale": true,
"parent_order_id": "60000000-0000-0000-0000-000000002001"
}
]
}