demo seed change 2

This commit is contained in:
Urtzi Alfaro
2025-12-14 11:58:14 +01:00
parent ff830a3415
commit a030bd14c8
44 changed files with 3093 additions and 977 deletions

View File

@@ -16,7 +16,7 @@
"status": "ACTIVE",
"total_orders": 45,
"total_spent": 3250.75,
"created_at": "2025-01-15T06:00:00Z",
"created_at": "BASE_TS",
"notes": "Regular wholesale customer - weekly orders"
},
{
@@ -34,8 +34,8 @@
"country": "España",
"status": "ACTIVE",
"total_orders": 12,
"total_spent": 850.20,
"created_at": "2025-01-15T06:00:00Z",
"total_spent": 850.2,
"created_at": "BASE_TS",
"notes": "Small retail customer - biweekly orders"
},
{
@@ -53,8 +53,8 @@
"country": "España",
"status": "ACTIVE",
"total_orders": 28,
"total_spent": 2150.50,
"created_at": "2025-01-15T06:00:00Z",
"total_spent": 2150.5,
"created_at": "BASE_TS",
"notes": "Hotel chain - large volume orders"
},
{
@@ -72,8 +72,8 @@
"country": "España",
"status": "ACTIVE",
"total_orders": 8,
"total_spent": 620.40,
"created_at": "2025-01-15T06:00:00Z",
"total_spent": 620.4,
"created_at": "BASE_TS",
"notes": "Local bakery - frequent small orders"
},
{
@@ -92,7 +92,7 @@
"status": "ACTIVE",
"total_orders": 15,
"total_spent": 1250.75,
"created_at": "2025-01-15T06:00:00Z",
"created_at": "BASE_TS",
"notes": "Organic supermarket chain - premium products"
}
],
@@ -102,11 +102,11 @@
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"customer_id": "60000000-0000-0000-0000-000000000001",
"order_number": "ORD-20250115-001",
"order_date": "2025-01-14T11:00:00Z",
"delivery_date": "2025-01-15T09:00:00Z",
"order_date": "BASE_TS - 1d 5h",
"delivery_date": "BASE_TS + 3h",
"status": "DELIVERED",
"total_amount": 125.50,
"created_at": "2025-01-15T06:00:00Z",
"total_amount": 125.5,
"created_at": "BASE_TS",
"notes": "Regular weekly order"
},
{
@@ -114,11 +114,11 @@
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"customer_id": "60000000-0000-0000-0000-000000000002",
"order_number": "ORD-20250115-002",
"order_date": "2025-01-14T14:00:00Z",
"delivery_date": "2025-01-15T10:00:00Z",
"order_date": "BASE_TS - 1d 8h",
"delivery_date": "BASE_TS + 4h",
"status": "DELIVERED",
"total_amount": 45.20,
"created_at": "2025-01-15T06:00:00Z",
"total_amount": 45.2,
"created_at": "BASE_TS",
"notes": "Small retail order"
},
{
@@ -126,12 +126,12 @@
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"customer_id": "60000000-0000-0000-0000-000000000001",
"order_number": "ORD-URGENT-001",
"order_date": "2025-01-15T07:00:00Z",
"delivery_date": "2025-01-15T08:30:00Z",
"order_date": "BASE_TS + 1h",
"delivery_date": "BASE_TS + 2h 30m",
"status": "PENDING",
"total_amount": 185.75,
"is_urgent": true,
"created_at": "2025-01-15T06:00:00Z",
"created_at": "BASE_TS",
"notes": "Urgent order - special event at restaurant",
"reasoning_data": {
"type": "urgent_delivery",
@@ -147,11 +147,11 @@
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"customer_id": "60000000-0000-0000-0000-000000000005",
"order_number": "ORD-20250115-003",
"order_date": "2025-01-15T08:00:00Z",
"delivery_date": "2025-01-15T10:00:00Z",
"order_date": "BASE_TS + 2h",
"delivery_date": "BASE_TS + 4h",
"status": "PENDING",
"total_amount": 215.50,
"created_at": "2025-01-15T06:00:00Z",
"total_amount": 215.5,
"created_at": "BASE_TS",
"notes": "Regular wholesale order - organic products",
"reasoning_data": {
"type": "standard_delivery",
@@ -169,9 +169,9 @@
"order_id": "60000000-0000-0000-0000-000000000001",
"product_id": "20000000-0000-0000-0000-000000000001",
"quantity": 50.0,
"unit_price": 2.50,
"total_price": 125.00,
"created_at": "2025-01-15T06:00:00Z"
"unit_price": 2.5,
"total_price": 125.0,
"created_at": "BASE_TS"
},
{
"id": "60000000-0000-0000-0000-000000000102",
@@ -180,8 +180,8 @@
"product_id": "20000000-0000-0000-0000-000000000002",
"quantity": 12.0,
"unit_price": 3.75,
"total_price": 45.00,
"created_at": "2025-01-15T06:00:00Z"
"total_price": 45.0,
"created_at": "BASE_TS"
},
{
"id": "60000000-0000-0000-0000-000000000199",
@@ -191,7 +191,7 @@
"quantity": 75.0,
"unit_price": 2.45,
"total_price": 183.75,
"created_at": "2025-01-15T06:00:00Z",
"created_at": "BASE_TS",
"notes": "Urgent delivery - priority processing"
},
{
@@ -201,8 +201,8 @@
"product_id": "20000000-0000-0000-0000-000000000003",
"quantity": 20.0,
"unit_price": 3.25,
"total_price": 65.00,
"created_at": "2025-01-15T06:00:00Z"
"total_price": 65.0,
"created_at": "BASE_TS"
}
],
"completed_orders": [
@@ -211,11 +211,11 @@
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"customer_id": "60000000-0000-0000-0000-000000000001",
"order_number": "ORD-20250114-001",
"order_date": "2025-01-13T10:00:00Z",
"delivery_date": "2025-01-13T12:00:00Z",
"order_date": "BASE_TS - 2d 4h",
"delivery_date": "BASE_TS - 2d 6h",
"status": "DELIVERED",
"total_amount": 150.25,
"created_at": "2025-01-13T10:00:00Z",
"created_at": "BASE_TS - 2d 4h",
"notes": "Regular weekly order - delivered on time"
},
{
@@ -223,11 +223,11 @@
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"customer_id": "60000000-0000-0000-0000-000000000003",
"order_number": "ORD-20250114-002",
"order_date": "2025-01-13T14:00:00Z",
"delivery_date": "2025-01-14T08:00:00Z",
"order_date": "BASE_TS - 2d 8h",
"delivery_date": "BASE_TS - 1d 2h",
"status": "DELIVERED",
"total_amount": 225.75,
"created_at": "2025-01-13T14:00:00Z",
"created_at": "BASE_TS - 2d 8h",
"notes": "Hotel order - large quantity for breakfast service"
},
{
@@ -235,11 +235,11 @@
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"customer_id": "60000000-0000-0000-0000-000000000002",
"order_number": "ORD-20250113-001",
"order_date": "2025-01-12T09:00:00Z",
"delivery_date": "2025-01-12T11:00:00Z",
"order_date": "BASE_TS - 3d 3h",
"delivery_date": "BASE_TS - 3d 5h",
"status": "DELIVERED",
"total_amount": 55.50,
"created_at": "2025-01-12T09:00:00Z",
"total_amount": 55.5,
"created_at": "BASE_TS - 3d 3h",
"notes": "Small retail order - delivered on time"
},
{
@@ -247,11 +247,11 @@
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"customer_id": "60000000-0000-0000-0000-000000000004",
"order_number": "ORD-20250113-002",
"order_date": "2025-01-12T11:00:00Z",
"delivery_date": "2025-01-12T14:00:00Z",
"order_date": "BASE_TS - 3d 5h",
"delivery_date": "BASE_TS - 3d 8h",
"status": "DELIVERED",
"total_amount": 42.75,
"created_at": "2025-01-12T11:00:00Z",
"created_at": "BASE_TS - 3d 5h",
"notes": "Local bakery order - small quantity"
},
{
@@ -259,11 +259,11 @@
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"customer_id": "60000000-0000-0000-0000-000000000005",
"order_number": "ORD-20250112-001",
"order_date": "2025-01-11T10:00:00Z",
"delivery_date": "2025-01-11T16:00:00Z",
"order_date": "BASE_TS - 4d 4h",
"delivery_date": "BASE_TS - 4d 10h",
"status": "DELIVERED",
"total_amount": 185.25,
"created_at": "2025-01-11T10:00:00Z",
"created_at": "BASE_TS - 4d 4h",
"notes": "Organic supermarket order - premium products"
},
{
@@ -271,11 +271,11 @@
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"customer_id": "60000000-0000-0000-0000-000000000001",
"order_number": "ORD-20250111-001",
"order_date": "2025-01-10T08:00:00Z",
"delivery_date": "2025-01-10T10:00:00Z",
"order_date": "BASE_TS - 5d 2h",
"delivery_date": "BASE_TS - 5d 4h",
"status": "DELIVERED",
"total_amount": 135.50,
"created_at": "2025-01-10T08:00:00Z",
"total_amount": 135.5,
"created_at": "BASE_TS - 5d 2h",
"notes": "Regular wholesale order - delivered on time"
},
{
@@ -283,11 +283,11 @@
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"customer_id": "60000000-0000-0000-0000-000000000003",
"order_number": "ORD-20250110-001",
"order_date": "2025-01-09T15:00:00Z",
"delivery_date": "2025-01-10T07:00:00Z",
"order_date": "BASE_TS - 6d 9h",
"delivery_date": "BASE_TS - 5d 1h",
"status": "DELIVERED",
"total_amount": 195.75,
"created_at": "2025-01-09T15:00:00Z",
"created_at": "BASE_TS - 6d 9h",
"notes": "Hotel order - evening delivery for next morning"
},
{
@@ -295,11 +295,11 @@
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"customer_id": "60000000-0000-0000-0000-000000000002",
"order_number": "ORD-20250109-001",
"order_date": "2025-01-08T10:00:00Z",
"delivery_date": "2025-01-08T12:00:00Z",
"order_date": "BASE_TS - 7d 4h",
"delivery_date": "BASE_TS - 7d 6h",
"status": "DELIVERED",
"total_amount": 48.25,
"created_at": "2025-01-08T10:00:00Z",
"created_at": "BASE_TS - 7d 4h",
"notes": "Small retail order - delivered on time"
}
]