update tgl 28 april

This commit is contained in:
whywdd 2025-04-28 22:34:51 +07:00
parent 778db53716
commit 281d0e4d21
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ function calculateBalancePHP($previousBalance, $debit, $kredit, $accountType) {
<tr class="border-b border-gray-200 hover:bg-gray-50">
<td class="py-3 px-4">{{ date('d/m/Y', strtotime($item->Tanggal)) }}</td>
<td class="py-3 px-4">{{ $item->keterangan }}</td>
<td class="py-3 px-4 text-center">{{ $item->kode }}</td>
<td class="py-3 px-4 text-center">-</td>
<td class="py-3 px-4 text-right">
@if($item->debit > 0)
{{ number_format($item->debit, 0, ',', '.') }}