{% extends "notifications/base_email.html" %} {% block title %}Overtime Payment Processed{% endblock %} {% block header %}Overtime Payment Processed{% endblock %} {% block content %}
Dear HR Manager,
An overtime payment has been processed by the Finance department.
Employee | {{ employee.user.get_full_name }} |
---|---|
Department | {{ employee.department|default:"None" }} |
Date | {{ overtime_request.date }} |
Duration | {{ overtime_request.hours|floatformat:2 }} hour(s) |
Rate | {{ overtime_request.rate }}x |
Amount | K{{ overtime_request.amount }} |
Payment Date | {{ overtime_request.payment_date }} |
Status | {{ overtime_request.get_payment_status_display }} |
Thank you for using the ICTAZ Workforce Time and Leave Management System.
{% endblock %}
Finance Comment
{{ overtime_request.finance_comment }}