first commit
This commit is contained in:
24
Base/templates/Dashboards/DashboardProf/index.html
Normal file
24
Base/templates/Dashboards/DashboardProf/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{% extends "BaseLogin.html" %}
|
||||
{% block title %} Dashboard Prof {% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<div class="row">
|
||||
{% include 'Dashboards/DashboardProf/List_prof.html' %}
|
||||
<hr>
|
||||
|
||||
<div class="resumo">
|
||||
<h3>Resumo do Mês</h3>
|
||||
<p>
|
||||
<strong>Total Ganho a Receber: R$ </strong>
|
||||
<span class="fs-4 fw-bold">
|
||||
{{ Money|floatformat:2 }}
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
{% include 'Dashboards/DashboardProf/Resumo do Mês.html' %}
|
||||
{% include 'Dashboards/DashboardProf/Relatório de Saídas.html' %}
|
||||
{% include 'Dashboards/DashboardProf/Relatório de Entradas.html' %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user