Fix Demo enterprise
This commit is contained in:
@@ -1,55 +1,114 @@
|
||||
{
|
||||
"tenant": {
|
||||
"id": "80000000-0000-4000-a000-000000000001",
|
||||
"name": "Panadería Central - Demo Enterprise",
|
||||
"name": "Panader\u00eda Artesana Espa\u00f1a - Central",
|
||||
"subscription_tier": "enterprise",
|
||||
"tenant_type": "parent",
|
||||
"email": "demo.enterprise@panaderiacentral.com",
|
||||
"subdomain": "demo-central",
|
||||
"description": "Enterprise tier demo tenant with multiple locations",
|
||||
"created_at": "2025-01-15T06:00:00Z",
|
||||
"email": "central@panaderiaartesana.es",
|
||||
"subdomain": "artesana-central",
|
||||
"is_active": true,
|
||||
"created_at": "2024-01-01T00:00:00Z",
|
||||
"updated_at": "2024-01-01T00:00:00Z"
|
||||
},
|
||||
"owner": {
|
||||
"id": "d2e3f4a5-b6c7-48d9-e0f1-a2b3c4d5e6f7",
|
||||
"name": "Carlos Rodr\u00edguez",
|
||||
"email": "director@panaderiaartesana.es",
|
||||
"role": "owner"
|
||||
},
|
||||
"subscription": {
|
||||
"id": "80000000-0000-0000-0000-000000000001",
|
||||
"tenant_id": "80000000-0000-4000-a000-000000000001",
|
||||
"plan": "enterprise",
|
||||
"status": "active",
|
||||
"monthly_price": 1999.0,
|
||||
"max_users": 50,
|
||||
"max_locations": 20,
|
||||
"max_products": 5000,
|
||||
"features": {
|
||||
"multi_location_management": true,
|
||||
"centralized_inventory": true,
|
||||
"centralized_production": true,
|
||||
"bulk_procurement": true,
|
||||
"advanced_analytics": true,
|
||||
"custom_reporting": true,
|
||||
"api_access": true,
|
||||
"priority_support": true,
|
||||
"cross_location_optimization": true,
|
||||
"distribution_management": true
|
||||
},
|
||||
"trial_ends_at": "2025-02-15T06:00:00Z",
|
||||
"next_billing_date": "2025-02-01T06:00:00Z",
|
||||
"created_at": "2024-01-01T00:00:00Z",
|
||||
"updated_at": "2024-01-01T00:00:00Z",
|
||||
"enterprise_features": [
|
||||
"multi_location_management",
|
||||
"centralized_inventory",
|
||||
"centralized_production",
|
||||
"bulk_procurement",
|
||||
"advanced_analytics",
|
||||
"custom_reporting",
|
||||
"api_access",
|
||||
"priority_support"
|
||||
"priority_support",
|
||||
"cross_location_optimization",
|
||||
"distribution_management"
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"id": "A0000000-0000-4000-a000-000000000001",
|
||||
"name": "Madrid Centro",
|
||||
"name": "Madrid - Salamanca",
|
||||
"location": {
|
||||
"city": "Madrid",
|
||||
"zone": "Centro",
|
||||
"latitude": 40.4168,
|
||||
"longitude": -3.7038
|
||||
"zone": "Salamanca",
|
||||
"latitude": 40.4284,
|
||||
"longitude": -3.6847
|
||||
},
|
||||
"description": "Central Madrid location"
|
||||
"description": "Premium location in upscale Salamanca district"
|
||||
},
|
||||
{
|
||||
"id": "B0000000-0000-4000-a000-000000000001",
|
||||
"name": "Barcelona Gràcia",
|
||||
"name": "Barcelona - Eixample",
|
||||
"location": {
|
||||
"city": "Barcelona",
|
||||
"zone": "Gràcia",
|
||||
"latitude": 41.4036,
|
||||
"longitude": 2.1561
|
||||
"zone": "Eixample",
|
||||
"latitude": 41.3947,
|
||||
"longitude": 2.1616
|
||||
},
|
||||
"description": "Barcelona Gràcia district location"
|
||||
"description": "High-volume tourist and local area in central Barcelona"
|
||||
},
|
||||
{
|
||||
"id": "C0000000-0000-4000-a000-000000000001",
|
||||
"name": "Valencia Ruzafa",
|
||||
"name": "Valencia - Ruzafa",
|
||||
"location": {
|
||||
"city": "Valencia",
|
||||
"zone": "Ruzafa",
|
||||
"latitude": 39.4623,
|
||||
"longitude": -0.3645
|
||||
},
|
||||
"description": "Valencia Ruzafa neighborhood location"
|
||||
"description": "Trendy artisan neighborhood with focus on quality"
|
||||
},
|
||||
{
|
||||
"id": "D0000000-0000-4000-a000-000000000001",
|
||||
"name": "Seville - Triana",
|
||||
"location": {
|
||||
"city": "Seville",
|
||||
"zone": "Triana",
|
||||
"latitude": 37.3828,
|
||||
"longitude": -6.0026
|
||||
},
|
||||
"description": "Traditional Andalusian location with local specialties"
|
||||
},
|
||||
{
|
||||
"id": "E0000000-0000-4000-a000-000000000001",
|
||||
"name": "Bilbao - Casco Viejo",
|
||||
"location": {
|
||||
"city": "Bilbao",
|
||||
"zone": "Casco Viejo",
|
||||
"latitude": 43.2567,
|
||||
"longitude": -2.9272
|
||||
},
|
||||
"description": "Basque region location with focus on quality and local culture"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user