上传的图像用于项目: 'CST技术支持'
  1. CST技术支持
  2. SLAL2-1555

【西云数据】-转正邮件1个月、三个月及生日提醒邮件源码修改

XMLWord打印

    • Icon: Change Change
    • 解决结果: 完成
    • Icon: Medium Medium
    • 202012
    • Y-易路产品-
    • http://10.20.224.10:8888 ?用户system 密码 Rs680uaT
    • 人力资源等
    • 隐藏

      <p>Dear ${ctx["recipient"].name},</p>
      <p>您的员工试用期尚有1个月即将结束,请您对员工试用期绩效表现做出评估:</p>
      <p>•  如确认员工可以通过试用期,我们建议您在试用期结束之前与员工沟通试用期评估结果并发送祝贺邮件(可参考附件)。</p>
      <p>•  如确认员工无法通过试用期或仍然无法确定,请在收到本邮件的一周内与您的HRBP讨论决定并回复本邮件告知最后结果。</p>
      <p>•  如果您在试用期到期前一周内未对此邮件做任何回复,将默认您确认员工通过试用期。</p>
      <table border="1" width="100%" align="“center”">
      <tbody>
      <tr>
      <th width="20%" align="“center”">Employee ID</th>
      <th width="10%" align="“center”">Employee Name</th>
      <th width="10%" align="“center”">Probation Expire Date</th>
      <th width="20%" align="“center”">Hire Date</th>
      <th width="20%" align="“center”">Department Name</th>
      <th width="20%" align="“center”">HRBP</th>
      </tr>
      </tbody>
      % for employee in ctx["employees"]:
      <tr>
      <td width="20%" align="center">${employee[0].employee_number or ''}</td>
      <td width="10%" align="center">${employee[0].name or ''}</td>
      <td width="10%" align="center">${employee[0].with_context(lang=ctx["lang"]).probation_date or ''}</td>
      <td width="20%" align="center">${employee[0].with_context(lang=ctx["lang"]).hiredate or ''}</td>
      <td width="20%" align="center">${employee[0].with_context(lang=ctx["lang"]).department_id.name or ''}</td>
      <td width="20%" align="center">${employee[0].x_hrbp1.name or ''}</td>
      </tr>
      % endfor
      </table>
      <p>如对此有任何疑问,请咨询您的HRBP。</p><p>感谢您的协作</p><p>HR Team</p><p> </p>

      显示
      <p>Dear ${ctx ["recipient"] .name},</p> <p>您的员工试用期尚有1个月即将结束,请您对员工试用期绩效表现做出评估:</p> <p>•  如确认员工可以通过试用期,我们建议您在试用期结束之前与员工沟通试用期评估结果并发送祝贺邮件(可参考附件)。</p> <p>•  如确认员工无法通过试用期或仍然无法确定,请在收到本邮件的一周内与您的HRBP讨论决定并回复本邮件告知最后结果。</p> <p>•  如果您在试用期到期前一周内未对此邮件做任何回复,将默认您确认员工通过试用期。</p> <table border="1" width="100%" align="“center”"> <tbody> <tr> <th width="20%" align="“center”">Employee ID</th> <th width="10%" align="“center”">Employee Name</th> <th width="10%" align="“center”">Probation Expire Date</th> <th width="20%" align="“center”">Hire Date</th> <th width="20%" align="“center”">Department Name</th> <th width="20%" align="“center”">HRBP</th> </tr> </tbody> % for employee in ctx ["employees"] : <tr> <td width="20%" align="center">${employee [0] .employee_number or ''}</td> <td width="10%" align="center">${employee [0] .name or ''}</td> <td width="10%" align="center">${employee [0] .with_context(lang=ctx ["lang"] ).probation_date or ''}</td> <td width="20%" align="center">${employee [0] .with_context(lang=ctx ["lang"] ).hiredate or ''}</td> <td width="20%" align="center">${employee [0] .with_context(lang=ctx ["lang"] ).department_id.name or ''}</td> <td width="20%" align="center">${employee [0] .x_hrbp1.name or ''}</td> </tr> % endfor </table> <p>如对此有任何疑问,请咨询您的HRBP。</p><p>感谢您的协作</p><p>HR Team</p><p> </p>

      需将上面三封邮件进行源码更新。参照第三张图片进行修改

            grant.yang 杨光磊
            yuqian.cheng 程宇倩
            表决:
            0 为这个问题表决

              创建日期:
              已更新:
              已解决: