Add subcription feature 3
This commit is contained in:
18
shared/demo/fixtures/professional/12-distribution.json
Normal file
18
shared/demo/fixtures/professional/12-distribution.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"delivery_routes": [],
|
||||
"vehicles": [],
|
||||
"drivers": [],
|
||||
"delivery_schedules": [],
|
||||
"route_optimization_config": {
|
||||
"enabled": false,
|
||||
"algorithm": "basic",
|
||||
"constraints": {
|
||||
"max_distance_km": 50,
|
||||
"max_duration_minutes": 180,
|
||||
"vehicle_capacity_kg": 500
|
||||
}
|
||||
},
|
||||
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
|
||||
"is_active": false,
|
||||
"description": "Professional tier demo - basic distribution setup for single location bakery"
|
||||
}
|
||||
Reference in New Issue
Block a user