Type | Checked | Posted | Date | Cheque No. | Account | Debit/Credit (+/-) | Action | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
CRV-{{ $entry->voucher_no }} | @elseif($entry->voucher_type == \App\GeneralJournalEntry::BRV)BRV-{{ $entry->voucher_no }} | @elseif($entry->voucher_type == \App\GeneralJournalEntry::CPV)CPV-{{ $entry->voucher_no }} | @elseif($entry->voucher_type == \App\GeneralJournalEntry::BPV)BPV-{{ $entry->voucher_no }} | @elseif($entry->voucher_type == \App\GeneralJournalEntry::JV)JV-{{ $entry->voucher_no }} | @else@endif | @if ($entry->is_check) @else @endif | @if ($entry->is_post) @else @endif | {{ date('d/m/Y', strtotime($entry->date)) }} | {{ $entry->cheaque_no ? $entry->cheaque_no : '' }} | {{ $entry->account ? $entry->account->name : '' }} | {{ number_format($totalAmount[$entry->entry_no]) }} |
View
@if (!$entry->is_approved)
Approve @endif |