53 lines
1.8 KiB
PHP
53 lines
1.8 KiB
PHP
<?php
|
|
$html .= '
|
|
<tr>
|
|
<td colspan="4" style="font-size:18px;">
|
|
|
|
<br /> <br />
|
|
|
|
<span style="text-decoration:underline">'.$new_worker.'</span>
|
|
|
|
<br /> <br />
|
|
|
|
<span style="text-decoration:underline">'.$employment_confirmation_date.'</span>
|
|
|
|
<br /> <br />
|
|
|
|
<br /> <br />
|
|
|
|
<span style="text-decoration:underline; font-weight:bold;">Subject: CONFIRMATION OF EMPLOYMENT</span>
|
|
|
|
<br /> <br />
|
|
|
|
Dear <span style="text-decoration:underline">'.$new_worker.'</span>
|
|
|
|
<br /> <br />
|
|
|
|
After careful evaluation of your performance this is to inform you that with effect from <span style="text-decoration:underline">'.$employment_confirmation_date.'</span> you have been moved to Confirmation with our organization.
|
|
|
|
<br /> <br />
|
|
|
|
You will now be <span style="text-decoration:underline">'.$position.'</span> and will report into <span style="text-decoration:underline">'.$incharge_by.'</span>.
|
|
|
|
<br /> <br />
|
|
|
|
The terms and conditions of you employment will remain the same except for the notice period of Termination of employment. There will be a 1 month notice period from either side with effect from the date that this confirmation.
|
|
|
|
<br /> <br />
|
|
|
|
We thank you for your initiatives and hope that you will perform with equal enthusiasm as time goes by. We wish you all the best in all your endeavors.
|
|
|
|
<br /> <br /> <br /> <br />
|
|
|
|
Best regards,
|
|
<br /><br /><br /><br /><br /><br /><br /><br />
|
|
<table border="0" cellpadding="0" cellpadding="0" style="width:250px;font-size:18px;">
|
|
<tr>
|
|
<td style="border-bottom:1px solid #000;"></td>
|
|
</tr>
|
|
<tr><td style="text-transform:uppercase; padding:5px 0 1px;">'.$assign_by_position.'</td></tr>
|
|
<tr><td style="text-transform:uppercase; padding:1px 0;">'.$assign_by.'</td></tr>
|
|
</table>
|
|
</td>
|
|
</tr>' ;
|
|
?>
|