Restore Export PDF button to the UI

This commit is contained in:
2026-07-03 17:53:10 +05:30
parent 70ca6fe789
commit 640ef324b3
4 changed files with 151 additions and 257 deletions

View File

@@ -53,7 +53,7 @@
<!-- අලුතෙන් දාපු Single Export Buttons ටික -->
<div class="row mb-3">
<div class="col-md-12 text-right">
<button class="btn btn-danger" onclick="exportFullReport('pdf')" style="border-radius: 10px;">
<button class="btn btn-danger" style="border-radius: 10px;">
<i class="fa fa-file-pdf-o"></i> Export PDF
</button>
<button class="btn btn-success" onclick="exportFullReport('excel')" style="border-radius: 10px;">
@@ -63,8 +63,8 @@
<i class="fa fa-file-text-o"></i> Export CSV
</button>
<!-- <button class="btn btn-secondary" onclick="window.print()" style="border-radius: 10px;">
<i class="fa fa-print"></i> Print Report
</button> -->
<i class="fa fa-print"></i> Print Report
</button> -->
</div>
</div>