📖 Jurnal Umum

Audit riwayat transaksi keuangan double-entry Bebek Mba Reina secara mendalam dan terperinci.

@can('manage accounting') @endcan
@if (session()->has('message'))
✅ {{ session('message') }}
@endif
@if($ledgerTimeRange === 'custom')
@endif
Periode: {{ $ledgerStart->format('d M Y') }} - {{ $ledgerEnd->format('d M Y') }}
@forelse($ledgerEntries as $entry) @php $rowSpanCount = count($entry->journalItems); @endphp @foreach($entry->journalItems as $index => $item) @if($index === 0) @endif @endforeach @empty @endforelse
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 }}
{{ $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.
@if($ledgerEntries->hasPages())
{{ $ledgerEntries->links() }}
@endif
@if($isOpenJournalModal) @endif