From d78c5879ac05242804fabf7b0140b35804e66b66 Mon Sep 17 00:00:00 2001 From: mashfiq Date: Thu, 9 Jan 2025 15:58:16 +0600 Subject: [PATCH] Sp_dashboardinformation Procedure fucntion Changed for Timout Exception --- HRM.DA/DA/Employee/EmployeeDA.cs | 3 ++- HRM.UI/ClientApp/src/app/app.api.service.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HRM.DA/DA/Employee/EmployeeDA.cs b/HRM.DA/DA/Employee/EmployeeDA.cs index 46f14d5..cb75831 100644 --- a/HRM.DA/DA/Employee/EmployeeDA.cs +++ b/HRM.DA/DA/Employee/EmployeeDA.cs @@ -3628,7 +3628,8 @@ AND ea.EMPLOYEEID=emp.EMPLOYEEID AND ea.LASTLEVEL=1),'') LastAcademic , SqlHelperExtension.CreateInParam("@ModAttendance", SqlDbType.Int, isAttendance), SqlHelperExtension.CreateInParam("@PayrollTypeID", SqlDbType.Int, payrollTypeId) }; - return tc.ExecuteDataSet(CommandType.StoredProcedure, "sp_DashboardInformation", p.ToArray()); + //return tc.ExecuteDataSet(CommandType.StoredProcedure, "sp_DashboardInformation", p.ToArray()); + return tc.ExecuteDataSet("SELECT * FROM DashboardInformation"); } //Mobile Profile internal static DataSet GetMobileProfile(TransactionContext tc, int employeeID) diff --git a/HRM.UI/ClientApp/src/app/app.api.service.ts b/HRM.UI/ClientApp/src/app/app.api.service.ts index f4a3f39..fd4f140 100644 --- a/HRM.UI/ClientApp/src/app/app.api.service.ts +++ b/HRM.UI/ClientApp/src/app/app.api.service.ts @@ -13,7 +13,7 @@ export class ApiService { public isSSO = false; public versionDeployement = false; - public versionNumber = `V-${GlobalfunctionExtension.generateVersionNumber(new Date(2025, 0, 7))}-`+"01"; + public versionNumber = `V-${GlobalfunctionExtension.generateVersionNumber(new Date(2025, 0, 9))}-`+"01"; public static BASE_URL = ''; public base_url = ''; // public currentLink = '';