worknova.manus/HR/letter-confirmation-temp.php
LAPTOP-V9RRD1TL\Michelle's Computer f8f8fcaf96 first commit
2025-07-21 21:38:17 +08:00

53 lines
1.8 KiB
PHP

<?php
$html .= '
<tr>
<td colspan="4" style="font-size:18px;">
<br />&nbsp;<br />
<span style="text-decoration:underline">'.$new_worker.'</span>
<br />&nbsp;<br />
<span style="text-decoration:underline">'.$employment_confirmation_date.'</span>
<br />&nbsp;<br />
<br />&nbsp;<br />
<span style="text-decoration:underline; font-weight:bold;">Subject: CONFIRMATION OF EMPLOYMENT</span>
<br />&nbsp;<br />
Dear <span style="text-decoration:underline">'.$new_worker.'</span>
<br />&nbsp;<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 />&nbsp;<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 />&nbsp;<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 />&nbsp;<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 />&nbsp;<br />&nbsp;<br />&nbsp;<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>' ;
?>