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