<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@page contentType="text/html; charset=UTF-8"%>
<%@ page import="com.csc.library.entry.*" %>
<%@ page import="com.csc.library.utilities.*,com.csc.library.session.*" %>
<jsp:useBean id="PRU120" scope="page" class="com.csc.library.system.Task" />
<html ng-app="myHR">
<% 
   PRU120.setChannel(request ,response);
   ProcessEntry screen=(ProcessEntry)PRU120.process("ProcessEntry","PGenSalaryRetroact");
   screen.process();
%>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../CSS/TISCO.css" rel="stylesheet" type="text/css">
<link href="../CSS/bootstrap.css" rel="stylesheet"  type="text/css">
<link href="../CSS/bootstrap_csc_backend.css" rel="stylesheet"  type="text/css">
<script type="text/javascript" src="../JS/jquery-2.1.3.min.js"></script>
<script type='text/javascript' src="../JS/bootstrap.js"></script>
<script language="JavaScript" src="../JS/SCREEN.js"></script>
<script src="../JS/angular-1.3.15/angular.js" type="text/javascript"></script>	
<script src="../JS/ANGULAR/SCREEN_ANGULAR.js" type="text/javascript"></script>
<script language='javascript'>setLang('<%=screen.getUProfile().get("lang")%>');</script>
<script src="../JS/VIEWCALENDAR.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function process() {
	with(document.cscform){
		bCon=confirm("ต้องการคำนวณหรือไม่ ?");
		if (bCon==true)	{
			__cmd .value = "save";
			submit();
		 }
	}
}
//function linkHelp_Return(help,input){
//	with(document.cscform){
//	var param="PRU084.jsp?__helpName="+help+"&__helpReturn="+input+"&__pageCall="+__screen.value;
//	window.open(param,"Help","left=150,top=150,width=500,height=200,toolbar=no,status=yes,scrollbars=yes");
//}
//}
function goHelp(helpName,inputName){
		var  helpReturn;
		if(inputName == "__condition$EMP$1"){
			helpReturn = inputName+":employeeid";
		}
		else if(inputName == "__condition$EMP$2"){
			helpReturn = inputName+":employeeid";
		}
		else if(inputName == "__condition$BU1$1"){
			helpReturn = inputName+":bu1id";
		}
		else if(inputName == "__condition$BU1$2"){
			helpReturn = inputName+":bu1id";
		}
		else if(inputName == "__condition$BU2$1"){
			helpReturn = inputName+":bu2id";
		}
		else if(inputName == "__condition$BU2$2"){
			helpReturn = inputName+":bu2id";
		}
		else if(inputName == "__condition$BU3$1"){
			helpReturn = inputName+":bu3id";
		}
		else if(inputName == "__condition$BU3$2"){
			helpReturn = inputName+":bu3id";
		}
		else if(inputName == "__condition$BU4$1"){
			helpReturn = inputName+":bu4id";
		}
		else if(inputName == "__condition$BU4$2"){
			helpReturn = inputName+":bu4id";
		}
		else if(inputName == "__condition$BU5$1"){
			helpReturn = inputName+":bu5id";
		}
		else if(inputName == "__condition$BU5$2"){
			helpReturn = inputName+":bu5id";
		}
		else if(inputName == "__condition$POS$1"){
			helpReturn = inputName+":positionid";
		}
		else if(inputName == "__condition$POS$2"){
			helpReturn = inputName+":positionid";
		}
	     linkHelp_Return(helpName,helpReturn);
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function GoSave(){
	/*with(document.forms[0]){
		__confirm.value="0";
	if(__confirm.value=="0"){
		    	aCon=confirm(MyCode[1]);// จะบันทึกหรือไม่
				if (aCon==true)	{
                    __confirm.value="s";
					__cmd.value = "save";
					submit();
				}
		}else {
			alert(MyCode[2]);// ข้อมูลมีอยู่แล้ว
			__confirm.value = "0";
		}

}*/
	confirmSave();
	//confirmSaveIframe();
}
function GoUpdate(){
	update();
}
function GoDelete(){
	edelete();
}
function GoSearch(){
	search();
}
//-->
</script>
</head>
<body leftmargin="0" topmargin="0"  onLoad="MM_preloadImages('../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif','../IMAGES/BUTTON/SWAP/CALENDAR_SWAP20.gif')">
<div id="toolTipLayer" style="position:absolute; visibility: hidden"></div>
<script language="javascript">initToolTips();</script>
<div class="centered"> 
  <form name="cscform" method="post" action="">
   

<!----------BEGIN CSC INITIAL ZONE ------------------------>

<%=screen.InitialVariable()%>

<!----------END CSC INITIAL ZONE -------------------------->

    <input type="hidden"name="__screen"  value="PRU132_NSTDA">
    <input name="__fixCon" type="hidden" value="companyid='<%=screen.getUProfile().get("companyid")%>'">
    <input type="hidden" name="__cmd"  value="">
    <input type="hidden" name="__help"  value="">
    <input type="hidden" name="__user" value="<%=screen.getUProfile().getUserId()%>">
    <input type="hidden" name="__companyid"value='<%=screen.getUProfile().get("companyid")%>'>
    <input type="hidden" name="__name" value="Generate Salary Retroact">
    <input type="hidden" name="__condition$process_type" value="Clear">
    <input type="hidden" name="__prclass" value="PGenSalaryRetroact">
	<input name="__language" type="hidden" value="<%=screen.getUProfile().get("lang")%>">
	<script language="javascript">getInputFormatDate();</script>
	<input type="hidden" name="__calendar">
	
	<% CscCalendar cs = new CscCalendar();	%>
    <div align="center"> 
      <table width="640" cellpadding="0" cellspacing="0">
        <tr> 
          <td class="header" colspan="2">PRU132_NSTDA, 
            <span swlang code="SW012709">Generate Salary Retroact Transaction</span> &nbsp;</td>
        </tr>
        <tr> 
          <td > <table width="641" cellpadding="0"  cellspacing="0">
              <tr> 
                <td  class="blankspace" colspan="3"></td>
              </tr>
			    <tr>
                  <td  class="columnlabel"><font color="3366cc" size="2" face="Microsoft Sans Serif, MS Sans Serif, sans-serif"><script language="javascript">swapLang('Employee Code');</script> </font>
                  <td  class="columnobject1">&nbsp; <input name="__condition$EMP$1" type="text" size="10">&nbsp; <a href="javascript:goHelp('MEMPLOYEEHELP','__condition$EMP$1');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image15" border="0" align="absmiddle"></a> &nbsp;-&nbsp; 
                    <input name="__condition$EMP$2" type="text" size="10">&nbsp; <a href="javascript:goHelp('MEMPLOYEEHELP','__condition$EMP$2');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image16" border="0" align="absmiddle"></a></td>
                </tr>
              <tr> 
                <td width="150" class="columnlabel"><script language="javascript">swapLang('Office');</script> 
                <td width="298">&nbsp; <input name="__condition$BU1$1" type="text" size="10"> &nbsp;<a href="javascript:goHelp('MBU1HELP','__condition$BU1$1');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image15" border="0" align="absmiddle"></a> &nbsp;-&nbsp; <input name="__condition$BU1$2" type="text" size="10"> &nbsp;<a href="javascript:goHelp('MBU1HELP','__condition$BU1$2');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image16" border="0" align="absmiddle"></a></td>
<!--                <td width="190"> <input type="checkbox" name="__condition$Tbl$Tpy_his" value="Tpy_his" checked> <script language="javascript">swapLang('Payroll History');</script> </td> -->
              </tr>
              <tr> 
                <td  class="columnlabel"><script language="javascript">swapLang('Center');</script> 
                <td >&nbsp; <input name="__condition$BU2$1" type="text" size="10"> &nbsp;<a href="javascript:goHelp('MBU2HELP','__condition$BU2$1');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image15" border="0" align="absmiddle"></a> &nbsp;-&nbsp; <input name="__condition$BU2$2" type="text" size="10"> &nbsp;<a href="javascript:goHelp('MBU2HELP','__condition$BU2$2');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image16" border="0" align="absmiddle"></a></td>
<!--                <td><input type="checkbox" name="WT_His" value="WT_His" disabled> <script language="javascript">swapLang('Working Time History');</script> </td> -->
              </tr>
              <tr> 
                <td  class="columnlabel"><script language="javascript">swapLang('Division or Project Data');</script> 
                <td >&nbsp; <input name="__condition$BU3$1" type="text" size="10"> &nbsp;<a href="javascript:goHelp('MBU3HELP','__condition$BU3$1');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image15" border="0" align="absmiddle"></a> &nbsp;-&nbsp; <input name="__condition$BU3$2" type="text" size="10"> &nbsp;<a href="javascript:goHelp('MBU3HELP','__condition$BU3$2');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image16" border="0" align="absmiddle"></a></td>
<!--                <td><input type="checkbox" name="T_His" value="T_His" disabled> <script language="javascript">swapLang('Training History');</script></td> -->
              </tr>
              <tr> 
                <td  class="columnlabel"><script language="javascript">swapLang('Job');</script> 
                <td >&nbsp; <input name="__condition$BU4$1" type="text" size="10"> &nbsp;<a href="javascript:goHelp('MBU4HELP','__condition$BU4$1');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image15" border="0" align="absmiddle"></a> &nbsp;-&nbsp; <input name="__condition$BU4$2" type="text" size="10"> &nbsp;<a href="javascript:goHelp('MBU4HELP','__condition$BU4$2');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image16" border="0" align="absmiddle"></a></td>
<!--                <td ><input type="checkbox" name="WU_His" value="WU_His" disabled> <script language="javascript">swapLang('Welfare Usage History');</script></td> -->
              </tr>
              <!--tr> 
                <td  class="columnlabel"><script language="javascript">swapLang('Business Unit 5');</script> 
                <td>&nbsp; <input name="__condition$BU5$1" type="text" size="10"> &nbsp;<a href="javascript:goHelp('MBU5HELP','__condition$BU5$1');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image15" border="0" align="absmiddle"></a> &nbsp;-&nbsp; <input name="__condition$BU5$2" type="text" size="10"> &nbsp;<a href="javascript:goHelp('MBU5HELP','__condition$BU5$2');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image16" border="0" align="absmiddle"></a></td>
                <td>&nbsp;</td>
              </tr-->
              <tr> 
                <td  class="columnlabel"><script language="javascript">swapLang('Position');</script> 
                <td>&nbsp; <input name="__condition$POS$1" type="text" size="10"> &nbsp;<a href="javascript:goHelp('MPOSITIONHELP','__condition$POS$1');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image15" border="0" align="absmiddle"></a> &nbsp;-&nbsp; <input name="__condition$POS$2" type="text" size="10"> &nbsp;<a href="javascript:goHelp('MPOSITIONHELP','__condition$POS$2');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="HELP" name="Image16" border="0" align="absmiddle"></a></td>
                <td>&nbsp;</td>
              </tr>
              <tr> 
                <td  class="columnlabel"><script language="javascript">swapLang('Specify Date');</script> 
                <td>&nbsp; <input name="__condition$D$1" type="text" value="" size="10" maxlength="10" onkeypress = "chkIntegerOfDate(this.value)" onblur = "chkInputDate2(this,__condition$D$2)" onkeyup = "formatDate(this)">
                  &nbsp;<a href="#" onMouseOut="MM_swapImgRestore()"
					onMouseOver="MM_swapImage('calendar1','','../IMAGES/BUTTON/SWAP/CALENDAR_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/CALENDAR20.gif" name="calendar1"
					border="0" align="absmiddle" onClick="viewCal('__condition$D$1')" alt="Calendar"></a> &nbsp;-&nbsp;
                  <input name="__condition$D$2" type="text" value="" size="10"  maxlength="10" onkeypress = "chkIntegerOfDate(this.value)" onblur = "chkInputDate2(__condition$D$1,this)" onkeyup = "formatDate(this)">
                  &nbsp;<a href="#" onMouseOut="MM_swapImgRestore()"
					onMouseOver="MM_swapImage('calendar2','','../IMAGES/BUTTON/SWAP/CALENDAR_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/CALENDAR20.gif" name="calendar2"
					border="0" align="absmiddle" onClick="viewCal('__condition$D$2')" alt="Calendar"></a></td>
                <td>&nbsp;</td>
              </tr>
              <tr> 
                <td  class="blankspace" colspan="3"></td>
              </tr>

            <tr>
              <td  class="buttonline" colspan="7"><div align="center">
                <button type="button" class="btn btn-primary width100" swlang code="SW013173" onClick="process();">PROCESS</button>
              </div>
              </td>
            </tr>
              <tr> 
                <td  class="blankspace" colspan="3"></td>
              </tr>
            </table></td>
        </tr>
        <tr> 
          <td class="bottom" > </td>
        </tr>
      </table>
    </div>
  


<!----------BEGIN CSC ENDING ZONE ------------------------>

<%=screen.endJSP()%>

<!----------END CSC ENDING ZONE -------------------------->

</form>
</div>
</body>
</html>