update fixing by CODEX

This commit is contained in:
Fiqh Pratama
2025-10-26 14:14:06 +07:00
parent 6f9f0d34a3
commit e918e1e8a1
10 changed files with 55 additions and 40 deletions
@@ -72,11 +72,12 @@
</div>
<!-- Outstanding Expense -->
<div class="col d-flex">
<div class="small-box bg-danger flex-fill">
<div class="small-box bg-danger flex-fill" id="outstandingCard">
<div class="inner">
<h3>{{ $outstandingCount }}</h3>
<p>Outstanding Expenses</p>
<p class="mb-0"><small>Total Rp {{ number_format($outstandingTotal, 0, ',', '.') }}</small></p>
<p class="mb-0 filter-hint"><small>Klik untuk menampilkan detail</small></p>
</div>
<div class="icon">
<i class="fas fa-exclamation-triangle"></i>
@@ -139,21 +139,10 @@
</div>
</form>
<div class="modal fade" id="newAttachmentPreviewModal" tabindex="-1" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Pratinjau Lampiran - <span id="newAttachmentPreviewTitle" class="attachment-preview-modal-title"></span></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<img id="newAttachmentPreviewImage" class="img-fluid d-none" alt="Pratinjau lampiran">
<iframe id="newAttachmentPreviewPdf" class="w-100 d-none" style="min-height: 480px;" frameborder="0"></iframe>
<div id="newAttachmentPreviewPlaceholder" class="text-center text-muted">Tidak ada file untuk ditampilkan.</div>
</div>
</div>
</div>
</div>
@include('backend.components.attachment-preview-modal', [
'modalId' => 'newAttachmentPreviewModal',
'title' => 'Pratinjau Lampiran',
])
<div id="loading-spinner-overlay" class="d-none">
<div class="spinner-wrapper">