Smart & Full PD Salaried Report - 5th pts : ps
This commit is contained in:
parent
d2018169c8
commit
8b2e9053c2
@ -1273,14 +1273,6 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
{
|
||||
echo "Applicant is getting ".$rupee_symbol.' '.$employeement_data['amount_paid_in_cash']." paid as cash and ".$rupee_symbol.' '.$employeement_data['amount_paid_through_bank']." as bank transfer.";
|
||||
}
|
||||
if(isset($employeement_data['bonus_incentive'])){
|
||||
if($employeement_data['bonus_incentive'] > 0){
|
||||
echo $employeement_data['bonus_incentive'] ? "<p>The applicant receives a bonus ( ".($employeement_data['bonus_type'] == 'others' ? $employeement_data['bonus_type_other']: $employeement_data['bonus_type']).") of ".$rupee_symbol." ".MYUTIL::customIndianNumberFormat($employeement_data['bonus_incentive'])." ".$employeement_data['bonus_frequency_master'].'.</p>': '<p>Applicant does not get any Bonus amount or Incentives.</p>';
|
||||
}
|
||||
else{
|
||||
echo "Applicant does not get any Bonus amount or Incentives ";
|
||||
}
|
||||
}
|
||||
|
||||
if(isset($employeement_data['sal_paid_regularly']) && $employeement_data['sal_paid_regularly'] == 'yes')
|
||||
{
|
||||
@ -1301,6 +1293,15 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
// }
|
||||
|
||||
echo "<p>Applicant gets monthly gross salary of ". $rupee_symbol." ". MYUTIL::customIndianNumberFormat($employeement_data['gross_monthly_salary'])." and net monthly salary of ".$rupee_symbol." ". MYUTIL::customIndianNumberFormat($employeement_data['net_monthly_salary'])."</p>";
|
||||
|
||||
if(isset($employeement_data['bonus_incentive'])){
|
||||
if($employeement_data['bonus_incentive'] > 0){
|
||||
echo $employeement_data['bonus_incentive'] ? "<p>The applicant receives a bonus/incentives ( ".($employeement_data['bonus_type'] == 'others' ? $employeement_data['bonus_type_other']: $employeement_data['bonus_type']).") of ".$rupee_symbol." ".MYUTIL::customIndianNumberFormat($employeement_data['bonus_incentive'])." ".$employeement_data['bonus_frequency_master'].'.</p>': '<p>Applicant does not get any Bonus amount or Incentives.</p>';
|
||||
}
|
||||
else{
|
||||
echo "Applicant does not get any Bonus amount or Incentives ";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// echo $employeement_data['check_validated'] == "not validated" ? "<p>The salary amount was not validated during visit because ".$employeement_data['why_was_it_not_validated']."</p>": "<p>The salary amount was validated during visit ".$employeement_data['how_was_it_validated']."</p>";
|
||||
|
||||
@ -1198,14 +1198,6 @@ font-weight: bolder;;
|
||||
{
|
||||
echo "Applicant is getting ".$rupee_symbol.' '.$employeement_data['amount_paid_in_cash']." paid as cash and ".$rupee_symbol.' '.$employeement_data['amount_paid_through_bank']." as bank transfer.";
|
||||
}
|
||||
if(isset($employeement_data['bonus_incentive'])){
|
||||
if($employeement_data['bonus_incentive'] > 0){
|
||||
echo $employeement_data['bonus_incentive'] ? "<p>The applicant receives a bonus ( ".($employeement_data['bonus_type'] == 'others' ? $employeement_data['bonus_type_other']: $employeement_data['bonus_type']).") of ".$rupee_symbol." ".MYUTIL::customIndianNumberFormat($employeement_data['bonus_incentive'])." ".$employeement_data['bonus_frequency_master'].'.</p>': '<p>Applicant does not get any Bonus amount or Incentives.</p>';
|
||||
}
|
||||
else{
|
||||
echo "Applicant does not get any Bonus amount or Incentives ";
|
||||
}
|
||||
}
|
||||
|
||||
if(isset($employeement_data['sal_paid_regularly']) && $employeement_data['sal_paid_regularly'] == 'yes')
|
||||
{
|
||||
@ -1226,6 +1218,15 @@ font-weight: bolder;;
|
||||
// }
|
||||
|
||||
echo "<p>Applicant gets monthly gross salary of ". $rupee_symbol." ". MYUTIL::customIndianNumberFormat($employeement_data['gross_monthly_salary'])." and net monthly salary of ".$rupee_symbol." ". MYUTIL::customIndianNumberFormat($employeement_data['net_monthly_salary'])."</p>";
|
||||
|
||||
if(isset($employeement_data['bonus_incentive'])){
|
||||
if($employeement_data['bonus_incentive'] > 0){
|
||||
echo $employeement_data['bonus_incentive'] ? "<p>The applicant receives a bonus/incentives ( ".($employeement_data['bonus_type'] == 'others' ? $employeement_data['bonus_type_other']: $employeement_data['bonus_type']).") of ".$rupee_symbol." ".MYUTIL::customIndianNumberFormat($employeement_data['bonus_incentive'])." ".$employeement_data['bonus_frequency_master'].'.</p>': '<p>Applicant does not get any Bonus amount or Incentives.</p>';
|
||||
}
|
||||
else{
|
||||
echo "Applicant does not get any Bonus amount or Incentives ";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// echo $employeement_data['check_validated'] == "not validated" ? "<p>The salary amount was not validated during visit because ".$employeement_data['why_was_it_not_validated']."</p>": "<p>The salary amount was validated during visit ".$employeement_data['how_was_it_validated']."</p>";
|
||||
|
||||
@ -1193,7 +1193,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
echo $employeement_data['any_delays'] == 'yes' ? '<p>As per person contacted, sometimes there is delay in salary payment.</p>' : '<p>Generally, there is no delay in salary payment.</p>';
|
||||
|
||||
|
||||
echo $employeement_data['bonus_incentive'] ? "<p>The applicant receives a bonus ( ".($employeement_data['bonus_type'] == 'others' ? $employeement_data['bonus_type_other']: $employeement_data['bonus_type']).") of ".$rupee_symbol." ".MYUTIL::customIndianNumberFormat($employeement_data['bonus_incentive'])." ".$employeement_data['bonus_frequency_master'].'.</p>': '<p>Applicant does not get any Bonus amount or Incentives.</p>';
|
||||
echo $employeement_data['bonus_incentive'] ? "<p>The applicant receives a bonus/incentive ( ".($employeement_data['bonus_type'] == 'others' ? $employeement_data['bonus_type_other']: $employeement_data['bonus_type']).") of ".$rupee_symbol." ".MYUTIL::customIndianNumberFormat($employeement_data['bonus_incentive'])." ".$employeement_data['bonus_frequency_master'].'.</p>': '<p>Applicant does not get any Bonus amount or Incentives.</p>';
|
||||
|
||||
echo $employeement_data['id_card_issued_company'] == 'yes' ? '<p>ID card issued by employer was seen by PD officer and same is available in zipped file enclosed with report.<p>' : '<p>ID card issued by employer was not seen because, '.$employeement_data['why_company_id_proof_not_available'].'</p>';
|
||||
//echo "<br>***********************************";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user