dev_mashfiq #37
|
@ -2628,7 +2628,7 @@ namespace HRM.Report
|
||||||
DataSet oDailyInOut = null;
|
DataSet oDailyInOut = null;
|
||||||
DataSet oPreviousDayInOut = null;
|
DataSet oPreviousDayInOut = null;
|
||||||
DataRow oDR = 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);
|
oDailyInOut = new EchoTexExceptionReportService().GetDailyInOut(attnDate, sEmpID);
|
||||||
oPreviousDayInOut = new EchoTexExceptionReportService().GetDailyInOut(PreviousAttnDate, sEmpID);
|
oPreviousDayInOut = new EchoTexExceptionReportService().GetDailyInOut(PreviousAttnDate, sEmpID);
|
||||||
position = 1;
|
position = 1;
|
||||||
|
|
|
@ -733,7 +733,7 @@ export class ReportViewerComponent implements OnInit {
|
||||||
|
|
||||||
} else if (this.reportType === '714') {
|
} else if (this.reportType === '714') {
|
||||||
// debugger;
|
// debugger;
|
||||||
this.SearchFrom = EnumSearchFrom.Attendance;
|
// this.SearchFrom = EnumSearchFrom.Attendance;
|
||||||
this.multiselect = true;
|
this.multiselect = true;
|
||||||
this.hiddenFromDate = true;
|
this.hiddenFromDate = true;
|
||||||
this.hiddenToDate = false;
|
this.hiddenToDate = false;
|
||||||
|
@ -746,7 +746,7 @@ export class ReportViewerComponent implements OnInit {
|
||||||
this.apiService.selectedMenuName = 'Daily Absent';
|
this.apiService.selectedMenuName = 'Daily Absent';
|
||||||
} else if (this.reportType === '716') {
|
} else if (this.reportType === '716') {
|
||||||
// debugger;
|
// debugger;
|
||||||
this.SearchFrom = EnumSearchFrom.Attendance;
|
// this.SearchFrom = EnumSearchFrom.Attendance;
|
||||||
this.multiselect = true;
|
this.multiselect = true;
|
||||||
this.hiddenFromDate = true;
|
this.hiddenFromDate = true;
|
||||||
this.hiddenToDate = false;
|
this.hiddenToDate = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user