From b2ae9d7b4f0192a80e7371cbbcf8cfcf70c252af Mon Sep 17 00:00:00 2001 From: Horilla Date: Thu, 18 Apr 2024 12:33:27 +0530 Subject: [PATCH] [RMV] ONBOARDING: Remove duplicate/ redundant files --- .../onboarding/candidate-creation.html | 87 -------- .../onboarding/candidate-filter.html | 52 ----- .../templates/onboarding/candidate-task.html | 28 --- .../onboarding/candidate-update.html | 103 ---------- .../templates/onboarding/candidates-view.html | 152 -------------- .../onboarding/employee-bank-details.html | 159 --------------- .../onboarding/employee-creation.html | 193 ------------------ 7 files changed, 774 deletions(-) delete mode 100644 onboarding/templates/onboarding/candidate-creation.html delete mode 100644 onboarding/templates/onboarding/candidate-filter.html delete mode 100644 onboarding/templates/onboarding/candidate-task.html delete mode 100644 onboarding/templates/onboarding/candidate-update.html delete mode 100644 onboarding/templates/onboarding/candidates-view.html delete mode 100644 onboarding/templates/onboarding/employee-bank-details.html delete mode 100644 onboarding/templates/onboarding/employee-creation.html diff --git a/onboarding/templates/onboarding/candidate-creation.html b/onboarding/templates/onboarding/candidate-creation.html deleted file mode 100644 index cd9483205..000000000 --- a/onboarding/templates/onboarding/candidate-creation.html +++ /dev/null @@ -1,87 +0,0 @@ -{% extends 'index.html' %} {% load i18n %} {% block content %} {% if form.errors %} - -
-
- {% for error in form.non_field_errors %} -
{{ error }}
- {% endfor %} -
-
-{% endif %} - -
-
-
- -
-
-
- -
-
-
- {% csrf_token %} -
-

{% trans "Candidate Details" %}

-
-
-
- - {{form.name}} {{form.name.errors}} -
-
-
-
- - {{form.profile}} {{form.profile.errors}} -
-
- -
-
- - {{form.recruitment_id}} {{form.recruitment_id.errors}} -
-
- -
-
- - {{form.email}} {{form.email.errors}} -
-
-
-
- - {{form.mobile}} {{form.mobile.errors}} -
-
- -
-
- - {{form.joining_date}} {{form.joining_date.errors}} -
-
-
-
- - {{form.gender}} {{form.gender.errors}} -
-
-
-
- - -
-
-
-{% endblock content %} diff --git a/onboarding/templates/onboarding/candidate-filter.html b/onboarding/templates/onboarding/candidate-filter.html deleted file mode 100644 index 606378238..000000000 --- a/onboarding/templates/onboarding/candidate-filter.html +++ /dev/null @@ -1,52 +0,0 @@ -{% load i18n %}{% load static %} -
- -
- diff --git a/onboarding/templates/onboarding/candidate-task.html b/onboarding/templates/onboarding/candidate-task.html deleted file mode 100644 index e0f1daf85..000000000 --- a/onboarding/templates/onboarding/candidate-task.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/onboarding/templates/onboarding/candidate-update.html b/onboarding/templates/onboarding/candidate-update.html deleted file mode 100644 index 8c1910bfb..000000000 --- a/onboarding/templates/onboarding/candidate-update.html +++ /dev/null @@ -1,103 +0,0 @@ -{% extends 'index.html' %} -{% load i18n %} -{% block content %} - -{% if form.errors %} - -
-
- - {% for error in form.non_field_errors %} -
- {{ error }} -
- {% endfor %} -
-
-{% endif %} - -
-
-
- -
-
-
- -
-
-
- {% csrf_token %} -
-

{% trans "Candidate Details" %}

-
-
-
- - {{form.name}} - {{form.name.errors}} -
-
-
-
- - {{form.profile}} - {{form.profile.errors}} -
-
- -
-
- - {{form.recruitment_id}} - {{form.recruitment_id.errors}} -
- -
- -
-
- - {{form.email}} - {{form.email.errors}} -
-
-
-
- - {{form.mobile}} - {{form.mobile.errors}} -
-
- -
-
- - {{form.joining_date}} - {{form.joining_date.errors}} -
-
-
-
- - {{form.gender}} - {{form.gender.errors}} - -
-
- -
-
- - -
- -
- -
-{% endblock content %} \ No newline at end of file diff --git a/onboarding/templates/onboarding/candidates-view.html b/onboarding/templates/onboarding/candidates-view.html deleted file mode 100644 index a6c626415..000000000 --- a/onboarding/templates/onboarding/candidates-view.html +++ /dev/null @@ -1,152 +0,0 @@ -{% extends 'index.html' %} {% load i18n %} {% block content %} {% if messages %} -
- {% for message in messages %} -
-
- {{ message }} -
-
- {% endfor %} -
-{% endif %} - -
-
-
- -
-
-

