Improve onboarding

This commit is contained in:
Urtzi Alfaro
2025-12-18 13:26:32 +01:00
parent f76b3f8e6b
commit f10a2b92ea
42 changed files with 2175 additions and 984 deletions

View File

@@ -23,6 +23,7 @@
"plan": "enterprise",
"status": "active",
"monthly_price": 1999.0,
"billing_cycle": "monthly",
"max_users": 50,
"max_locations": 20,
"max_products": 5000,
@@ -38,22 +39,14 @@
"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",
"cross_location_optimization",
"distribution_management"
]
"trial_ends_at": "BASE_TS+60d",
"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-90d",
"updated_at": "BASE_TS-1d"
},
"children": [
{

View File

@@ -23,6 +23,7 @@
"plan": "professional",
"status": "active",
"monthly_price": 299.00,
"billing_cycle": "monthly",
"max_users": 10,
"max_locations": 3,
"max_products": 500,
@@ -36,9 +37,13 @@
"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"
"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"
}
}