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

49 lines
1.6 KiB
PHP

<?php
$html .= '
<tr>
<td colspan="4" style="font-size:18px;">
<br />&nbsp;<br />
<span>'.$employment_terminate_date.'</span>
<br />&nbsp;<br />
<span style="text-decoration:underline">Dear '.$new_worker.'</span>
<br />&nbsp;<br />
<br />&nbsp;<br />
<span style="text-decoration:underline; font-weight:bold;">Re: Termination Letter</span>
<br />&nbsp;<br />
This letter confirms our discussion today that your employment with '.$letter_head['name'].' is terminated on <strong>'.$employment_terminate_date.'</strong>.
<br />&nbsp;<br />
We regret to say that you have not come up to our expectations and that your performance has been unsatisfactory. The management has therefore decided to relieve you of your services with immediate effect.
<br />&nbsp;<br />
A meeting was conducted on (specify the date) and we discussed (give reasons of termination). Based on the reviews of the comments and the unsatisfactory performance you are requested to please hand over charge on (date).
<br />&nbsp;<br />
Thank you for your time at '.$letter_head['name'].' and wish you luck in finding new employment.
<br />&nbsp;<br />&nbsp;<br />&nbsp;<br />
Yours faithfully,
<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>' ;
?>