Merge pull request 'ok' (#57) from dev_chapal into devqc
Reviewed-on: http://103.197.204.162:3025/CelHRTeam/EchoTex_Payroll/pulls/57
This commit is contained in:
commit
91fbb85dfe
|
|
@ -37,7 +37,7 @@ export class ReadAttendanceRawdataComponent {
|
||||||
public employees: Employee[] = [];
|
public employees: Employee[] = [];
|
||||||
selectedCard: any;
|
selectedCard: any;
|
||||||
entryModes: any = EnumExtension.getNamesAndValues(EnumEntryMode);
|
entryModes: any = EnumExtension.getNamesAndValues(EnumEntryMode);
|
||||||
format: string = ".csv (Column Names: EmpNo,PunchTime)"; // (Date Time Format: MM/dd/yyyy h:mm)
|
format: string = ".csv (Column Names: EmpNo,PunchTime,CardNo)"; // (Date Time Format: MM/dd/yyyy h:mm)
|
||||||
public gridView: GridDataResult;
|
public gridView: GridDataResult;
|
||||||
public gridView2: GridDataResult;
|
public gridView2: GridDataResult;
|
||||||
public mandatoryItems: mandatoryData[] = [];
|
public mandatoryItems: mandatoryData[] = [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user