{% extends 'base.html' %} {% load rolemgmt_tags %} {% load rmtmgmt_tags %} {% block midpart %}

{{ title }}

UNDER PROGRESS

Offer Letters & Appointment Letters
{% for h in offered %} {% endfor %}
Candidate Name Requirement Approved On TA Member Designation Joining Date Stage State Action Download Send
{{ h.resume.first_name }} {{ h.resume.last_name }} {{ h.resume.requirement }} {{h.created_on}} {{ h.resume.created_by }} {{ h.designation }} {{ h.joining_date }} {{h.resume.stage}} {{h.resume.status}} Gen_Offer_Letter
Gen_Appointment_Letter
Edit Candidate Details
Download_Offer_Letter
Download_Appointment_Letter
{% if h.offer_letter_sent_on == None %} Send Offer Letter {{"Not Sent Yet"}} {% else %} Resend Offer Letter {{h.offer_letter_sent_on}} {% endif %}
{% if h.appointment_letter_sent_on == None %} Send Appointment Letter {{"Not Sent Yet"}} {% else %} Resend Appointment Letter {{h.appointment_letter_sent_on}} {% endif %}
Employee Details
{% for h in candidates %} {% endfor %}
Candidate Name Client Date of Joining CTC Salary Slip
{{ h.candidate }} {{ h.client }} {{ h.joining_date }} {{ h.ctc }} Download_Salary_Slip
Salary Slips


Add Employee
{% for h in candidates %} {% endfor %}
Candidate Name Email Id Client Designation Offered ctc joining_date Action send
{{ h.candidate}} {{ h.email }} {{ h.client }} {{ h.designation }} {{ h.offered_ctc }} {{ h.joining_date }} Gen_Salary_Slip
Download_Salary_Slip
Edit Employee Details
Send Salary Slip {{h.id | salary_slip_sent_on }}
{% endblock midpart %}