[UPDT] ATTENDANCE: Hour account initial load with group by view
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user