first commit

This commit is contained in:
2026-01-02 09:19:43 -03:00
parent 63cf724aaf
commit cc44b7ef4f
187 changed files with 2484 additions and 686 deletions

View File

@@ -1,4 +1,4 @@
<footer class="footer mt-auto py-3 text-center bg-body-tertiary">
<footer class="card-footer mt-auto py-3 text-center bg-body-tertiary">
<div class="container">
<a class="navbar-brand --bs-success-text-emphasis" href="{% url 'Home' %}"> © CenterPes </a>
</div>

View File

@@ -13,12 +13,18 @@
{% if perms.Base.view_bankaccount %}
<a class="list-group-item list-group-item-action" href="{% url 'ClientListView' %}" > Client </a>
{% endif %}
{% if perms.Base.view_bankaccount %}
<a class="list-group-item list-group-item-action" href="{% url 'DashboardProf' %}" > Prof </a>
{% endif %}
{% if perms.Base.view_bankaccount %}
<a class="list-group-item list-group-item-action" href="{% url 'MovCalendarListView' %}" > MovCalendar </a>
{% endif %}
{% if perms.Base.view_bankaccount %}
<a class="list-group-item list-group-item-action" href="{% url 'MovProductListView' %}" > MovProduct </a>
{% endif %}
{% if perms.Base.view_bankaccount %}
<a class="list-group-item list-group-item-action" href="{% url 'MovExpenseOrCreditListView' %}" > Despesas ou Creditos </a>
{% endif %}
</div>
</div>
{% endif %}