Viewing file: searchCheckDocPersonAllPI.php (6.97 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once "template.php";
include_once "../link/function.php";
include_once "../class/clsDocType.php";
include_once "../class/clsDepartment.php";
include_once "../class/clsDocLineConfig.php";
include_once "../class/clsPerson.php";
include_once "../class/clsDocLinePosition.php";
include_once "funct.php";
include_once "../link/keyThai.php";
include_once "../class/clsCollegeDetail.php"; //Chain for get collage
$oC = new clsConnection($GLOBALS['DBHOST'], $GLOBALS['DBNAME_EOFFICE'], $GLOBALS['DBUSER_EOFFICE'], $GLOBALS['DBPASS_EOFFICE']);
$oDt = new doctype($oC);
$oDP = new Department($oC);
$oDlc = new DocLineConfig($oC);
$oPS = new person($oC);
$oDlp = new docLinePosition($oC);
$oCd = new collegedetail($oC); //Chain for get collage
$InputThai=$oSys->SearchByInputThai();
$showpersonId=$oU->userPsCode;
?>
<html>
<head>
<script language="javascript" src="../source/calendarDateInput.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../source/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" align="center">
<tr><td >
<fieldset>
<legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="?mm=1">รายงาน</a>
<img src="../picture/ico3.gif" width="10" border="0" align="absmiddle">รายงานการตรวจสอบการเปิดอ่านหนังสือของสิทธิ์ผู้ใช้ทั่วไปแยกตามหน่วยงานย่อยในแต่ละวิทยาลัย</font>
</legend>
<form name="ff" target="_blank">
<table width="85%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#DADADA" style="border-collapse:collapse">
<?
$oDlc->SearchByKey($DLCID); $oDlc->GetRecord();
$oDlp->SearchByKey($oDlc->DlpID); $oDlp->GetRecord();
if($oDlp->Gboss=="Y" || $_SESSION['GroupID']==SearchGroupAdmin() || $_SESSION['GroupID']==SearchGroupBossSecond()){
$seeAlldept=1;
?>
<tr>
<td colspan="6" align="center" height="30"><strong>รายงานการตรวจสอบการเปิดอ่านหนังสือของสิทธิ์ผู้ใช้ทั่วไปแยกตามหน่วยงานย่อยในแต่ละวิทยาลัย</strong></td>
</tr>
<tr>
<td colspan="3" height="22"><font color="<?php echo $GLOBALS["COLOR_FONT_2"]; ?>" size="2"><strong>เลือกวิทยาลัย</strong></font></td>
<?php //== Chain ============================================================= ?>
<td colspan = '3'><?php $oCd->RScollegedetail();?>
<select name = "deptId" id = "deptId">
<?php while($oCd->GetRecord()){?>
<option value="<?php echo $oCd->collegeID."#".$oCd->collegeHost;?>"><?php echo $oCd->collegeAbbr;?></option>
<?php } ?>
</select>
</td>
<?php //== Chain ============================================================= ?>
</tr>
<? } ?>
<tr>
<td colspan="6" height="22"> </td>
</tr>
<tr>
<td colspan="6"><font color="<?php echo $GLOBALS["COLOR_FONT_2"]; ?>" size="2"><strong>เลือกปีหรือช่วงวันที่ที่ได้รับหนังสือ</strong></font></td>
</tr>
<tr>
<td width="0%"> </td>
<td width="6%"> <input type="radio" name="selectVal" id="selectVal" checked value="1" onClick="radioSelectVal(1)"></td>
<td colspan="4">ประจำปีปฎิทิน
<input name="searchY" id="searchY" type="text" size="5" value=<? echo a2th(Date('Y')+543); ?> onKeyUp="CheckInput('<? echo $InputThai; ?>','searchY')"></td>
</tr>
<tr><td width="1%"> </td><td width="6%" > <input type="radio" name="selectVal" id="selectVal2" value="2" onClick="radioSelectVal(2)"></td><td width="11%">ตั้งแต่วันที่ </td><td width="33%"><script>DateInput('DocDateCreateStart', true, 'DD/MM/YYYY','<?php echo getNowDateFw2();?>');</script></td><td width="2%" align="center">ถึง</td><td width="48%"><script>DateInput('DocDateCreateEnd', true, 'DD/MM/YYYY','<?php echo getNowDateFw2();?>');</script></td></tr>
<tr>
<td colspan="6"><hr color="#000099"></hr>
</td>
</tr>
<tr>
<td colspan="6" align="right"><input name="" type="button" value="ออกรายงาน" onClick ="if(chkDate()){sendPage('<? echo $seeAlldept; ?>','<? echo $deptIdPs; ?>','<? echo $showpersonId; ?>');}
else{return false;}"></td>
</tr>
</table><input name="selecttyped" id="selecttyped" type="hidden">
<input name="groupps" id="groupps" type="hidden" value="<? echo $_SESSION['GroupID'];?>">
</form></fieldset>
</td>
</tr>
</table>
</body>
</html>
<script language="javascript">
function chkDate(){
val=document.getElementById('selecttyped').value;
groupps = document.getElementById('groupps').value;
if(val == 2){
f = document.ff;
var date1 = f.DocDateCreateStart.value.split("/");
var date2 = f.DocDateCreateEnd.value.split("/");
//Set the two dates
date1 = new Date(eval(date1[2]), eval(date1[1]-1), eval(date1[0]));
date2 = new Date(eval(date2[2]), eval(date2[1]-1), eval(date2[0])); //Month is 0-11 in JavaScript
//Set 1 day in milliseconds
var one_day = 1000*60*60*24;
//Calculate difference btw the two dates, and convert to days
var diff = Math.ceil((date2.getTime()-date1.getTime())/(one_day));
if(diff < 0){
alert("กรุณาตรวจสอบช่วง 'วันที่เริ่มต้น' ควรน้อยกว่า 'วันที่สิ้นสุด' !");
return false;
}else{
return true;
}
}else{
return true;
}
}
function sendPage(p,q,r) {
var links;
var deptId=document.ff.deptId.value;
//==Chain==============================
var foldName = "";
var deptId = document.getElementById("deptId");
var collageval = deptId.options[deptId.selectedIndex].value;
var college = collageval.split("#");
var collegeID = college[0];
var collegeHost = college[1];
//=====================================
if(document.getElementById('selecttyped').value == 1 || document.getElementById('selecttyped').value==''){
var yearDoc = document.ff.searchY.value;
var date1 = 0;
var date2 = 0;
}else if(document.getElementById('selecttyped').value == 2){
var yearDoc = 0;
var date1 = document.ff.DocDateCreateStart.value;
var date2 = document.ff.DocDateCreateEnd.value;
}
//==Chain====================================
if(collegeID == '99'){
foldName = "mispbri";
}else if(collegeID == '8'){
foldName = "mis";
}else{
foldName = "mistk";
}
links = "http://"+collegeHost+"/"+foldName+"/eoffice/admin/printRepCheckAllDocPerson.php?start="+date1+'&end='+date2+"&yearDoc="+yearDoc+"&groupps="+groupps+"&showpersonId="+r;
//===========================================
//links = "./printRepCheckAllDocPersonAllPI.php?start="+date1+'&end='+date2+"&yearDoc="+yearDoc+"&groupps="+groupps+"&showpersonId="+r;
window.open(links,'','toolbar=0, scrollbars=1, location=0, status=1, menubar=1, resizable=1, width=950, height=620, left = 150, top = 15');
}
function radioSelectType(val){
document.getElementById('RPtype').value=val;
}
function radioSelectVal(val){
document.getElementById('selecttyped').value=val;
}
</script>
|