Attendance reports
This commit is contained in:
parent
2a30841b13
commit
43fbf03d1d
|
@ -2628,7 +2628,7 @@ namespace HRM.Report
|
|||
DataSet oDailyInOut = null;
|
||||
DataSet oPreviousDayInOut = null;
|
||||
DataRow oDR = null;
|
||||
List<Shift> oShifts = new ShiftService().Get(EnumStatus.Active, payrollTypeID);
|
||||
List<Shift> oShifts = new ShiftService().Get(EnumStatus.Regardless, payrollTypeID);
|
||||
oDailyInOut = new EchoTexExceptionReportService().GetDailyInOut(attnDate, sEmpID);
|
||||
oPreviousDayInOut = new EchoTexExceptionReportService().GetDailyInOut(PreviousAttnDate, sEmpID);
|
||||
position = 1;
|
||||
|
|
|
@ -733,7 +733,7 @@ export class ReportViewerComponent implements OnInit {
|
|||
|
||||
} else if (this.reportType === '714') {
|
||||
// debugger;
|
||||
this.SearchFrom = EnumSearchFrom.Attendance;
|
||||
// this.SearchFrom = EnumSearchFrom.Attendance;
|
||||
this.multiselect = true;
|
||||
this.hiddenFromDate = true;
|
||||
this.hiddenToDate = false;
|
||||
|
@ -746,7 +746,7 @@ export class ReportViewerComponent implements OnInit {
|
|||
this.apiService.selectedMenuName = 'Daily Absent';
|
||||
} else if (this.reportType === '716') {
|
||||
// debugger;
|
||||
this.SearchFrom = EnumSearchFrom.Attendance;
|
||||
// this.SearchFrom = EnumSearchFrom.Attendance;
|
||||
this.multiselect = true;
|
||||
this.hiddenFromDate = true;
|
||||
this.hiddenToDate = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user