feat(transmittal): replace PDF export with Excel export and add logo

- Remove PDF export functionality from TransmittalResource and CreateTransmittal page
- Add new TransmittalExcelExport class for formatted Excel exports with company logo
- Update export jobs to generate unique filenames per user and refresh user data
- Replace PDF export action with Excel export in table actions
- Comment out logo in PDF view template as it's no longer used
- Fix import alias for Excel export action in GeneralLedger
This commit is contained in:
Jp
2026-02-19 03:11:17 +08:00
parent b95f23f223
commit 6eeedbeeb0
7 changed files with 176 additions and 78 deletions

View File

@@ -36,7 +36,7 @@
</head>
<body>
<div class="header">
<img src="{{ public_path('images/logo.png') }}" alt="Logo" class="header-logo">
{{-- <img src="{{ asset('images/logo-dark.png') }}" alt="Logo" class="header-logo"> --}}
<div class="header-title">Transmittal Report</div>
</div>