{% extends "notifications/base_email.html" %} {% block title %}Overtime Payment Required{% endblock %} {% block header %}Overtime Payment Required{% endblock %} {% block content %}
Dear Finance Team,
An overtime request has been fully approved and requires payment processing.
Employee | {{ employee.user.get_full_name }} |
---|---|
Department | {{ employee.department }} |
Employee ID | {{ employee.employee_id }} |
Date | {{ overtime_request.date }} |
Hours Worked | {{ overtime_request.hours }} hour(s) |
Rate | {{ overtime_request.rate }}x |
Amount Due | K{{ overtime_request.amount }} |
Request ID | {{ overtime_request.id }} |
Please log in to the WTLMS to process this payment.
Process PaymentThank you for using the ICTAZ Workforce Time and Leave Management System.
{% endblock %}