demo seed change
This commit is contained in:
43
shared/demo/fixtures/professional/01-tenant.json
Normal file
43
shared/demo/fixtures/professional/01-tenant.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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",
|
||||
"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,
|
||||
"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": "2025-02-15T06:00:00Z",
|
||||
"next_billing_date": "2025-02-01T06:00:00Z",
|
||||
"created_at": "2025-01-15T06:00:00Z",
|
||||
"updated_at": "2025-01-15T06:00:00Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user