Payroll dashboard - Remove payroll and detailed hours export buttons
This commit is contained in:
@@ -781,6 +781,7 @@
|
|||||||
|
|
||||||
<!-- Export Actions -->
|
<!-- Export Actions -->
|
||||||
<div class="export-actions">
|
<div class="export-actions">
|
||||||
|
<!--
|
||||||
<form method="POST" action="{{ url_for('export_payroll_excel') }}" style="display: inline;">
|
<form method="POST" action="{{ url_for('export_payroll_excel') }}" style="display: inline;">
|
||||||
<input type="hidden" name="date_from" value="{{ date_from }}">
|
<input type="hidden" name="date_from" value="{{ date_from }}">
|
||||||
<input type="hidden" name="date_to" value="{{ date_to }}">
|
<input type="hidden" name="date_to" value="{{ date_to }}">
|
||||||
@@ -804,7 +805,7 @@
|
|||||||
Export Detailed Hours
|
Export Detailed Hours
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
-->
|
||||||
<form method="POST" action="{{ url_for('export_payroll_excel') }}" style="display: inline;">
|
<form method="POST" action="{{ url_for('export_payroll_excel') }}" style="display: inline;">
|
||||||
<input type="hidden" name="date_from" value="{{ date_from }}">
|
<input type="hidden" name="date_from" value="{{ date_from }}">
|
||||||
<input type="hidden" name="date_to" value="{{ date_to }}">
|
<input type="hidden" name="date_to" value="{{ date_to }}">
|
||||||
@@ -813,7 +814,7 @@
|
|||||||
<input type="hidden" name="report_type" value="template">
|
<input type="hidden" name="report_type" value="template">
|
||||||
<button type="submit" class="btn btn-info">
|
<button type="submit" class="btn btn-info">
|
||||||
<i class="fas fa-file-contract"></i>
|
<i class="fas fa-file-contract"></i>
|
||||||
Export Template Format
|
Export Time Attendance
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user