05/06/2026 Initial commit

This commit is contained in:
2026-05-06 14:19:07 -04:00
parent 9da1dffd9a
commit dde18a2cd2
116 changed files with 4276 additions and 7 deletions
+10
View File
@@ -0,0 +1,10 @@
{% extends "tenant/base.html" %}
{% block title %}Dashboard{% endblock %}
{% block content %}
<h4 class="mb-4">Dashboard
{% if location %}<small class="text-muted fs-6">— {{ location.name }}</small>{% endif %}
</h4>
<div class="alert alert-info">
Phase 3 KPI widgets will appear here (daily revenue, appointments, staff on-shift, low-stock alerts).
</div>
{% endblock %}