- {% trans "Hired Candidates" %} -

- - - -
-
-
- - -
-
-
- - {% include 'onboarding/candidate-filter.html' %} -
- -
- - -
- -
-
-
- -
- {% include 'onboarding/candidates.html' %} -
- - -{% endblock content %} diff --git a/onboarding/templates/onboarding/employee-bank-details.html b/onboarding/templates/onboarding/employee-bank-details.html deleted file mode 100644 index 56c926e29..000000000 --- a/onboarding/templates/onboarding/employee-bank-details.html +++ /dev/null @@ -1,159 +0,0 @@ -{% load static %} -{% load i18n %} - - - - - - - - Employee Onboarding - Horilla Dashboard - - - - - {% if form.errors %} - -
-
- - {% for error in form.non_field_errors %} -
- {{ error }} -
- {% endfor %} -
-
- {% endif %} - - {% if messages %} -
- {% for message in messages %} -
-
- {{ message }} -
-
- {% endfor %} -
- {% endif %} - -
-
-
-
- Acme, Inc. -
    -
  • -
    1
    - {% trans "Login" %} -
  • -
  • -
    2
    - {% trans "Profile Setup" %} -
  • -
  • -
    3
    - {% trans "Personal Details" %} -
  • -
  • -
    4
    - {% trans "Bank Details" %} -
  • -
-
-
- {% csrf_token %} -
-

{% trans "Bank Details" %}

-
-
-
- - {{form.bank_name}} - {{form.bank_name.errors}} -
-
-
-
- - {{form.account_number}} - {{form.account_number.errors}} -
-
-
-
- - {{form.branch}} - {{form.branch.errors}} -
-
-
-
- - {{form.address}} - {{form.address.errors}} -
-
-
-
- - - {{form.country.errors}} -
-
-
-
- - - {{form.state.errors}} -
-
-
-
- - {{form.city}} - {{form.city.errors}} -
-
-
-
- - {{form.any_other_code1}} - {{form.any_other_code1.errors}} -
-
-
-
- - {{form.any_other_code2}} - {{form.any_other_code2.errors}} -
-
-
-
- - - -
- -
-
-
- - - - - - - \ No newline at end of file diff --git a/onboarding/templates/onboarding/employee-creation.html b/onboarding/templates/onboarding/employee-creation.html deleted file mode 100644 index 7cb10abc5..000000000 --- a/onboarding/templates/onboarding/employee-creation.html +++ /dev/null @@ -1,193 +0,0 @@ -{% load static %} {% load i18n %} - - - - - - - - Employee Onboarding - Horilla Dashboard - - - - - {% if form.errors %} - -
-
- - {% for error in form.non_field_errors %} -
- {{ error }} -
- {% endfor %} -
-
- {% endif %} -
-
-
-
- {{employee}} -
    -
  • -
    1
    - {% trans "Login" %} -
  • -
  • -
    2
    - {% trans "Profile Setup" %} -
  • -
  • -
    3
    - {% trans "Personal Details" %} -
  • -
  • -
    4
    - {% trans "Bank Details" %} -
  • -
-
-
- {% csrf_token %} -
-

{% trans "Personal Details" %}

-
-
-
- - {{form.employee_first_name}} - {{form.employee_first_name.errors}} -
-
-
-
- - {{form.employee_last_name}} - {{form.employee_last_name.errors}} -
-
-
-
- - {{form.phone}} - {{form.phone.errors}} -
-
-
-
- - {{form.address}} - {{form.address.errors}} -
-
-
-
- - - -
-
-
-
- - - - {{form.state.errors}} -
-
-
-
- - {{form.zip}} - {{form.zip.errors}} -
-
-
-
- - {{form.dob}} - {{form.dob.errors}} -
-
-
-
- - {{form.gender}} - {{form.gender.errors}} -
-
-
-
- - {{form.qualification}} - {{form.qualification.errors}} -
-
-
-
- - {{form.experience}} - {{form.experience.errors}} -
-
-
-
- - {{form.marital_status}} - {{form.marital_status.errors}} -
-
-
-
- - {{form.children}} - {{form.children.errors}} -
-
-
-
- - {{form.emergency_contact}} - {{form.emergency_contact.errors}} -
-
-
-
- - {{form.emergency_contact_name}} - {{form.emergency_contact_name.errors}} -
-
-
-
- - {{form.emergency_contact_relation}} - {{form.emergency_contact_relation.errors}} -
-
-
-
- - -
- -
-
-
- - - - - - - \ No newline at end of file