@extends('layouts.app') @section('title') Dealer Vouchers @stop @section('breadcrumb')
@stop @section('content')Type | Checked | Posted | Date | Entry No. | ADJ | Account | Memo | 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->entry_no }} | @if ($entry->adjusting_entry) @endif | {{ $entry->account ? $entry->account->name : '' }} | {{ $entry->memo }} | {{ number_format($totalAmount[$entry->entry_no]) }} |
View
@if (!$entry->is_approved)
Approve @endif |