| Branch Name & Code | : | @if ($RequestBranch == 'All') {{$RequestBranch}} @elseif ($RequestBranch == '' || $RequestBranch == '') {{ $branchInfos->where('id', $userBranchId)->first()->name }} ({{ str_pad($branchInfos->where('id', $userBranchId)->first()->branchCode, 3, '0', STR_PAD_LEFT) }}) @else @foreach ($requestBranchInfos as $key => $BranchInfo) {{$BranchInfo->name}}({{ str_pad($BranchInfo->branchCode, 3, '0', STR_PAD_LEFT) }}) @endforeach @endif |
| Samity Name & Code | : | @if ($RequestSamity == 'All') {{$RequestSamity}} @elseif ($RequestSamity != 'All') @foreach ($requestSamityInfos as $key => $SamityInfo) {{$SamityInfo->name}}({{ str_pad($SamityInfo->code, 3, '0', STR_PAD_LEFT) }}) @endforeach @endif |
| Reporting Date |
: | {{ date('d-m-Y', strtotime($dateFrom)) }} to {{ date('d-m-Y', strtotime($dateTo)) }} |
| Print Date |
: | {{ date('d-m-Y') }} |
|
SL. No.
|
Date
|
Branch Name
|
Samity Name
|
Member Name
|
Member Code
|
Savings Balance
|
Remarks
|
||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $product->code }} - {{ $product->shortName }}
|
@endforeach
|||||||||||||
| {{ $Count }} | {{ $transferredProduct->transferDate }} | {{ str_pad($branchInfo->branchCode, 3, '0', STR_PAD_LEFT) }} - {{ $branchInfo->name }} | {{ $samityInfo->code }} - {{ $samityInfo->name }} | {{ $memberInfo->name }} | {{ $memberInfo->code }} | {{ number_format($weeklySavingsBalance, 2) }} | {{ number_format($monthlySavingsBalance, 2) }} | {{ number_format($sommridhySavingsBalance, 2) }} | {{ number_format($oneTimeSavingsBalance, 2) }} | @php $totalWS += $weeklySavingsBalance; $totalMS += $monthlySavingsBalance; $totalSS += $sommridhySavingsBalance; $totalOTS += $oneTimeSavingsBalance; @endphp | |||
|
Total
|
{{ number_format($totalWS, 2) }}
|
{{ number_format($totalMS, 2) }}
|
{{ number_format($totalSS, 2) }}
|
{{ number_format($totalOTS, 2) }}
|
|
||||||||
| NO DATA FOUND ! | |||||||||||||
|
SL. No.
|
Date
|
Branch Name
|
Previous Samity
|
Current Samity
|
Member Name
|
Previous Member Code
|
Current Member Code
|
Savings Balance
|
Remarks
|
||||
|
{{ $product->code }} - {{ $product->shortName }}
|
@endforeach
|||||||||||||
| {{$Count}} | {{ $samityTransferred->transferDate }} | {{ str_pad($branchInfo->branchCode, 3, '0', STR_PAD_LEFT) }} - {{ $branchInfo->name }} | {{ $oldSamityInfo->code }} - {{ $oldSamityInfo->name }} | {{ $newSamityInfo->code }} - {{ $newSamityInfo->name }} | {{ $memberInfo->name }} | {{ $samityTransferred->previousMemberCodeFk }} | {{ $samityTransferred->newMemberCodeFk }} | {{ number_format($weeklySavingsBalance, 2) }} | {{ number_format($monthlySavingsBalance, 2) }} | {{ number_format($sommridhySavingsBalance, 2) }} | {{ number_format($oneTimeSavingsBalance, 2) }} | @php $totalWS += $weeklySavingsBalance; $totalMS += $monthlySavingsBalance; $totalSS += $sommridhySavingsBalance; $totalOTS += $oneTimeSavingsBalance; @endphp | |
|
Total
|
{{ number_format($totalWS, 2) }}
|
{{ number_format($totalMS, 2) }}
|
{{ number_format($totalSS, 2) }}
|
{{ number_format($totalOTS, 2) }}
|
|
||||||||
| NO DATA FOUND ! | |||||||||||||
|
SL. No.
|
Date
|
Current Branch
|
Previous Branch
|
Previous Samity
|
Current Samity
|
Member Name
|
Previous Member Code
|
Current Member Code
|
Savings Balance
|
Remarks
|
|||
|
{{ $product->code }} - {{ $product->shortName }}
|
@endforeach
|||||||||||||
| {{$Count}} | {{ $branchTransferred->transferDate }} | {{ str_pad($oldBranchInfo->branchCode, 3, '0', STR_PAD_LEFT) }} - {{ $oldBranchInfo->name }} | {{ str_pad($newBranchInfo->branchCode, 3, '0', STR_PAD_LEFT) }} - {{ $newBranchInfo->name }} | {{ $oldSamityInfo->code }} - {{ $oldSamityInfo->name }} | {{ $newSamityInfo->code }} - {{ $newSamityInfo->name }} | {{ $memberInfo->name }} | {{ $branchTransferred->previousMemberCodeFk }} | {{ $branchTransferred->newMemberCodeFk }} | {{ number_format($weeklySavingsBalance, 2) }} | {{ number_format($monthlySavingsBalance, 2) }} | {{ number_format($sommridhySavingsBalance, 2) }} | {{ number_format($oneTimeSavingsBalance, 2) }} | @php $totalWS += $weeklySavingsBalance; $totalMS += $monthlySavingsBalance; $totalSS += $sommridhySavingsBalance; $totalOTS += $oneTimeSavingsBalance; @endphp |
|
Total
|
{{ number_format($totalWS, 2) }}
|
{{ number_format($totalMS, 2) }}
|
{{ number_format($totalSS, 2) }}
|
{{ number_format($totalOTS, 2) }}
|
|
||||||||
| NO DATA FOUND ! | |||||||||||||
| Prepared By | : | |
| Signature | : | |
| Designation | : |
| Verified By | : | |
| Signature | : | |
| Designation | : |
| Approved By | : | |
| Signature | : | |
| Designation | : |