No. | Details | @if(count($monthArrs) > 0) @foreach($monthArrs as $m => $month){{ $month['month_name'] }} | @endforeach @endif
---|---|---|
{{ $no++ }} |
{{ $datas->receipt_number_prefix }}-{{ $datas->ashram_id }}
Checker Name : @if(getHoId(Auth::user()->id) != $datas->id) {{ getCheckerName($datas->id) }} @endif Rahebar Name : @if(getHoId(Auth::user()->id) != $datas->id) {{ getRahebarName($datas->rahebar_id) }} @endif Open Date : @if($datas->open_day_book_date != null){{ changeDateFormate($datas->open_day_book_date) }} @else {{ changeDateFormate($datas->effective_date) }} @endif Last Close Date: @if($datas->close_day_book_date != null) {{ changeDateFormate($datas->close_day_book_date) }} @else {{ changeDateFormate($datas->effective_date) }} @endif Last Entry Date: {{ changeDateFormate(merchantTransactionMaxDate($datas->id)) }} |
@if(count($monthArrs) > 0)
@foreach($monthArrs as $m => $month)
@if(count(App\Model\Orders::getMonthWiseOPClBalance($datas->id,$fiscal_year,$month['month'])) > 0 && App\Model\Orders::getMonthWiseOPClBalance($datas->id,$fiscal_year,$month['month']) !== null)
Opening Balance: {{ App\Model\Orders::getMonthWiseOPClBalance($datas->id,$fiscal_year,$month['month'])['Opening_cash_balance_Sys'] }} Closing Balance: {{ App\Model\Orders::getMonthWiseOPClBalance($datas->id,$fiscal_year,$month['month'])['Closing_cash_balance_sys'] }} @endif {{ getMerchantTransactionStatusNamebySlug('submitted',$datas->ho_id) }} : {{ App\Model\Orders::getTotalStatusCountbyMonth($datas->id,'submitted',$fiscal_year,$month['month']) }} @if(App\Model\Orders::getTotalStatusCountbyMonth($datas->id,'needs-clarity',$fiscal_year,$month['month']) > 0) {{ getMerchantTransactionStatusNamebySlug('needs-clarity',$datas->ho_id) }} : {{ App\Model\Orders::getTotalStatusCountbyMonth($datas->id,'needs-clarity',$fiscal_year,$month['month']) }} @else {{ getMerchantTransactionStatusNamebySlug('needs-clarity',$datas->ho_id) }} : {{ App\Model\Orders::getTotalStatusCountbyMonth($datas->id,'needs-clarity',$fiscal_year,$month['month']) }} @endif @if(App\Model\Orders::getTotalStatusCountbyMonth($datas->id,'approved',$fiscal_year,$month['month']) == 0) {{ getMerchantTransactionStatusNamebySlug('approved',$datas->ho_id) }} : {{ App\Model\Orders::getTotalStatusCountbyMonth($datas->id,'approved',$fiscal_year,$month['month']) }} @else {{ getMerchantTransactionStatusNamebySlug('approved',$datas->ho_id) }} : {{ App\Model\Orders::getTotalStatusCountbyMonth($datas->id,'approved',$fiscal_year,$month['month']) }} @endif |
@endforeach
@endif