@extends(isset($input['print']) && $input['print']==1 ? 'layouts.general' : 'layouts.app') @section('link') @if(isset($input) && (!isset($input['print']) || $input['print']==1)) @endif @endsection @section('style') @endsection @section('content') @include('shared.messages')
{{strtoupper(__('texte.references_arr.accounting.id'))}} | {{__('texte.references_arr.accounting.number')}} | {{__('texte.references_arr.accounting.document')}} | {{__('texte.references_arr.accounting.date')}} | {{__('texte.references_arr.accounting.client')}} | {{__('texte.references_arr.accounting.object')}} | {{__('texte.references_arr.accounting.supplier')}} | {{__('texte.references_arr.accounting.amount')}} | {{__('texte.references_arr.accounting.vat')}} | {{__('texte.references_arr.accounting.total')}} | @foreach($documents as $document)
---|---|---|---|---|---|---|---|---|---|
{{$document->id}} | {{ $document->number }} | {{ $document->title}} | {{ date("d.m.Y",strtotime($document->date)) }} | {{ $document->documentable_type=='App\Models\Obect' ? $document->documentable->client->name : ''}} | {{ $document->documentable_type=='App\Models\Obect' ? $document->documentable->name : ''}} | {{ $document->documentable_type=='App\Models\Supplier' ? $document->documentable->name : ''}} |
Notice: Undefined variable: document in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 184 Notice: Trying to get property 'value' of non-object in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 184 Notice: Undefined variable: document in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 184 Notice: Trying to get property 'creation_type' of non-object in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 184 Notice: Undefined variable: document in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 184 Notice: Trying to get property 'creation_type' of non-object in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 184 {{ number_format($document->value,2,'.','')}} |
Notice: Undefined variable: document in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 188 Notice: Trying to get property 'vat' of non-object in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 188 Notice: Undefined variable: document in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 188 Notice: Trying to get property 'creation_type' of non-object in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 188 Notice: Undefined variable: document in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 188 Notice: Trying to get property 'creation_type' of non-object in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 188 {{ number_format($document->vat,2,'.','')}} |
Notice: Undefined variable: document in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 192 Notice: Trying to get property 'value' of non-object in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 192 Notice: Undefined variable: document in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 192 Notice: Trying to get property 'creation_type' of non-object in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 192 Notice: Undefined variable: document in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 192 Notice: Trying to get property 'creation_type' of non-object in D:\dev\erp\resources\views\references\accounting\accounting.blade.php on line 192 {{ number_format($document->total,2,'.','')}} |
{{__('texte.references_arr.accounting.total')}} | {{number_format($sum_value,2,'.','')}} | {{number_format($sum_vat,2,'.','')}} | {{number_format($sum_total,2,'.','')}} |