របាយការណ៍ចំណូលផ្សេងៗ Other Income Report |
|||||
{{ App\Helpers\StringHelper::dateTimeFormat($start_date) }} ~ {{ App\Helpers\StringHelper::dateTimeFormat($end_date) }} |
លេខរៀង | ស្ថានភាព | កាលបរិច្ឆេទចំណូល | លេខកូដ | ប្រភេទគណនីយ | ទឹកប្រាក់សរុប | ការកត់សម្គាល់ |
---|---|---|---|---|---|---|
{{ $index + 1}} | @if ($item->status==1) រង់ចាំ @else បានបញ្ចប់ @endif | {{App\Helpers\StringHelper::dateTimeFormat($item->income_date) }} | {{ $item->code }} | {{ $item->accounting_type }} | {{$item->symbol}} {{ $item->total_amount }} | {{ $item->remark }} |
Total By Currency / សរុបតាមរូបិយប័ណ្ណ:
@foreach ($group_currency as $item)
@if ($item['total'] != $last_currency['default_currency'])
@if ($item['total'] != 0)
{{ $item['symbol'] }} {{ $item['total'] }} @endif @endif @endforeach |
||||||
Total / សរុបចុងក្រោយ:
{{ $last_currency['symbol'] }} {{ $last_currency['default_currency'] }} |