Perbandingan Petty Cash vs Realisasi (Halaman Ini)
Detail Transaksi Riwayat
| # | Cabang / Region | Periode | Total Budget (Petty Cash) | Total Debet (Masuk) | Total Kredit (Keluar) | Realisasi (Sisa) | Waktu Assign | Status |
|---|---|---|---|---|---|---|---|---|
| {{ ($data->currentPage() - 1) * $data->perPage() + $loop->iteration }} |
{{ $item->cabang->name ?? '-' }}
{{ $item->cabang->region->name ?? '-' }}
|
{{ strtoupper($item->periode_month) }} {{ $item->periode_year }} | Rp {{ number_format($item->total_budget, 0, ',', '.') }} | Rp {{ number_format($item->total_debet, 0, ',', '.') }} | Rp {{ number_format($item->total_credit, 0, ',', '.') }} | Rp {{ number_format($item->realisasi, 0, ',', '.') }} | {{ $item->created_at->format('d M Y') }} {{ $item->created_at->format('H:i') }} WIB | {{ $item->status }} |
|
Belum ada riwayat budget yang tercatat. |
||||||||