demo seed change
This commit is contained in:
72
shared/demo/fixtures/professional/09-sales.json
Normal file
72
shared/demo/fixtures/professional/09-sales.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"sales_data": [
|
||||
{
|
||||
"id": "70000000-0000-0000-0000-000000000001",
|
||||
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
|
||||
"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,
|
||||
"sales_channel": "IN_STORE",
|
||||
"created_at": "2025-01-15T06:00:00Z",
|
||||
"notes": "Regular daily sales"
|
||||
},
|
||||
{
|
||||
"id": "70000000-0000-0000-0000-000000000002",
|
||||
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
|
||||
"sale_date": "2025-01-14T11:00:00Z",
|
||||
"product_id": "20000000-0000-0000-0000-000000000002",
|
||||
"quantity_sold": 10.0,
|
||||
"unit_price": 3.75,
|
||||
"total_revenue": 37.50,
|
||||
"sales_channel": "IN_STORE",
|
||||
"created_at": "2025-01-15T06:00:00Z",
|
||||
"notes": "Morning croissant sales"
|
||||
},
|
||||
{
|
||||
"id": "70000000-0000-0000-0000-000000000003",
|
||||
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
|
||||
"sale_date": "2025-01-14T12:00:00Z",
|
||||
"product_id": "20000000-0000-0000-0000-000000000003",
|
||||
"quantity_sold": 8.0,
|
||||
"unit_price": 2.25,
|
||||
"total_revenue": 18.00,
|
||||
"sales_channel": "IN_STORE",
|
||||
"created_at": "2025-01-15T06:00:00Z",
|
||||
"notes": "Lunch time bread sales"
|
||||
},
|
||||
{
|
||||
"id": "70000000-0000-0000-0000-000000000004",
|
||||
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
|
||||
"sale_date": "2025-01-14T15:00:00Z",
|
||||
"product_id": "20000000-0000-0000-0000-000000000004",
|
||||
"quantity_sold": 12.0,
|
||||
"unit_price": 1.75,
|
||||
"total_revenue": 21.00,
|
||||
"sales_channel": "IN_STORE",
|
||||
"created_at": "2025-01-15T06:00:00Z",
|
||||
"notes": "Afternoon pastry sales"
|
||||
},
|
||||
{
|
||||
"id": "70000000-0000-0000-0000-000000000099",
|
||||
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
|
||||
"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,
|
||||
"sales_channel": "IN_STORE",
|
||||
"created_at": "2025-01-15T06:00:00Z",
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user