{{ __('Journal Entries') }}

@csrf
Transaction NO.

JE-0000{{$transaction_no}}


Account
Type
Amount

$

@csrf
@foreach ($entries as $entry ) @if ($entry->transaction_no == $transaction_no) @endif @endforeach
Entry # General Account Sub Account Debit Credit Action
{{$count++}} @foreach ($glAccounts as $glAccount) @foreach ($accounts as $account) @if ($entry->accountId == $account->id && $account->parentAccountId == $glAccount->id) {{$glAccount->name}} @endif @endforeach @endforeach @foreach ($accounts as $account) @if ($entry->accountId == $account->id) {{$account->name}} @endif @endforeach ${{$entry->debit}} ${{$entry->credit}}

Entry Description
Attachement
Cancel