RCR025_EXP.jsp 9.89 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ page import="com.csc.library.entry.*,com.csc.library.system.*,com.csc.library.session.*,com.csc.library.utilities.*,java.text.DecimalFormat"%>
<%@ page import="java.util.*,java.io.*,java.sql.*"%>
<%@ page import="java.text.SimpleDateFormat" %>
<%@ page import="java.text.DateFormat" %>
<%@ page import="java.util.Locale" %>
<%@ page import="java.util.Date" %>
<%@ page import="com.csc.library.components.*" %>
<%@ page import="com.csc.library.report.ReportUDF" %>
<%@ page import="com.csc.library.databean.Simmapplicanthisotherwithgson" %>
<%@ page import="com.csc.library.databean.Simmcandidatewithgson" %>
<%@ page import="com.csc.library.databean.Simmappointmentwithgson" %>
<%@ page import="com.csc.library.databean.Simmapplicant_his_gson" %>
<%@ page import="com.csc.library.utilities.gsonmapping.*" %>
<%
	response.setHeader("Cache-Control","must-revalidate");
	response.setContentType("application/vnd.ms-excel; UTF-8");
	response.setHeader("Content-Disposition", "inline; filename=" + "export.xls");

	CheckNull chk = new CheckNull();
	CscCalendar c = new CscCalendar();
	ReportUDF udf = new ReportUDF();
	UProfile up = null;
	DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");

	if (session !=null){
		up = (UProfile)session.getAttribute("userprofile");
	}

	String lang = up.get("lang");
	String filter = chk.chkNullString(request.getParameter("__filter"));
	String cmd = chk.chkNullString(request.getParameter("__cmd"));

	DbRecord dbrec = new InitialRecord(up).getDbRecord("memployee");
	dbrec.setColumn("*");
%>

