|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<ion-buttons slot="start">
|
|
|
|
|
<nav-buttons (backClick)="goback()" [navigate]="false"></nav-buttons>
|
|
|
|
|
</ion-buttons>
|
|
|
|
|
<ion-title>EMPLOYEE DETAIL</ion-title>
|
|
|
|
|
<ion-title>{{ts.trPK('userProfile','emp-detail')}}</ion-title>
|
|
|
|
|
</ion-toolbar>
|
|
|
|
|
</ion-header>
|
|
|
|
|
|
|
|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
<a [ngClass]="employee.EMPLOYEE_MOBILE_NUMBER == '' ? 'disable-phone action-button-icon' : 'action-button-icon'" href="tel:{{employee.EMPLOYEE_MOBILE_NUMBER}}">
|
|
|
|
|
<img src="../assets/imgs/call_icon.png">
|
|
|
|
|
</a>
|
|
|
|
|
<span>Call</span>
|
|
|
|
|
<span>{{ts.trPK('vacation-rule','call')}}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="4" (click)="getMenuEntries(employee)">
|
|
|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
<span class="action-button-icon">
|
|
|
|
|
<img src="../assets/imgs/create_request_icon.png">
|
|
|
|
|
</span>
|
|
|
|
|
<span>Create Request</span>
|
|
|
|
|
<span>{{ts.trPK('vacation-rule','create-request')}}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="4" style="opacity:0.3;">
|
|
|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
<span class="action-button-icon">
|
|
|
|
|
<img src="../assets/imgs/message_icon.png">
|
|
|
|
|
</span>
|
|
|
|
|
<span>Message</span>
|
|
|
|
|
<span>{{ts.trPK('vacation-rule','message-label')}}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
@ -56,17 +56,17 @@
|
|
|
|
|
<ion-segment-button
|
|
|
|
|
value="Attendance"
|
|
|
|
|
[ngClass]="activeSegment == 'Attendance' ? 'active-Segment' : 'normal-Segment'" >
|
|
|
|
|
<ion-label>Attendance</ion-label>
|
|
|
|
|
<ion-label>{{ts.trPK('attendance','attendance')}}</ion-label>
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
<ion-segment-button
|
|
|
|
|
value="Team Members"
|
|
|
|
|
[ngClass]="activeSegment == 'Team Members' ? 'active-Segment' : 'normal-Segment'">
|
|
|
|
|
<ion-label>Team Members</ion-label>
|
|
|
|
|
<ion-label>{{ts.trPK('myTeam','team-members')}}</ion-label>
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
<ion-segment-button
|
|
|
|
|
value="About"
|
|
|
|
|
[ngClass]="activeSegment == 'About' ? 'active-Segment' : 'normal-Segment'">
|
|
|
|
|
<ion-label>About</ion-label>
|
|
|
|
|
<ion-label> {{ts.trPK('general','about')}}</ion-label>
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
</ion-segment>
|
|
|
|
|
</div>
|
|
|
|
|
@ -207,7 +207,7 @@
|
|
|
|
|
<div *ngIf="isSearch">
|
|
|
|
|
<ion-row class="search-container">
|
|
|
|
|
<ion-col style="float: left;" size=[6] (click)="clearSearchTwo()">
|
|
|
|
|
<span style="margin-left: 5px;">Clear Search</span>
|
|
|
|
|
<span style="margin-left: 5px;">{{ts.trPK('work-list','clear-search')}}</span>
|
|
|
|
|
<ion-icon name="close" ></ion-icon>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
@ -231,43 +231,43 @@
|
|
|
|
|
<div class="employee-information-indetail" *ngIf="activeSegment === 'About'">
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col [size]="6" style="border-right: 1px solid #ccc;">
|
|
|
|
|
<h2>Employee ID</h2>
|
|
|
|
|
<h2>{{ts.trPK('userProfile','empNo')}}</h2>
|
|
|
|
|
<p>{{employee.EMPLOYEE_NUMBER}}</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="6">
|
|
|
|
|
<h2>Category</h2>
|
|
|
|
|
<h2>{{ts.trPK('userProfile','category')}}</h2>
|
|
|
|
|
<p>{{employee.EMPLOYMENT_CATEGORY_MEANING}}</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="12">
|
|
|
|
|
<h2>Address</h2>
|
|
|
|
|
<h2>{{ts.trPK('userProfile','Address')}}</h2>
|
|
|
|
|
<p>{{employee.LOCATION_NAME}}</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="12">
|
|
|
|
|
<h2>Phone Number</h2>
|
|
|
|
|
<h2>{{ts.trPK('userProfile','phone-no')}}</h2>
|
|
|
|
|
<p>{{employee.EMPLOYEE_MOBILE_NUMBER}}</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="12">
|
|
|
|
|
<h2>Business Group</h2>
|
|
|
|
|
<h2>{{ts.trPK('userProfile','busG')}}</h2>
|
|
|
|
|
<p>{{employee.ORGANIZATION_NAME}}</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="12">
|
|
|
|
|
<h2>Job</h2>
|
|
|
|
|
<h2>{{ts.trPK('userProfile','job')}}</h2>
|
|
|
|
|
<p>{{employee.JOB_NAME}}</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="12">
|
|
|
|
|
<h2>Payroll</h2>
|
|
|
|
|
<h2>{{ts.trPK('userProfile','payrol')}}</h2>
|
|
|
|
|
<p>{{employee.PAYROLL_NAME}}</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="12">
|
|
|
|
|
<h2>Organization Email Address</h2>
|
|
|
|
|
<h2>{{ts.trPK('userProfile','orgEmail')}}</h2>
|
|
|
|
|
<p>{{employee.EMPLOYEE_EMAIL_ADDRESS}}</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="12">
|
|
|
|
|
<h2>Position</h2>
|
|
|
|
|
<h2>{{ts.trPK('userProfile','position')}}</h2>
|
|
|
|
|
<p>{{employee.POSITION_NAME}}</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="12" style="border-bottom: none;">
|
|
|
|
|
<h2>Grade</h2>
|
|
|
|
|
<h2>{{ts.trPK('userProfile','grade')}}</h2>
|
|
|
|
|
<p>{{employee.GRADE_NAME}}</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
|