{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Onboarding - Gvelo Enterprise Platform{% endblock %} {% block body_class %}operational-page ops-page{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

First-Time Setup

Guided setup for real shop owners, branches, cashiers, inventory, payments, and receipts.

{{ snapshot.percent }}% Complete

AI Assistant

{{ assistant.title }}

{{ assistant.message }}

Smart Defaults

Country {{ snapshot.smart_defaults.country }}, currency {{ snapshot.smart_defaults.currency }}, low-stock alert at {{ snapshot.smart_defaults.low_stock_threshold }} units.

Guided Shop Setup

{% for step in snapshot.steps %}
{{ step.status|title }}

{{ step.title }}

{{ step.detail }}

{% if step.status != 'completed' %} {% endif %}
{% endfor %}

Recommendations

{% for rec in snapshot.recommendations %}
{{ rec.priority|title }} {{ rec.title }}

{{ rec.message }}

{% else %}
No open recommendations.
{% endfor %}
{% endblock %}