Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
3b8e0ce1
Commit
3b8e0ce1
authored
Nov 26, 2018
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S12567691 # Client - Incoming Issues (raised by Client) #Applicant Summary report
parent
475c89ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
40 deletions
+60
-40
applicant_report.jsp
...p/webroot/extensions/adminportal/inc/applicant_report.jsp
+59
-39
applicants_list_report.jsp
...oot/extensions/adminportal/inc/applicants_list_report.jsp
+1
-1
No files found.
cmsWebApp/webroot/extensions/adminportal/inc/applicant_report.jsp
View file @
3b8e0ce1
...
...
@@ -15,6 +15,7 @@
Candidate candidate = jobApplication.getCandidate();
boolean detailed = (boolean) getData(request, "Detailed");
boolean missingReq = jobApplication.hasFailedEssentialRequirements();
boolean hasAllReq = jobApplication.hasAllEssentialRequirements();
%>
<oneit:dynIncluded>
<div class="wrap">
...
...
@@ -40,16 +41,13 @@
<%
}
%>
</span> SUPERLAW by <oneit:toString value="<%= job.getCreatedBy() %>" mode="EscapeHTML" nullValue=""/> .
</span> by <oneit:toString value="<%= job.getCreatedBy() %>" mode="EscapeHTML" nullValue=""/> .
<oneit:toString value="<%= job.getLevel() %>" mode="EscapeHTML" />
</div>
</div>
<div class="white-header">
<div class="applicant-details">
<div class="main-appli-name">
<div class="main-appli-name">
<div class="appli-name"><oneit:toString value="<%= candidate.getToString() %>" mode="EscapeHTML"/></div>
<div class="appli-applied">
Applied <oneit:toString value="<%= jobApplication.getSubmittedDate() %>" mode="MidDate"/>
...
...
@@ -60,22 +58,47 @@
<span>OVERALL RANK</span>
<oneit:toString value="<%= jobApplication.getOverallRank() %>" mode="Integer" />
</div>
<div class="shortlised"
style="background-image: url('file:///<%= PDFUtils.FILE_BASE_PATH %>/images/shortlist.png')"
>
Shortlisted
<div class="shortlised">
<%= jobApplication.getWorkFlow().getName() %>
</div>
</div>
</div>
<div class="contact-row">
<div class="contact-row">
<span class="contact-label">E</span>
<a href="<%= "mailto:" + candidate.getUser().getUserName() %>">
<oneit:toString value="<%= candidate.getUser().getUserName() %>" mode="EscapeHTML" />
</a>
<span class="contact-label">P </span>
<oneit:toString value="<%= candidate.getPhone() %>" mode="EscapeHTML" />
<span class="contact-label"><img src="file:///<%= PDFUtils.FILE_BASE_PATH %>/images/icon-location.png" /></span>
<span>Melbourne,Victoria Austrilia 3000 <div class="orange-text">Does not want to relocate</div></span>
<span class="contact-label"><img src="file:///<%= PDFUtils.FILE_BASE_PATH %>/images/icon-remote.png" /></span>
<span class="green-text">Prefers to work remote</span>
<%
if(jobApplication.getGoogleAddressText() != null)
{
%>
<span class="contact-label"><img src="file:///<%= PDFUtils.FILE_BASE_PATH %>/images/icon-location.png" /></span>
<span>
<oneit:toString value="<%= jobApplication.getGoogleAddressText() %>" mode="EscapeHTML"/>
<%
if(jobApplication.isFarFromJob())
{
%>
<div class="<%= jobApplication.getHappyToRelocate() ? "green-text" : "orange-text"%>">
<%= jobApplication.getHappyToRelocate() ? "Happy" : "Does not want"%> to relocate
</div>
<%
}
%>
</span>
<%
}
if(jobApplication.getPreferRemote())
{
%>
<span class="contact-label"><img src="file:///<%= PDFUtils.FILE_BASE_PATH %>/images/icon-remote.png" /></span>
<span class="green-text">Prefers to work remote</span>
<%
}
%>
</div>
</div>
...
...
@@ -90,10 +113,7 @@
<td class="chart-cell">
<div class="cell-title">Requirements</div>
<div class="chart-img">
<%if(missingReq) {%>
<div class="chart-cell-missing-req-icon">
</div>
<%}%>
<div class="<%= missingReq ? "chart-cell-missing-req-icon" : hasAllReq ? "chart-cell-all-req-icon" : "" %>"></div>
<img src="file:///<%= jobApplication.getRequirementRingChart() %>" alt="Ring Chart"/>
</div>
<div class="row four-label">
...
...
@@ -141,14 +161,9 @@
</div>
<%if(missingReq) {%>
<div class="essential-requirements-note red-requirements">
<span>Does not meet essential requirements</span>
<div class="essential-requirements-note <%= missingReq ? "red-requirements" : hasAllReq ? "green-requirements" : "" %>">
<span><%= missingReq ? "Does not meet essential requirements" : hasAllReq ? "Does meet essential requirements" : ""%></span>
</div>
<%
}
%>
</td>
<td class="chart-info-cell">
<%
...
...
@@ -161,22 +176,27 @@
%>
<div class="appli-row">
<span class="appli-label"><oneit:toString value="<%= importance %>" mode="EscapeHTML"/></span>
<%if (importance == Importance.ESSENTIAL) { %>
<span class="appli-percen gray"> <span class="req-icon"></span></span>
<span class="appli-progress-bar candidate-does-not">
Candidate does not meet essential requirments
</span>
<%}
else {
<%
if (importance == Importance.ESSENTIAL)
{
%>
<span class="appli-percen gray"><oneit:toString value="<%= rating %>" mode="PercentageWholeNumber" /></span>
<span class="appli-progress-bar">
<div class="progress">
<div class="progress-bar" style="width:<%= rating %>%;" role="progressbar" aria-valuenow="<%= rating %>" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</span>
<%}
<span class="appli-percen gray"> <span class="<%= missingReq ? "req-icon" : hasAllReq ? "all-req-icon" : ""%>"></span></span>
<span class="appli-progress-bar candidate-does-not">
<%= missingReq ? "Candidate does not meet essential requirements" : hasAllReq ? "Candidate meets essential requirements" : ""%>
</span>
<%
}
else
{
%>
<span class="appli-percen gray"><oneit:toString value="<%= rating %>" mode="PercentageWholeNumber" /></span>
<span class="appli-progress-bar">
<div class="progress">
<div class="progress-bar" style="width:<%= rating %>%;" role="progressbar" aria-valuenow="<%= rating %>" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</span>
<%
}
%>
</div>
<%
...
...
@@ -187,7 +207,7 @@
String dotClass = answer.getAnswer() ? "" : (importance == Importance.ESSENTIAL ? "red-dot" : (importance == Importance.HIGHLY_DESIRABLE ? "yellow-dot" : ""));
%>
<div class="tab-row fixed-height">
<div class="detail-tab-row-title <%= (importance == Importance.ESSENTIAL ? (
!missingReq ? "red-requirements" : "green-requirements") : "")
%>">
<div class="detail-tab-row-title <%= (importance == Importance.ESSENTIAL ? (
answer.getAnswer() ? "green-requirements" : "red-requirements") : "")
%>">
<span class="dot-icon"></span>
<oneit:toString value="<%= answer.getAssessmentCriteria().getCriteriaType() %>" mode="EscapeHTML"/>
</div>
...
...
cmsWebApp/webroot/extensions/adminportal/inc/applicants_list_report.jsp
View file @
3b8e0ce1
...
...
@@ -74,7 +74,7 @@
</div>
<div class="white-header">
<div class="main-appli-name">
<div class="appli-name"><%= workFlow == null || workFlow.getApplicationStatus() == ApplicationStatus.SUBMITTED ? "All" : workFlow.getName() %> Applicants </div>
<div class="appli-name"><%= workFlow == null || workFlow.getApplicationStatus() == ApplicationStatus.SUBMITTED ? "All" : workFlow.getName() %> Applicants </div>
</div>
<div class="appli-count">
<%= applications.size() %> Applicants
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment