@extends('layouts/microfin_layout') @section('title', 'MIS Yearly Plan Details') @section('content') @include('microfin.AopBudget.misYearlyPlan.entry.style')
| Particulars | {{ $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 | |||||
| {{ $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') | @else @endif | @foreach($fyMonths as $i => $month) @if (($key == 3 || $key == 6) && $opKey == 'add' ) | $i) readonly @endif onclick='checkelement(this)' value="{{ $item[$opKey][$month] }}" id="{{ $opKey }}_{{ $key }}_{{ $i }}" name="{{ $opKey }}_{{ $key }}_{{ $i }}" class="form-control {{ $textStyle }}" {{ $isEdit && ($opKey == 'add') ? 'readonly' : '' }} /> | @else$i) readonly @endif onclick='checkelement(this)' value="{{ $item[$opKey][$month] }}" id="{{ $opKey }}_{{ $key }}_{{ $i }}" name="{{ $opKey }}_{{ $key }}_{{ $i }}" class="form-control {{ $textStyle }}" {{ $isEdit && ($opKey == 'add' || $opKey == 'cancellation') ? '' : 'readonly' }} /> | @endif @endforeach|||||||||||
| 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') | {{ number_format($total_prevLastFy_closing) }} | @endif{{ number_format($totalLastFy) }} | @for ($i = 1; $i <= 12; $i++)0 | @endfor0 | 0 | {!! Form::submit('Save', ['id' => 'budgetSubmit', 'class' => 'btn btn-primary btn-md', 'style'=>'font-size:12px']); !!} | |||||||||