Compare commits
2 Commits
3e5a97bd8c
...
91fbb85dfe
| Author | SHA1 | Date | |
|---|---|---|---|
| 91fbb85dfe | |||
| b9bf8ed635 |
|
|
@ -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