<html>
	<head>
		<title></title>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<!-- <link href="../CSS/TISCO.css" rel="stylesheet" type="text/css"> -->
		<script language="JavaScript" src="../JS/SCREEN.js"></script>
		<script language="javascript">setLang('<%=up.get("lang")%>');</script>

		<style>
			img[height="20"] {
				padding: 0px;
			}
			.center{
				text-align: center;
			}
			.wd-40{
				width:40%;
			}
		</style>
	</head>
	<%
		String helpReturn="";
		if(request.getParameter("__helpReturn")!=null){
		  helpReturn=request.getParameter("__helpReturn");
		}
		String fieldSearch="";
		if(request.getParameter("__fieldSearch")!=null){
		  fieldSearch=request.getParameter("__fieldSearch");
		}
	%>
	<body leftmargin="0" topmargin="0">
		<form name="cscform" method="post" action="RCR024.jsp">
			<!----------BEGIN CSC INITIAL ZONE ------------------------>
			<%//=screen.InitialVariable()%>
			<!----------END CSC INITIAL ZONE -------------------------->
			<input type="hidden" name="__cmd" value="">
			<input type="hidden" name="__screen" value="RCR024">
			<input type="hidden" name="__help" value="">
			<input type="hidden" name="__goPage" value="">
			<input type="hidden" name="__language" value="<%=up.get("lang")%>">
			<input type="hidden" name="__orderBy" value="<%=request.getParameter("__orderBy")%>">
			<input type="hidden" name="__helpReturn" value="<%=helpReturn%>">
			<input type="hidden" name="__fieldSearch" value="<%=fieldSearch%>">
			<input type="hidden" name="__helpName" value="<%=request.getParameter("__helpName")%>">
			<input type="hidden" name="__pageCall" value="<%=request.getParameter("__screen")%>">
			<input type="hidden" name="__fixCon" value="<%=request.getParameter("__fixCon")%>">
			<input type="hidden" name="__export" value="">
			<input type="hidden" name="__filter" value="<%=filter%>">

			<input type="hidden" name="__calendar" value="">
			<script language="javascript">getInputFormatDate()</script>
			<br>
			<table class="maxsize table table-bordered " border="1" cellpadding="0" cellspacing="1" cols=10>
				</tr>
					<td class="row1 center" colspan='21'>รายงานสรุปการสรรหาพนักงาน</td>
				</tr>
				<tr>
					<td class="row1 center">TR</td>
					<td class="row1 center">RR</td>
					<td class="row1 center">D/M/Y</td>
					<td class="row1 center">Request Date</td>
					<td class="row1 center">Position</td>	
					<td class="row1 center">Div.</td>
					<td class="row1 center">Reason</td>
					<td class="row1 center">พนักงานทดแทน</td>
					<td class="row1 center">KPI</td>
					<td class="row1 center">ชื่อผู้สมัคร</td>
					<td class="row1 center">Start Working date</td>
					<td class="row1 center">Signing date</td>
					<td class="row1 center">Total date</td>
					<td class="row1 center">KPI</td>
					<td class="row1 center">Total KPI</td>
					<td class="row1 center">Result</td>
					<td class="row1 center">Recruiter</td>
					<td class="row1 center">Channel</td>
					<td class="row1 center">Level</td>
					<td class="row1 center">Remark</td>
					<td class="row1 center">Status</td>
				</tr>
				<%
					String startwork = "";
					DbInquiry inqpre = new InitialInquiry(up).getDbInquiry("mprefix");
					DbInquiry inqcan = new InitialInquiry(up).getDbInquiry("Simmapplicant_his_gson");
					DbInquiry inqrequest = new InitialInquiry(up).getDbInquiry("mrequest");
					DbInquiry inqjob = new InitialInquiry(up).getDbInquiry("mjobcode");
					DbInquiry inqbu1 = new InitialInquiry(up).getDbInquiry("mbu1");
					DbInquiry inqsourcejob = new InitialInquiry(up).getDbInquiry("msourcejob");
					DbInquiry inqemp = new InitialInquiry(up).getDbInquiry("memployee");
					DbInquiry inqsubstitute = new InitialInquiry(up).getDbInquiry("msubstitute");

					inqcan.setColumn("*");
					inqcan.putChild(inqjob);
					inqcan.putChild(inqemp);
					inqjob.putChild(inqbu1);
					inqrequest.putChild(inqsubstitute);
					inqsubstitute.putChild(inqemp);
					inqcan.setFilter(filter);
					inqcan.refresh();





					while(inqcan.next()){
						startwork = "";
						Simmapplicant_his_gson simmapplicant_his_gson = (Simmapplicant_his_gson) inqcan.getCurrentDbRecord();

						inqpre.setFilter("prefixid = '"+simmapplicant_his_gson.mapplicant_his_resumePersonal.prefixid+"'");
						inqpre.refresh();
						inqpre.next();

						inqsourcejob.setFilter("sourcejobid = '"+simmapplicant_his_gson.mapplicant_his_resumeOther.sourcejob+"'");
						inqsourcejob.refresh();
						inqsourcejob.next();

						inqjob.setFilter("jobcodeid = '"+inqcan.getString("jobid")+"'");
						inqjob.refresh();
						inqjob.next();

						inqrequest.setFilter("requestid = '"+inqcan.getString("requestid")+"'");
						inqrequest.refresh();
						inqrequest.next();

						out.print("");


				%>
				<tr>

				<%
				String emp_type = "";
				String emp_type2 = "";

				String status1 = "";
				String status2 = "";

				String Result = "";

				String doc_date = c.setCscCalendar(inqrequest.getString("doc_date")).getYYYYMMDDHHMMSS();
				String lastdate = c.setCscCalendar(inqrequest.getString("lastdate")).getYYYYMMDDHHMMSS();

					Date start = df.parse(doc_date);
					Date end = df.parse(lastdate);

					long diff = end.getTime() - start.getTime();

					int dayDiff = (int) (diff / (24 * 60 * 60 * 1000));
					int hourDiff = (int) (diff / (60 * 60 * 1000) % 24);
					int minuteDiff = (int) (diff / (60 * 1000) % 60);
					int secondDiff = (int) (diff / 1000 % 60);

					// System.out.println("Day Diff = " + dayDiff);
					// System.out.println("Hour Diff = " + hourDiff);
					// System.out.println("Minute Diff = " + minuteDiff);
					// System.out.println("Second Diff = " + secondDiff);


					if(inqrequest.getString("emp_type").equals("1")){
						emp_type += " ";
						emp_type2 += "Y";
					}else {
						emp_type += "Y";
						emp_type2 += " ";
					}

					if(inqrequest.getString("subrequest").equals("0")){
						status1 = "New";
					}else if(inqrequest.getString("subrequest").equals("1")){
						status1 = "Replace";
					}

					if(inqrequest.getString("req_status").equals("2")){
						status2 = "Searching";
					}else if(inqrequest.getString("req_status").equals("3")){
						status2 = "Hired";
					}else if(inqrequest.getString("req_status").equals("4")){
						status2 = "ยกเลิก";
					}

					if( (inqrequest.getString("req_status").equals("4") && inqcan.getString("employeeid").equals("0")) || (inqrequest.getString("req_status").equals("4") && (!inqcan.getString("employeeid").equals("0"))) ){
						Result += " ";
					} else if(!inqrequest.getString("req_status").equals("4") && inqcan.getString("employeeid").equals("0")) {
						Result += "No";
					}else if (!inqrequest.getString("req_status").equals("4") && !inqcan.getString("employeeid").equals("0")){
						Result += "Yes";
					}else{
						Result += " ";
					}

				%>
					<td class="center"><%=emp_type%></td>
					<td class="center"><%=emp_type2%></td>
					<td class="center"><%=inqrequest.getString("requestid")%></td>
					<td class="center"><%=c.setCscCalendar(inqrequest.getString("approvedate")).getDDMMYYYY()%></td>
					<td class="center"><%=inqjob.getString("tdesc")%></td>
					<td class="center"><%=inqbu1.getString("tdesc")%></td>
					<td class="center"><%=status1%></td>
					<td class="center"><%=inqsubstitute.getString("memployee","fullname")%></td>
					<td class="center"><%=dayDiff%></td>
					<td class='center'><%=inqpre.getString("tdesc")+simmapplicant_his_gson.mapplicant_his_resumePersonal.fname.tha+" "+simmapplicant_his_gson.mapplicant_his_resumePersonal.lname.tha%></td>
					<td class="center"><%=c.setCscCalendar(inqrequest.getString("doc_date")).getDDMMYYYY()%></td>
					<td class="center"></td>
					<td class="center"></td>
					<td class="center"><%=dayDiff%></td>
					<td class="center"></td>
					<td class="center"><%=Result%></td>
					<td class="center"></td>
					<td class="center"><%=inqsourcejob.getString("tdesc")%></td>
					<td class="center"><%=inqjob.getString("jobcode_level")%></td>
					<td class="center"></td>
					<td class="center"><%=status2%></td>
				</tr>
				<%
					}
				%>
			</table>

		</td>
	</tr>
	<tr>
		<td colspan=2 class="blankspace"></td>
	</tr>
	<tr>
		<td colspan=2 class="blankspace"></td>
	</tr>
	<tr bordercolor="0069B3">
		<td colspan=2 class="bottom"></td>
	</tr>
</table>
		</form>
	</body>
</html>