History Perubahan Anggaran

{{ $anggaran->nama_anggaran }} ({{ $anggaran->kode_rekening }})

← Kembali ke Daftar

Nama Anggaran

{{ $anggaran->nama_anggaran }}

Pagu Saat Ini

{{ $anggaran->paguFormatted }}

Realisasi

{{ $anggaran->realisasiFormatted }}

Tahun Anggaran

{{ $anggaran->tahun_anggaran }}

Total Perubahan

{{ $totalPerubahan }}

Penambahan Pagu

{{ $totalPaguTambah }}

Pengurangan Pagu

{{ $totalPaguKurang }}

Riwayat Perubahan

@forelse($histories as $history) @empty @endforelse
Tanggal @if ($sortField === 'created_at') @endif
User Tipe Sebelum Sesudah Selisih Keterangan
{{ $history->created_at->format('d/m/Y') }}
{{ $history->created_at->format('H:i:s') }}
{{ $history->user->name ?? 'System' }}
{{ $history->user->email ?? '' }}
{{ ucfirst($history->tipe_perubahan) }}
Rp {{ number_format($history->nilai_sebelum, 0, ',', '.') }}
Rp {{ number_format($history->nilai_sesudah, 0, ',', '.') }}
@php $selisih = $history->nilai_sesudah - $history->nilai_sebelum; @endphp
{{ $selisih >= 0 ? '+' : '' }}Rp {{ number_format($selisih, 0, ',', '.') }}
@if ($selisih != 0)
{{ $selisih > 0 ? 'Penambahan' : 'Pengurangan' }}
@endif
{{ $history->keterangan ?? '-' }}
📭

Belum ada riwayat perubahan

Semua perubahan akan tercatat di sini

@if ($histories->hasPages())
@if ($histories->onFirstPage()) Previous @else @endif @if ($histories->hasMorePages()) @else Next @endif
@endif
{{--
--}}
@push('styles') @endpush @push('scripts') {{-- --}} @endpush