[UPDT] ATTENDANCE: Hour account initial load with group by view

This commit is contained in:
Horilla
2024-04-03 10:43:14 +05:30
parent d0b5936ca8
commit 91fffc2afd

View File

@@ -18,6 +18,14 @@
</div>
<div class="oh-checkpoint-badge text-danger mb-2" id="selectedShow" >
</div>
{% include 'attendance/attendance_account/overtime_list.html' %}
<div id="ot-table" hx-target="#ot-table" hx-get="{% url 'attendance-ot-search' %}?field=month&year={% now 'Y' %}" hx-trigger="load">
{% include 'filter_tags.html' %}
</div>
</div>
<script>
$("[name=field]").val("month")
</script>
{% endblock %}