Improve the UI and training

This commit is contained in:
Urtzi Alfaro
2025-11-15 15:20:10 +01:00
parent c349b845a6
commit 843cd2bf5c
19 changed files with 2073 additions and 233 deletions

View File

@@ -0,0 +1,74 @@
{
"categories": {
"daily_operations": "Daily Operations",
"smart_forecasting": "Smart Forecasting",
"smart_ordering": "Smart Ordering",
"business_insights": "Business Insights",
"multi_location": "Multi-Location",
"integrations": "Integrations",
"support": "Support & Training"
},
"features": {
"inventory_management": "Track all your inventory in real-time",
"inventory_management_tooltip": "See stock levels, expiry dates, and get low-stock alerts",
"sales_tracking": "Record every sale automatically",
"sales_tracking_tooltip": "Connect your POS or manually track sales",
"basic_recipes": "Manage recipes & ingredients",
"basic_recipes_tooltip": "Track ingredient costs and recipe profitability",
"production_planning": "Plan daily production batches",
"production_planning_tooltip": "Know exactly what to bake each day",
"basic_forecasting": "AI predicts your daily demand (7 days)",
"basic_forecasting_tooltip": "AI learns your sales patterns to reduce waste",
"demand_prediction": "Know what to bake before you run out",
"seasonal_patterns": "AI detects seasonal trends",
"seasonal_patterns_tooltip": "Understand Christmas, summer, and holiday patterns",
"weather_data_integration": "Weather-based demand predictions",
"weather_data_integration_tooltip": "Rainy days = more pastries, sunny days = less bread",
"traffic_data_integration": "Traffic & event impact analysis",
"traffic_data_integration_tooltip": "Predict demand during local events and high traffic",
"supplier_management": "Never run out of ingredients",
"supplier_management_tooltip": "Automatic reorder alerts based on usage",
"waste_tracking": "Track & reduce waste",
"waste_tracking_tooltip": "See what's expiring and why products go unsold",
"expiry_alerts": "Expiry date alerts",
"expiry_alerts_tooltip": "Get notified before ingredients expire",
"basic_reporting": "Sales & inventory reports",
"advanced_analytics": "Advanced profit & trend analysis",
"advanced_analytics_tooltip": "Understand which products make you the most money",
"profitability_analysis": "See profit margins by product",
"multi_location_support": "Manage up to 3 bakery locations",
"inventory_transfer": "Transfer products between locations",
"location_comparison": "Compare performance across bakeries",
"pos_integration": "Connect your POS system",
"pos_integration_tooltip": "Automatic sales import from your cash register",
"accounting_export": "Export to accounting software",
"full_api_access": "Full API access for custom integrations",
"email_support": "Email support (48h response)",
"phone_support": "Phone support (24h response)",
"dedicated_account_manager": "Dedicated account manager",
"support_24_7": "24/7 priority support"
},
"plans": {
"starter": {
"description": "Perfect for small bakeries getting started",
"tagline": "Start reducing waste and selling more",
"roi_badge": "Bakeries save €300-500/month on waste",
"support": "Email support (48h response)",
"recommended_for": "Single bakery, up to 50 products, 5 team members"
},
"professional": {
"description": "For growing bakeries with multiple locations",
"tagline": "Grow smart with advanced AI",
"roi_badge": "Bakeries save €800-1,200/month on waste & ordering",
"support": "Priority email + phone support (24h response)",
"recommended_for": "Growing bakeries, 2-3 locations, 100-500 products"
},
"enterprise": {
"description": "For large bakery chains and franchises",
"tagline": "No limits, maximum control",
"roi_badge": "Contact us for custom ROI analysis",
"support": "24/7 dedicated support + account manager",
"recommended_for": "Bakery chains, franchises, unlimited scale"
}
}
}