| Particulars | Opening {{ $prevFiscalYear }} |
Savings | Total | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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] }} | ||||
| {{ $productCategoryname }} | @endif@if($item['operation'] == 'Add') Collection @elseif($item['operation'] == 'Cancellation') Refund @elseif($item['operation'] == 'Closing') Closing Balance @endif | @if($item['operation'] == 'Closing') @if($item['opening'] > 0) {{ number_format( $item['opening'] ) }} @else - @endif @endif | @for ($i = 1; $i <= 12; $i++)@if($value[$i] > 0) {{ number_format( $value[$i] ) }} @else - @endif | @endfor@if($item['total'] > 0) {{ number_format( $item['total'] ) }} @else - @endif | |||||||||||
| Total | Collection | @if( $totalOpening > 0 ) {{ number_format( $totalOpening ) }} @else - @endif | @for ($i = 1; $i <= 12; $i++)@if( $totalAdd[$i] > 0 ) {{ number_format( $totalAdd[$i] ) }} @else - @endif | @endfor@if( $gTotalAdd > 0 ) {{ number_format( $gTotalAdd ) }} @else - @endif | |||||||||||
| Refund | @for ($i = 1; $i <= 12; $i++)@if( $totalCancellation[$i] > 0 ) {{ number_format( $totalCancellation[$i] ) }} @else - @endif | @endfor@if( $gTotalCancellation > 0 ) {{ number_format( $gTotalCancellation ) }} @else - @endif | |||||||||||||
| Closing Balance | @for ($i = 1; $i <= 12; $i++)@if( $totalClosing[$i] > 0 ) {{ number_format( $totalClosing[$i] ) }} @else - @endif | @endfor@if( $gTotalClosing > 0 ) {{ number_format( $gTotalClosing ) }} @else - @endif | |||||||||||||