PayOn;
$dt = '01-'.$Paydt;
$PayOn = date('M-Y',strtotime($dt));
$EmpID = $Pay->EmpID;
$FirstName = $Pay->FName;
$LastName = $Pay->Lname;
$DoB = $Pay->Dob;
$DoJ = $Pay->DOJ;
$from = new DateTime($DoB);
$dt = new DateTime($DoJ);
$DateofBirth = $from ->format('d-m-y');
$DateofJoining = $dt ->format('d-m-y');
$Designation = $Pay->Designation;
$PANNo =$Pay->Pan;
$BankAccountNo = $Pay->BankAccountNumber;
$IFSCCode =$Pay->IFSCCode;
$BankBranchName = $Pay->BankName;
$PFnumber = $Pay->PFNumber;
$ESInumber = $Pay->ESINumber;
$TotalNoofDays = $Pay->TotalNoofDays;
$NoOfWorkingdays =$Pay->NoofDaysWorked;
$ActualSalary = $Pay->ActualSalary;
$PerDaySalary = $Pay->PerDaySalary;
$WorkedSalary = $Pay->WorkedSalary;
$BasicAndDA = $Pay->BasicPlusDA;
$HRA = $Pay->HRA;
$OTWage = $Pay->OTWages;
if($OTWage == '')
{
$OTWages = '0.00';
}
else
{
$OTWages = $OTWage;
}
$OTPerHours =$Pay->OTperHours;
$OTSal = $Pay->OTSalary;
if($OTSal == '')
{
$OTSalary = '0.00';
}
else
{
$OTSalary = $OTSal;
}
$GrosssSalary = $Pay->ESIGrossSalary;
$ESI = $Pay->EmployeeESI;
$PF = $Pay->PF;
$ESIAndPF = $Pay->TotalDeduction;
$SalaryAsPerPF = $Pay->SalaryAsPerPF;
$Food =$Pay->FoodAllowance;
if($Food == '')
{
$FoodAllowance = '0.00';
}
else
{
$FoodAllowance = $Food;
}
$IncenAmt = $Pay->Incentive;
if($IncenAmt == '')
{
$Incentive = '0.00';
}
else
{
$Incentive = $IncenAmt;
}
$TotalSalary = $Pay->TotalSalary;
$Adv = $Pay->Advance;
if($Adv == '')
{
$Advance = '0.00';
}
else
{
$Advance = $Adv;
}
$BalanceAdv = $Pay->BalanceAdvance;
if($BalanceAdv == '')
{
$BalanceAdvance = '0.00';
}
else
{
$BalanceAdvance = $BalanceAdv;
}
$LessAdv = $Pay->LessAdvance;
if($LessAdv == '')
{
$LessAdvance = '0.00';
}
else
{
$LessAdvance = $LessAdv;
}
$DeptName = $Pay->DeptName;
}
}
if($RecCount > 0)
{
?>
|
Siddharth Industries
Survey No: 168/1C3,
Pennalur Pet Road,
Goonipalyam village,
Uthukottai Taluk,
Tiruvallur Dist,
Chennai,Tamilnadu,
Pin code : 602026.
PaySlip for the month - |
|
Name :
|
|
Employee ID :
|
|
|
Desigination :
|
|
Department :
|
|
|
Date Of Joining :
|
|
Days Worked :
|
|
|
Date Of Birth :
|
|
No Of Working Days:
|
|
|
PF Account Number :
|
|
Balance Advance :
|
|
|
Bank Name :
|
|
OT in Hours:
|
|
|
Bank IFSC :
|
|
ESI Account Number :
|
|
|
Bank Account Number :
|
|
Loss Of Pay :
|
|
|
PAN Number :
|
QWERS3423E
|
UAN Number :
|
101033275864
|
| Earnings |
Amount |
| Basic Plus DA |
|
| House Rent Allowance |
|
| Food Allowance |
|
| OT Salary |
|
| Incentive |
|
|
| Deductions |
Amount |
| Provident Fund |
|
| Employee State Insurance |
|
| Advance |
|
|
| Total Earning (Rounded) (TE) |
|
|
| Total Deduction (Rounded)(TD) |
|
|
This is a computer generated document. This does not require signature.