|
|
|
|
@ -22,18 +22,6 @@
|
|
|
|
|
</ion-row>
|
|
|
|
|
|
|
|
|
|
<ion-row *ngFor="let menuItem of menuEntries; let i=index">
|
|
|
|
|
<ion-row class="attendance-module" *ngIf="i == 1">
|
|
|
|
|
<ion-col [size]="8">
|
|
|
|
|
<h3>{{'home,monthly-attendance' | translate}}</h3>
|
|
|
|
|
<span>{{'home,monthly-time-sheet-view' | translate}}</span>
|
|
|
|
|
<ion-button (click)="openTimeCard()">
|
|
|
|
|
{{'home,view-detail' | translate}}
|
|
|
|
|
</ion-button>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="4">
|
|
|
|
|
<img src="assets/icon/new-design/attendance_button_icon.png"/>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-col [size]="12">
|
|
|
|
|
<ion-label>{{menuItem.PROMPT}}</ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
@ -54,6 +42,19 @@
|
|
|
|
|
</app-services-button>
|
|
|
|
|
</ion-slide>
|
|
|
|
|
</ion-slides>
|
|
|
|
|
|
|
|
|
|
<ion-row class="attendance-module" *ngIf="i == 0">
|
|
|
|
|
<ion-col [size]="8">
|
|
|
|
|
<h3>{{'home,monthly-attendance' | translate}}</h3>
|
|
|
|
|
<span>{{'home,monthly-time-sheet-view' | translate}}</span>
|
|
|
|
|
<ion-button (click)="openTimeCard()">
|
|
|
|
|
{{'home,view-detail' | translate}}
|
|
|
|
|
</ion-button>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col [size]="4">
|
|
|
|
|
<img src="assets/icon/new-design/attendance_button_icon.png"/>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
</ion-row>
|
|
|
|
|
|
|
|
|
|
</ion-grid>
|
|
|
|
|
|