publicfinalstaticStringPRESENT_QUERY="SELECT DISTINCT Emp.EmployeeCode, Emp.FirstName FROM Transactions AS Tr, EmployeeMaster AS Emp WHERE Tr.EmployeemasterID = Emp.EmployeeMasterID AND CONVERT(VARCHAR,Tr.aDateTime, 111) = '<REPORTDATE>' AND Emp.EmployeeCode IN (<EMPIDS>)";
publicfinalstaticStringABSENT_QUERY="SELECT [EmployeeCode], [FirstName] FROM [EmployeeMaster] WHERE [EmployeeCode] IN(<ABSENTLIST>)";
//public final static String PRESENT_QUERY = "SELECT DISTINCT Emp.EmployeeCode, Emp.FirstName FROM Transactions AS Tr, EmployeeMaster AS Emp WHERE Tr.EmployeemasterID = Emp.EmployeeMasterID AND CONVERT(VARCHAR,Tr.aDateTime, 111) = '<REPORTDATE>' AND Emp.EmployeeCode IN (<EMPIDS>)";
//public final static String ABSENT_QUERY = "SELECT [EmployeeCode], [FirstName] FROM [EmployeeMaster] WHERE [EmployeeCode] IN(<ABSENTLIST>)";
publicfinalstaticStringPRESENT_QUERY="SELECT DISTINCT Emp.EmployeeCode, Emp.FirstName, Emp.EmailId FROM Transactions AS Tr, EmployeeMaster AS Emp WHERE Tr.EmployeemasterID = Emp.EmployeeMasterID AND CONVERT(VARCHAR,Tr.aDateTime, 111) = '<REPORTDATE>' AND Emp.EmployeeCode IN (<EMPIDS>)";
publicfinalstaticStringABSENT_QUERY="SELECT [EmployeeCode], [FirstName],[EmailId] FROM [EmployeeMaster] WHERE [EmployeeCode] IN(<ABSENTLIST>)";
publicfinalstaticStringPRESENT="P";
publicfinalstaticStringABSENT="A";
...
...
@@ -151,4 +154,13 @@ public class MyTeamUtils {
publicfinalstaticStringCREATE="CREATE";
publicfinalstaticStringUPDATE="UPDATE";
publicstaticfinalStringSHIFT1="Shift 1(9:00 AM - 6:00 PM)";
<tdstyle="line-height: 25px; padding: 15px 20px 20px 20px">As per the Biometric login records, we are unable to find your login time. We conclude that you are on leave for the day. <br/><br/>Please apply the leave request for the same in <b>Ultipro.</b></td>
</tr>
<tr>
<tdstyle="height: 25px"> </td>
</tr>
<tr>
<tdstyle="line-height: 25px; padding: 15px 20px 20px 20px"><b>NOTE:</b><br/>
--> Please ignore if already applied.<br/>
</td>
</tr>
<tr>
<tdstyle="color: #666; font-size: 12px; line-height: 20px; padding: 15px 20px 20px 20px">
<tdstyle="line-height: 25px; padding: 15px 20px 20px 20px">As per the Biometric login records, we are unable to find your login time. We conclude that you are on leave for the day. <br/><br/>Please apply the leave request for the same in <b>Ultipro.</b></td>
</tr>
<tr>
<tdstyle="height: 25px"> </td>
</tr>
<tr>
<tdstyle="line-height: 25px; padding: 15px 20px 20px 20px"><b>NOTE:</b><br/>
Please ignore if already applied.<br/>
</td>
</tr>
<tr>
<tdstyle="color: #666; font-size: 12px; line-height: 20px; padding: 15px 20px 20px 20px">