@for($i=1;$i<=2;$i++) @endfor @for($i=1;$i<=2;$i++) @endfor
@if( !empty($user_branch['letter_head'])) @endif
របាយការណ៍លំហូរសាច់ប្រាក់
Cash Flow Report
{{ $start_date }}​ ~ {{ $end_date }}
Account / គណនី: @if ($account_name == null) ទាំងអស់ @else {{$bank_name}} | {{$account_name}} | {{$account_no}} @endif
Bank / ធនាគារ: @if ($bank == null) ទាំងអស់ @else {{$bank}} @endif
Transaction Type / ប្រភេទប្រតិបត្តិការ: @if ($cash_flow_type_id == null) ទាំងអស់ @else {{$cash_flow_type}} @endif
@foreach ($data as $item) @endforeach
កាលបរិច្ឆេទ
Date
គណនី
Account
ធនាគារ
Bank
ប្រភេទប្រតិបត្តិការ
Transaction Type
សាច់ប្រាក់ពេលចាប់ផ្តើម
Start Balance
សាច់ប្រាក់ចូល
Cash In
ប្រាក់ចេញ
Cash Out
សាច់ប្រាក់ចុងក្រោយ
End Balance
សកម្មភាព
Action
ការកត់សម្គាល់
Remark
{{ $item->transaction_date }} {{ $item->label }} {{ $item->bank_name }} @if ($item->transaction_type == 1) បើកស្តុក @elseif($item->transaction_type == 2) បញ្ជាទិញ @elseif($item->transaction_type == 3) ថ្លៃដឹកពេលផ្ទេឃ្លាំង @elseif($item->transaction_type == 4) ស្តុកចូល @elseif($item->transaction_type == 5) ការត្រលប់ការលក់ @elseif($item->transaction_type == 6) ការដកប្រាក់ @elseif($item->transaction_type == 7) ផ្ទេរលុយចេញ @elseif($item->transaction_type == 8) ចំណាយផ្សេងៗ @elseif($item->transaction_type == 9) ការលក់ @elseif($item->transaction_type == 10) ស្តុកចេញ @elseif($item->transaction_type == 11) ការត្រលប់ការទិញ @elseif($item->transaction_type == 12) ចំណូលផ្សេងៗ @elseif($item->transaction_type == 13) ដាក់ប្រាក់ចូល @elseif($item->transaction_type == 14) ផ្ទេរលុយចូល @elseif($item->transaction_type == 15) អតិថិជនទូទាត់ប្រាក់ @else ទូទាត់ប្រាក់ទៅអ្នកផ្គត់ផ្គង់ @endif {{ $item->symbol }} {{App\Helpers\StringHelper::currency($item->start_balance) }} {{ $item->symbol }} {{App\Helpers\StringHelper::currency($item->cash_in) }} {{ $item->symbol }} {{App\Helpers\StringHelper::currency(($item->cash_out)) }} {{ $item->symbol }} {{App\Helpers\StringHelper::currency(($item->end_balance)) }} @if ($item->action_type == 1) បង្កើត @elseif ($item->action_type == 2) កែប្រែ @else លុប @endif {{ $item->remark }}
@for($i=1;$i<=8;$i++) @endfor @for($i=1;$i<=8;$i++) @endfor @for($i=1;$i<=8;$i++) @endfor
Payment By Currency / ប្រាក់សរុបតាមរូបិយប័ណ្ណ
ប្រាក់សរុបពេលចាប់ផ្តើម
@foreach($mycurrency as $row)
{{ $row['pdf_symbol'] }} {{App\Helpers\StringHelper::currency($row['totalStartBalace']) }}  
@endforeach សរុបសាច់ប្រាក់ចូល
@foreach($mycurrency as $row)
{{ $row['pdf_symbol'] }} {{App\Helpers\StringHelper::currency($row['totalCashIn']) }}  
@endforeach សរុបសាច់ប្រាក់ចេញ
@foreach($mycurrency as $row)
{{ $row['pdf_symbol'] }} {{App\Helpers\StringHelper::currency($row['totalCashOut']) }}  
@endforeach សរុបសាច់ចុងក្រោយ
@foreach($mycurrency as $row)
{{ $row['pdf_symbol'] }} {{App\Helpers\StringHelper::currency($row['totalEndBalance']) }}  
@endforeach
Total Payment / ប្រាក់សរុប:   {{ $default }} {{ App\Helpers\StringHelper::currency( $total_default_currency) }}