update tgl 28 april
This commit is contained in:
parent
778db53716
commit
281d0e4d21
|
@ -98,7 +98,7 @@ function calculateBalancePHP($previousBalance, $debit, $kredit, $accountType) {
|
||||||
<tr class="border-b border-gray-200 hover:bg-gray-50">
|
<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">{{ date('d/m/Y', strtotime($item->Tanggal)) }}</td>
|
||||||
<td class="py-3 px-4">{{ $item->keterangan }}</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">
|
<td class="py-3 px-4 text-right">
|
||||||
@if($item->debit > 0)
|
@if($item->debit > 0)
|
||||||
{{ number_format($item->debit, 0, ',', '.') }}
|
{{ number_format($item->debit, 0, ',', '.') }}
|
||||||
|
|
Loading…
Reference in New Issue