Audit riwayat transaksi keuangan double-entry Bebek Mba Reina secara mendalam dan terperinci.
| TANGGAL | NO. TRANSAKSI | CABANG & KETERANGAN | AKUN POSTING | DEBIT | KREDIT |
|---|---|---|---|---|---|
| {{ date('d-m-Y', strtotime($entry->transaction_date)) }} | @php $txNum = $entry->transaction_number; $targetUrl = '#'; if (str_starts_with($txNum, 'PJ-') || str_starts_with($txNum, 'POS') || str_contains($txNum, 'INV-')) { $targetUrl = '/admin/sales?search=' . urlencode($txNum); } elseif (str_starts_with($txNum, 'EXP-')) { $targetUrl = '/admin/expenses?search=' . urlencode($txNum); } elseif (str_starts_with($txNum, 'RC-') || str_starts_with($txNum, 'CD-') || str_starts_with($txNum, 'TF-')) { $targetUrl = '/admin/cash-bank?search=' . urlencode($txNum); } @endphp @if($targetUrl !== '#') {{ $txNum }} @else {{ $txNum }} @endif |
{{ $entry->branch->name ?? 'Global' }}
{{ $entry->description }}
|
@endif
{{ $item->chartOfAccount->name }} ({{ $item->chartOfAccount->code }}) | @if($item->debit > 0) Rp {{ number_format($item->debit, 0, ',', '.') }} @else - @endif | @if($item->credit > 0) Rp {{ number_format($item->credit, 0, ',', '.') }} @else - @endif |
| Tidak ada catatan jurnal umum yang terposting pada rentang tanggal ini. | |||||