demo seed change
This commit is contained in:
83
shared/demo/fixtures/enterprise/children/madrid.json
Normal file
83
shared/demo/fixtures/enterprise/children/madrid.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"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": "2025-02-15T00:00:00Z",
|
||||
"supplier_id": "40000000-0000-0000-0000-000000000001",
|
||||
"batch_number": "MAD-HAR-20250115-001",
|
||||
"created_at": "2025-01-15T06:00:00Z",
|
||||
"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": "2025-01-16T06:00:00Z",
|
||||
"supplier_id": null,
|
||||
"batch_number": "MAD-BAG-20250115-001",
|
||||
"created_at": "2025-01-15T06:00:00Z",
|
||||
"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": "2025-01-15T06:00:00Z",
|
||||
"notes": "Venta local en Madrid Centro",
|
||||
"enterprise_location_sale": true,
|
||||
"parent_order_id": "60000000-0000-0000-0000-000000002001"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user