@include('microfin.AopBudget.misYearlyPlan.report.details.header', array(
'company' => $company,
'fiscalyear' => $fiscalyear,
'projectName' => $projectName,
'areaName' => $areaName,
'zoneName' => $zoneName,
'regionName' => $regionName,
'branchName' => $branchName,
'projectTypeName' => $projectTypeName,
'filReportLevel' => $filReportLevel
))
| Components |
{{ $prevLastFy }} |
{{ $lastFy }} |
{{ $fiscalyear }} |
{{ $fiscalyear }} |
| Jul, {{ $partOfyear[0] }} |
Aug, {{ $partOfyear[0] }} |
Sep, {{ $partOfyear[0] }} |
Oct, {{ $partOfyear[0] }} |
Nov, {{ $partOfyear[0] }} |
Dec, {{ $partOfyear[0] }} |
Jan, {{ $partOfyear[1] }} |
Feb, {{ $partOfyear[1] }} |
Mar, {{ $partOfyear[1] }} |
Apr, {{ $partOfyear[1] }} |
May, {{ $partOfyear[1] }} |
Jun, {{ $partOfyear[1] }} |
Total |
@foreach($productCategories as $key => $item)
@foreach($particularsName as $opKey => $opName)
@if($opKey == 'add') | {{ $item['category'] }} | @endif
{{ $particularsName[$opKey] }} |
@if($opKey == 'add') | @endif
@php
if($opKey == 'add') {
$prevLastFyClosing = 0;
$lastFyClosing = $openingData[$key]['lastFyAdd'];
}
if($opKey == 'cancellation') {
$prevLastFyClosing = 0;
$lastFyClosing = $openingData[$key]['lastFyCancellation'];
}
if($opKey == 'net') {
$prevLastFyClosing = 0;
$lastFyClosing = $openingData[$key]['lastFyNet'];
}
if($opKey == 'closing') {
$prevLastFyClosing = $openingData[$key]['prevLastFyClosing'];
$lastFyClosing = $openingData[$key]['lastFyClosing'];
}
@endphp
@if($opKey == 'closing')
{{ $prevLastFyClosing }} |
@endif
{{ $lastFyClosing }} |
@foreach($fyMonths as $i => $month)
{{ $item[$opKey][$month] }} |
@endforeach
|
|
@endforeach
@endforeach
@foreach($particularsName as $opKey => $opName)
@if($opKey == 'add') | Total | @endif
{{ $particularsName[$opKey] }} |
@if($opKey == 'add') | @endif
@php
if($opKey == 'add') $totalLastFy = $total_lastFy_add;
if($opKey == 'cancellation') $totalLastFy = $total_lastFy_cancellation;
if($opKey == 'net') $totalLastFy = $total_lastFy_net;
if($opKey == 'closing') $totalLastFy = $total_lastFy_closing;
@endphp
@if($opKey == 'closing') {{ $total_prevLastFy_closing }} | @endif
{{ $totalLastFy }} |
@for ($i = 1; $i <= 12; $i++)
|
@endfor
|
|
@endforeach