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

@@ -6,10 +6,10 @@
"sale_date": "2025-01-14T10:00:00Z",
"product_id": "20000000-0000-0000-0000-000000000001",
"quantity_sold": 45.0,
"unit_price": 2.50,
"total_revenue": 112.50,
"unit_price": 2.5,
"total_revenue": 112.5,
"sales_channel": "IN_STORE",
"created_at": "2025-01-15T06:00:00Z",
"created_at": "BASE_TS",
"notes": "Regular daily sales"
},
{
@@ -19,9 +19,9 @@
"product_id": "20000000-0000-0000-0000-000000000002",
"quantity_sold": 10.0,
"unit_price": 3.75,
"total_revenue": 37.50,
"total_revenue": 37.5,
"sales_channel": "IN_STORE",
"created_at": "2025-01-15T06:00:00Z",
"created_at": "BASE_TS",
"notes": "Morning croissant sales"
},
{
@@ -31,9 +31,9 @@
"product_id": "20000000-0000-0000-0000-000000000003",
"quantity_sold": 8.0,
"unit_price": 2.25,
"total_revenue": 18.00,
"total_revenue": 18.0,
"sales_channel": "IN_STORE",
"created_at": "2025-01-15T06:00:00Z",
"created_at": "BASE_TS",
"notes": "Lunch time bread sales"
},
{
@@ -43,9 +43,9 @@
"product_id": "20000000-0000-0000-0000-000000000004",
"quantity_sold": 12.0,
"unit_price": 1.75,
"total_revenue": 21.00,
"total_revenue": 21.0,
"sales_channel": "IN_STORE",
"created_at": "2025-01-15T06:00:00Z",
"created_at": "BASE_TS",
"notes": "Afternoon pastry sales"
},
{
@@ -54,17 +54,17 @@
"sale_date": "2025-01-15T07:30:00Z",
"product_id": "20000000-0000-0000-0000-000000000001",
"quantity_sold": 25.0,
"unit_price": 2.60,
"total_revenue": 65.00,
"unit_price": 2.6,
"total_revenue": 65.0,
"sales_channel": "IN_STORE",
"created_at": "2025-01-15T06:00:00Z",
"created_at": "BASE_TS",
"notes": "Early morning rush - higher price point",
"reasoning_data": {
"type": "peak_demand",
"parameters": {
"demand_factor": 1.2,
"time_period": "morning_rush",
"price_adjustment": 0.10
"price_adjustment": 0.1
}
}
}