Recruitment Reference Public

Data and Screen Reference

A compact reference of the screens, data records, routes, permissions, and supporting files that make up the Recruitment module package.

Guide version: r1 Module version: 1.0.0 Updated: 2026-07-22 Estimated time: 5 min 2 views
You are viewing version r1 of this guide. View the current version
Reference

Data and Screen Reference

A compact reference of screens, data records, routes, and supporting files found in the module package.

Slug: recruitmentVersion: 1.0.0Category: Human ResourceReviewed: 2026-07-11

Screens and Views

Controllers

  • Applicants_api - index, view
  • Job_interviews
  • Job_offers
  • Job_portal - index, list_data, quick_view, view, list_random_data, companies, company, modal_form, saved, saved_jobs_data, saved_jobs_summary, upload_file, validate_file, check_application_email, submit_job_application, report_job_modal_form
  • Job_positions
  • Recruitment
  • Recruitments_api - index, view, applicants

View files

  • job_positions/index.php
  • job_positions/modal_form.php
  • recruitment/applicant_header.php
  • recruitment/applicant_view.php
  • recruitment/categories.php
  • recruitment/comment_row.php
  • recruitment/edit_comment_modal_form.php
  • recruitment/entries.php
  • recruitment/file_view.php
  • recruitment/hire_modal_form.php
  • recruitment/index.php
  • recruitment/interviews/interviews_panel.php
  • recruitment/interviews/modal_form.php
  • recruitment/job_portal/applicant_tips.php
  • recruitment/job_portal/companies.php
  • recruitment/job_portal/company.php
  • recruitment/job_portal/index.php
  • recruitment/job_portal/modal_form.php
  • recruitment/job_portal/offer.php
  • recruitment/job_portal/quick_view.php
  • recruitment/job_portal/report_company_modal.php
  • recruitment/job_portal/report_job_modal.php
  • recruitment/job_portal/saved.php
  • recruitment/job_portal/sidebar/companies.php
  • recruitment/job_portal/sidebar/saved_jobs.php
  • recruitment/job_portal/sidebar/saved_jobs_module.php
  • recruitment/job_portal/view.php
  • recruitment/kanban.php
  • recruitment/kanban_view.php
  • recruitment/modal_form.php
  • recruitment/modal_form_application_status.php
  • recruitment/modal_form_assign_label.php
  • recruitment/modal_form_category.php
  • recruitment/modal_form_remarks.php
  • recruitment/offers/modal_form.php
  • recruitment/offers/offers_panel.php
  • recruitment/view.php

Data Records

Models

  • Application_consents_model.php
  • Job_applications_model.php
  • Job_comments_model.php
  • Job_interviews_model.php
  • Job_offers_model.php
  • Job_positions_model.php
  • Recruitment_banner_model.php
  • Recruitment_categories_model.php
  • Recruitment_model.php
  • Recruitment_statuses_model.php

Database tables

  • job_hiring
  • job_applications
  • job_hiring_categories
  • recruitment_status
  • recruitment_banner
  • job_comments
  • job_offers
  • application_consents
  • job_interviews
  • job_positions

Routes and Entry Points

RouteTarget
hrs/recruitmentrecruitment/index
hrs/recruitment/(.+)recruitment/$1
hrs/job_positionsjob_positions/index
hrs/job_positions/(.+)job_positions/$1
job-portaljob_portal/index
job-portal/(:any)job_portal/$1
job-portal/(:any)/(:any)job_portal/$1/$2

Supporting Files

Migrations

  • 20260704173138_add_position_and_salary_band_to_job_hiring.php
  • 20260704173529_create_job_offers_table.php
  • 20260704183704_create_application_consents_table.php
  • 20260704183705_create_job_interviews_table.php

Seeders

  • RecruitmentOpenJobsSeeder.php

Tests

  • RecruitmentTest.php

Helpers

  • recruitment_helper.php

Libraries

No module libraries were found.

API configs

  • api_routes.php
  • api_scope.php

Report a content problem