@extends('hr_main') @section('title', '| '. $data['pageTitle'] ) @section('stylesheets') @include('hr.report.reportStyle') @endsection @section('content') @php $supervisorCountData = json_decode($data['model']->final_payment_steps); // dd($data['model']->final_payment_steps, $data['model']); $supervisorCount = !empty($supervisorCountData->value) ? count($supervisorCountData->value) : 0; $supervisorSteps = $supervisorCountData; $salInfo = $data['salInfo']; $dueSal = $data['dueSal']; @endphp
{{ $data['pageTitle'] }}
{{ $data['companyAddress'] }}
| Bi-cycle Loan | Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 79 0.00 |
Advanced Loan | Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 82 0.00 |
PF Loan | Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 85 0.00 |
Other Loan |
| 0.00 | |
| Total | {{ number_format(@$adt, 2) }} |
|---|
| Employee ID | Name | ||
| Designation | Branch | ||
| Status | Submit Date | @php // Find last supervisor $lastSupervisorHistory = $data['FinalPaymentHistory'] ->filter(function($value, $key){ return preg_match('/Supervisor/',$value->status); })->last(); $auditHistory = $data['FinalPaymentHistory'] ->where('status','Audit') ->first(); if($lastSupervisorHistory && $auditHistory) { echo $data['easyCodeExt']->getFormatedDateAndDurationForFinalPayment( $lastSupervisorHistory->created_at, $auditHistory->created_at); } @endphp |
Payble Information
@include('hr.finalPaymentCompleted.old_version._payableInfoForAccountDepartment')Deduction Information
| Bi-cycle Loan | Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 262 0.00 |
Advanced Loan | Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 265 0.00 |
PF Loan |
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 269 0.00 |
Other Loan |
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 274 0.00 |
| Other Advance |
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 280 0.00 |
Fine | 0.00 | Wf Contri. | 0.00 | Total |
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 292 0.00 |
| Employee ID | Name | ||
| Designation | Branch | ||
| Status | Submit Date | @php $auditHistory = $data['FinalPaymentHistory'] ->where('status','Audit') ->first(); $accountHistory = $data['FinalPaymentHistory'] ->where('status','Accounts') ->first(); if($auditHistory && $accountHistory) { echo $data['easyCodeExt']->getFormatedDateAndDurationForFinalPayment( $auditHistory->created_at, $accountHistory->created_at); } @endphp | |
| Comment | {{ @$data['finalPaymentComment']['account_department_comment'] }} | ||
Payble Information
| Total Payable | {{ $data['hra']['TotalPayable'] ?? 0.00 }} | Bill/Voucher | {!! @$data['hra']['BillVoucher'] !!} |
| Other Payable | {!! @$data['hra']['OtherPayable'] !!} | Others | {!! @$data['hra']['Others'] !!} |
| Earned Leave | {!! @$data['hra']['EarnedLeave'] !!} | ||
| Due Salary | {!! @$data['hra']['DueSalary'] !!} | Sub-total | {!! @$data['hra']['SubTotal'] !!} |
Total Deduction
| Provident Fund | {!! @$data['hra']['pf'] !!} | Information from RO-BM | {!! @$data['hra']['robm_deduct'] !!} |
| Stuff Security | {!! @$data['hra']['stufsecurity'] !!} | Access consumed leave | {!! @$data['hra']['acl_deduct'] !!} |
| EDPS | {!! @$data['hra']['edps'] !!} | Notice pay deduction | {!! @$data['hra']['npd_deduct'] !!} |
| Gratuity Fund | {!! @$data['hra']['gratuity'] !!} | Fine | {!! @$data['hra']['fine'] !!} |
| Welfare Fund | {!! @$data['hra']['wf'] !!} | Sub-total | {!! @$data['hra']['sub_total_deduct'] !!} |
| Total Payable |
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 472 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 472 Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 472 0.00 |
Total Deduction |
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 477 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 477 Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 477 0.00 |
Net Payable |
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 482 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 482 Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/finalPaymentCompleted/old_version/view.blade.php on line 482 0.00 |
| Employee ID | Name | ||
| Designation | Branch | ||
| Status | Submit Date | @php $accountHistory = $data['FinalPaymentHistory'] ->where('status','Accounts') ->first(); $hrHistory = $data['FinalPaymentHistory'] ->where('status','HR & Accounts') ->first(); if($accountHistory && $hrHistory) { echo $data['easyCodeExt']->getFormatedDateAndDurationForFinalPayment( $accountHistory->created_at, $hrHistory->created_at); } @endphp | |
| Comment | {{ @$data['finalPaymentComment']['hr_department_comment'] }} | ||
| Employee ID | Name | ||
| Designation | Branch | ||
| Status | Submit Date | @php $hrHistory = $data['FinalPaymentHistory'] ->where('status','HR & Accounts') ->first(); if(!$accountOfficerHistory = $data['FinalPaymentHistory'] ->where('status','Account Officer') ->first()){ $accountOfficerHistory = $data['FinalPaymentHistory'] ->where('status','Manager Accounts') ->first(); } if($hrHistory && $accountOfficerHistory) { echo $data['easyCodeExt']->getFormatedDateAndDurationForFinalPayment( $hrHistory->created_at, $accountOfficerHistory->created_at); } @endphp | |
| Comment | {{ @$data['finalPaymentComment']['account_officer_comment'] }} | ||
| Employee ID | Name | ||
| Designation | Branch | ||
| Status | Submit Date | @php if(!$accountOfficerHistory = $data['FinalPaymentHistory'] ->where('status','Account Officer') ->first()){ $accountOfficerHistory = $data['FinalPaymentHistory'] ->where('status','Manager Accounts') ->first(); } if(!$assistantDirectorHistory = $data['FinalPaymentHistory'] ->where('status','Assistant Director') ->first()){ $assistantDirectorHistory = $data['FinalPaymentHistory'] ->where('status','Deputy Director') ->first(); } if($accountOfficerHistory && $assistantDirectorHistory) { echo $data['easyCodeExt']->getFormatedDateAndDurationForFinalPayment( $accountOfficerHistory->created_at, $assistantDirectorHistory->created_at); } @endphp | |
| Comment | {{ @$data['finalPaymentComment']['assistant_director_comment'] }} | ||
| Employee ID | Name | ||
| Designation | Branch | ||
| Status | Submit Date | @php if(!$assistantDirectorHistory = $data['FinalPaymentHistory'] ->where('status','Assistant Director') ->first()){ $assistantDirectorHistory = $data['FinalPaymentHistory'] ->where('status','Deputy Director') ->first(); } $executiveDirectorHistory = $data['FinalPaymentHistory'] ->where('status','Executive Director') ->first(); if($assistantDirectorHistory && $executiveDirectorHistory) { echo $data['easyCodeExt']->getFormatedDateAndDurationForFinalPayment( $assistantDirectorHistory->created_at, $executiveDirectorHistory->created_at); } @endphp | |
| Comment | {{ @$data['finalPaymentComment']['executive_director_comment'] }} | ||
| Pay To | Cash/Cheque | Amount |
|---|---|---|
| {!! !empty($data['paid']->additional_data) ? json_decode($data['paid']->additional_data, true)['payto'][$j] : 0.00 !!} | {!! !empty($data['paid']->additional_data) ? number_format(json_decode($data['paid']->additional_data, true)['cash_cheque'][$j],2) : 0.00 !!} | {!! number_format(floatval(json_decode($data['paid']->additional_data, true)['amount'][$j]),2) !!} |
| Employee ID | Name | ||
| Designation | Branch | ||
| Status | Submitted Date |