Attendance reports

This commit is contained in:
mashfiq 2025-04-17 12:11:08 +06:00
parent 2a30841b13
commit 43fbf03d1d
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;