Files
bakery-ia/shared/demo/fixtures/professional/01-tenant.json
2026-01-15 20:45:49 +01:00

50 lines
1.5 KiB
JSON

{
"tenant": {
"id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"name": "Panadería Artesana Madrid - Demo",
"subdomain": "demo-artesana",
"email": "demo.professional@panaderiaartesana.com",
"subscription_tier": "professional",
"tenant_type": "standalone",
"description": "Professional tier demo tenant for bakery operations",
"is_active": true,
"created_at": "2025-01-15T06:00:00Z",
"updated_at": "2025-01-15T06:00:00Z"
},
"owner": {
"id": "c1a2b3c4-d5e6-47a8-b9c0-d1e2f3a4b5c6",
"name": "María García López",
"email": "maria.garcia@panaderiaartesana.com",
"role": "owner"
},
"subscription": {
"id": "80000000-0000-0000-0000-000000000001",
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"plan": "professional",
"status": "active",
"monthly_price": 299.00,
"billing_cycle": "monthly",
"max_users": 10,
"max_locations": 3,
"max_products": 500,
"features": {
"production_planning": true,
"procurement_management": true,
"inventory_management": true,
"sales_analytics": true,
"multi_location": true,
"advanced_reporting": true,
"api_access": true,
"priority_support": true
},
"trial_ends_at": "BASE_TS+30d",
"next_billing_date": "BASE_TS+30d",
"stripe_subscription_id": null,
"stripe_customer_id": null,
"cancelled_at": null,
"cancellation_effective_date": null,
"created_at": "BASE_TS-30d",
"updated_at": "BASE_TS-30d",
"is_tenant_linked": true
}
}