fixed bugs:

MM-725
MM-726
MM-727
MM-714
MM-720
MM-722
MM-718
MM-706
MM-687
MOHEMM-Q3-DEV-LATEST
enadhilal 4 years ago
parent fe5f41e89e
commit d8e6647310

@ -235,7 +235,7 @@ export class DetailsComponent implements OnInit {
ngOnInit() {
this.common.startLoading();
this.intializeMemberDetail();
this.showAttendanceTracking();
// this.showAttendanceTracking();
// tslint:disable-next-line: max-line-length
this.currentMonthName = this.direction === 'en' ? this.common.getMonthName(this.monthIndex) : this.common.getMonthNameAr(this.monthIndex);
}
@ -266,6 +266,7 @@ export class DetailsComponent implements OnInit {
if (this.activeSegment === 'Attendance') {
this.common.startLoading();
this.initAttendance();
this.showAttendanceTracking();
}
else if (this.activeSegment != 'Attendance' && this.activeSegment != 'TeamMembers') {
this.activeSegment = 'About';

@ -18,15 +18,15 @@
<ion-list>
<ion-item>
<ion-label>
<p *ngIf="direction == 'ltr'" style="color: black; padding: 5px; font-size: 16px; font-family: 'Poppins'; font-weight: bolder;">item type</p>
<p style="color: black; padding: 5px; font-size: 16px; font-family: 'Poppins'; font-weight: bolder;">item type</p>
</ion-label>
<p *ngIf="direction == 'ltr'" style="color: black; padding: 5px; font-size: 16px; font-family: 'Poppins'; font-weight: bolder;">FYA</p>
<p style="color: black; padding: 5px; font-size: 16px; font-family: 'Poppins'; font-weight: bolder;">FYA</p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<p *ngIf="direction == 'ltr'" style="color: black; padding: 5px; font-size: 16px; font-family: 'Poppins'; font-weight: bolder;">FYI</p>
<p style="color: black; padding: 5px; font-size: 16px; font-family: 'Poppins'; font-weight: bolder;">FYI</p>
</ion-item>
<ion-item *ngFor="let data of notificationList">
<ion-label>
<p *ngIf="direction == 'ltr'" style="color: black; padding: 5px; font-size: 16px; font-family: 'Poppins'; padding-bottom: 10px;">{{data.ITEM_TYPE}}</p>
<p style="color: black; padding: 5px; font-size: 16px; font-family: 'Poppins'; padding-bottom: 10px;">{{data.ITEM_TYPE}}</p>
</ion-label>
<ion-toggle (ionChange)="chnageToggle(data, 'FYA', data.FYA_ENABLED_FALG)" [checked]="data.FYA_ENABLED_FALG === 'Y'"></ion-toggle>
&nbsp;&nbsp;&nbsp;

@ -852,7 +852,7 @@ $actionBtnSize : 36px;
font-size: 18px;
}
span{
font-size: 11px;
font-size: 9px;
}
}
}

@ -184,7 +184,7 @@ export class TimeCardDetailsComponent implements OnInit {
{
data: [this.absentDays, this.attendedDays],
backgroundColor: [
'#269DB8',
'#292F42',
'#269DB8'
],
borderWidth: 2

Loading…
Cancel
Save