📖 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 (session()->has('error'))
⚠️ {{ session('error') }}
@endif
@if($ledgerTimeRange === 'custom')
@endif
Periode: {{ $ledgerStart->format('d M Y') }} - {{ $ledgerEnd->format('d M Y') }}
@can('manage accounting') @endcan @forelse($ledgerEntries as $entry) @php $rowSpanCount = count($entry->journalItems); @endphp @foreach($entry->journalItems as $index => $item) @if($index === 0) @endif @if($index === 0) @can('manage accounting') @endcan @endif @endforeach @empty @endforelse
TANGGAL NO. TRANSAKSI CABANG & KETERANGAN AKUN POSTING DEBIT KREDITAKSI
{{ date('d-m-Y', strtotime($entry->transaction_date)) }} @php $txNum = (string) ($entry->transaction_number ?? ''); $targetUrl = '#'; if ($txNum !== '' && (str_starts_with($txNum, 'PJ-') || str_starts_with($txNum, 'POS') || str_contains($txNum, 'INV-'))) { $targetUrl = '/admin/sales?search=' . urlencode($txNum); } elseif ($txNum !== '' && str_starts_with($txNum, 'EXP-')) { $targetUrl = '/admin/expenses?search=' . urlencode($txNum); } elseif ($txNum !== '' && (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 {{ data_get($entry, 'branch.name', 'Global') }}
{{ $entry->description }}
{{ data_get($item, 'chartOfAccount.name', 'Akun Dihapus') }} ({{ data_get($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