{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}GavliXZ Deep tech Unit - Server Control Center{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Server Control Center

Owner-level controls for shops, billing, governance, deployment, reliability, backups, and platform intelligence.

Admin Dashboard
System Readiness
{{ 'Ready' if system_readiness and system_readiness.ok else 'Needs Attention' }}
App Version
{{ current_version or '1.0' }}
Registered Shops
{{ shop_count }}
Shops Needing Review
{{ pending_shop_count }}
Open Agent Failures
{{ agent_failure_count }}
Offline Queue
{{ offline_summary.pending if offline_summary else 0 }}
Reliability
{{ system_readiness.score if system_readiness else 0 }}/100
Verification Routes
{{ 'Deactivated' if verification_summary and verification_summary.all_deactivated else verification_summary.active_count ~ ' Active' }}

Onboarding & QR Launch

Fast access for first-time setup guidance, the onboarding video, and the app QR code used from the logo splash page.

Open Onboarding Watch Onboarding Video Demo QR Gateway Open App QR
QR code to open Gvelo Enterprise Platform

Offline Continuity

Survival controls for offline sales, protected sync queues, storage pressure, recovery snapshots, and resilience reports.

{% if offline_summary %}

Pending {{ offline_summary.pending }} | Failed {{ offline_summary.failed }} | Conflicts {{ offline_summary.conflicts }} | Recovered {{ offline_summary.recovered }}

{% endif %}

Business Oversight

Server-owner views for business activity, analytics, customer success, retention, billing, receipts, and support.

Growth & Product Intelligence

Strategic, product, market, pilot, distribution, demo, cost, and focus controls for platform growth.

{% endblock %}