{{++$x}} |
{{$list->transaction_date}} |
{{$list->description}} {{$list->particular}} |
@if($list->entry_type == 1)
CR |
{{$list->reference_id}} |
@elseif($list->entry_type == 2)
JV / DM |
{{$list->reference_id}} |
@elseif($list->entry_type == 3)
D |
{{$list->reference_id}} |
@elseif($list->entry_type == 4)
PC |
{{$list->reference_id}} |
@elseif($list->entry_type == 5)
JV |
{{$list->reference_id}} |
@else
BG |
|
@endif
{{number_format(abs($list->debit),2)}} |
{{number_format(abs($list->credit),2)}} |
{{number_format($balance,2)}} |
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\display_general_ledger.blade.php on line 74
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\display_general_ledger.blade.php on line 74
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\display_general_ledger.blade.php on line 75
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\display_general_ledger.blade.php on line 75
@endforeach
|
|
|
|
TOTAL |
{{number_format($total_debit,2)}} |
{{number_format($total_credit,2)}} |
@if($account_type == 0 )
{{number_format(abs($total_debit-$total_credit),2)}} |
@else
{{number_format(abs($total_credit-$total_debit),2)}} |
@endif