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,7 +1,7 @@
{#<input type="hidden" name="date" value="2025-10-20" >#}
<label> <div class=""> Dia </div>
<input type="date" name="date"
{#<label> <div class=""> Dia </div>#}
<input type="hidden" name="date"
value="{% now 'Y-m-d' %}"
class="date form-control"
{# class="date form-control"#}
>
</label><br>
{#</label><br>#}

View File

@@ -18,11 +18,12 @@
{% include 'Calendar/Create/date.html' %}
<br> {% include 'Calendar/Create/time.html' %}
{% include 'Calendar/Create/first_time.html' %}
<br>
<button type="submit" class="btn btn-primary"> Salvar </button>
&nbsp &nbsp &nbsp
<a href="{% url 'MovCalendarListView' %}" class="btn btn-secondary"> Cancelar </a>
</div>
</div>
<button type="submit" class="btn btn-primary"> Salvar </button>
&nbsp &nbsp &nbsp
<a href="{% url 'MovCalendarListView' %}" class="btn btn-secondary"> Cancelar </a>
</form>
</div>

View File

@@ -25,7 +25,7 @@
<th> Hora </th>
<th> professional </th>
<th> Cliente </th>
<th > service </th>
<th > Service </th>
<th width="15%"> Ações </th>
</tr>
</thead>
@@ -46,6 +46,7 @@
{# <i class="bi bi-pencil"></i>#}
{# </a>#}
{# {% endif %}#}
{# {% if perms.brands.delete_brands %}#}
<a href="{% url 'MovCalendarDeleteView' Cal.id %}" class="btn btn-danger btn-sm">
<i class="bi bi-trash"></i>

View File

@@ -10,7 +10,9 @@
{{ form.as_p }}
<button type="submit" class="btn btn-primary"> Salvar </button>
</form>
<a href="{% url 'BankAccountsListView' %}" class="btn btn-secondary mt-3 "> Cancelar e Voltar </a>
<button type="button" onclick="history.back()" class="btn btn-danger">
<i class="bi bi-arrow-left"></i> Cancelar e Voltar
</button>
</div>
</div>
</div>