@include('microfin/miscellaneous/monthEndPendingAlert')
{{-- div for Company --}}
{{$company->name}}
{{$company->address}}
Month: {{ $filMonth }}
OLRS Accounting {{ ucfirst($dataType) }} Data
{!! Form::open(array('url' => '', 'id' => 'inputForm', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!}
@php if($accgroup == 'BS' || $accgroup == 'IS') { $colspanVal = 2; $width_class = ($is_migrated) ? 'width_40' : 'width_50'; } if($accgroup == 'RP') { $colspanVal = 4; $width_class = ($is_migrated) ? 'width_30' : 'width_40'; } @endphp @if($is_migrated) @endif @if($accgroup == 'BS') @if($is_migrated) @endif @elseif($accgroup == 'IS') @if($is_migrated) @endif @elseif($accgroup == 'RP') @if($is_migrated) @endif @endif {{ Form::hidden('mnyr', $mnyr) }} {{ Form::hidden('filMonth', $filMonth) }} {{ Form::hidden('dataType', $dataType) }} {{ Form::hidden('accgroup', $accgroup) }} {{ Form::hidden('olrs_migType', $olrs_migType) }} {{ Form::hidden('company_code', $company_code) }} {{ Form::hidden('po_code', $po_code) }} {{ Form::hidden('company_branch_code', $company_branch_code) }} {{ Form::hidden('finance_code', $finance_code) }} {{ Form::hidden('project_code', $project_code) }} {{ Form::hidden('component_code', $component_code) }} {{ Form::hidden('coa_id', $coa_id) }} @php $it = 0; $counter = count($constValues); $grandTotal = (object) [ 'this_month_cash' => array_sum(array_column($indicators, 'this_month_cash')), 'last_june' => array_sum(array_column($indicators, 'last_june')), 'this_month_noncash' => array_sum(array_column($indicators, 'this_month_noncash')), 'this_fy_cash' => array_sum(array_column($indicators, 'this_fy_cash')), 'this_fy_noncash' => array_sum(array_column($indicators, 'this_fy_noncash')), 'this_month_cash_migrated' => array_sum(array_column($indicators, 'this_month_cash_migrated')), 'this_month_noncash_migrated' => array_sum(array_column($indicators, 'this_month_noncash_migrated')), 'this_fy_cash_migrated' => array_sum(array_column($indicators, 'this_fy_cash_migrated')), 'this_fy_noncash_migrated' => array_sum(array_column($indicators, 'this_fy_noncash_migrated')), 'last_june_migrated' => array_sum(array_column($indicators, 'last_june_migrated')) ]; @endphp @while($it < $counter) @include('microfin.process.olrs.accountsDataTableHelper', array( 'captions' => $constValues[$it]['CAPTION'], 'ac_codes' => $constValues[$it]['AC_CODES'], 'indicators' => $indicators, 'dataType' => $dataType, 'accgroup' => $accgroup, 'colspan' => $colspan, 'is_migrated' => $is_migrated )) @php $it += 1; @endphp @endwhile @if($accgroup == 'BS') @if($is_migrated) @endif @elseif($accgroup == 'IS') @if($is_migrated) @endif @elseif($accgroup == 'RP') @if($is_migrated) @endif @endif
{{ ucfirst($dataType) }} Processed DataMigrated Data
Last June This MonthLast June This MonthThis Month This Fiscal YearThis Month This Fiscal YearThis Month Cash This Fiscal Year Cash This Month Non-Cash This Fiscal Year Non-CashThis Month Cash This Fiscal Year Cash This Month Non-Cash This Fiscal Year Non-Cash
Total {{ number_format( $grandTotal->last_june, 2) }} {{ number_format( $grandTotal->this_month_cash, 2) }}{{ number_format( $grandTotal->last_june_migrated, 2) }} {{ number_format( $grandTotal->this_month_cash_migrated, 2) }}{{ number_format( $grandTotal->this_month_cash, 2) }} {{ number_format( $grandTotal->this_fy_cash, 2) }}{{ number_format( $grandTotal->this_month_cash_migrated, 2) }} {{ number_format( $grandTotal->this_fy_cash_migrated, 2) }}{{ number_format( $grandTotal->this_month_cash, 2) }} {{ number_format( $grandTotal->this_fy_cash, 2) }} {{ number_format( $grandTotal->this_month_noncash, 2) }} {{ number_format( $grandTotal->this_fy_noncash, 2) }}{{ number_format( $grandTotal->this_month_cash_migrated, 2) }} {{ number_format( $grandTotal->this_fy_cash_migrated, 2) }} {{ number_format( $grandTotal->this_month_noncash_migrated, 2) }} {{ number_format( $grandTotal->this_fy_noncash_migrated, 2) }}
{!! Form::close() !!}