| Viewing file:  ProjectStdListShow.php (12.34 KB)      -rw-r--r-- Select action/file-type:
 
  (+) |  (+) |  (+) | Code (+) | Session (+) |  (+) | SDB (+) |  (+) |  (+) |  (+) |  (+) |  (+) | 
 
<?php
 session_start();
 
 /**  Define Validate Access  */
 define( '_VALID_ACCESS', 1 );
 
 /**  Check Session User Login  */
 if( !session_is_registered("valid_user") && !session_is_registered("Priority") ) {
 echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-874\" />";
 echo "<p style=padding-top:115px><p align=center><br /><font color=red><strong>กรุณาทำการ Login ก่อน</strong></font></p></p>";
 echo "<meta http-equiv=\"refresh\" content=\"1; URL=../login.php\" />";
 exit();
 }
 else {
 /**  Configuration  */
 require_once( "../configuration.php" );
 require_once( $_Config_absolute_path . "/includes/framework.php" );
 require_once( "../include/Function.php" );
 
 /**  Create Database Object  */
 $dbObj = new DBConn;
 
 //=== SESSION
 $Username = $valid_user;
 
 
 /**  Config Table for This Page  */
 /**  Config Table for This Page  */
 $myTable = "project_mission";
 $myTable1 =  "faculty_tb";
 $myTablePK = "missId";
 
 //===  projectstdplan_tb //
 $query = " SELECT *  FROM $myTable1   WHERE  Faculty_code='$Faculty_code'     ";
 $result1 = $dbObj->execQuery($query);
 $rs1 = $dbObj->fetchArray($result1);
 
 $query = " SELECT *  FROM $myTable   WHERE Budget_Year='$Budget_Year'     ";
 $result = $dbObj->execQuery($query);
 $rs01 = $dbObj->fetchArray($result);
 $num = $dbObj->_numrows;
 
 /**  Paging */
 $page = $_GET['page'];
 if( $page == "" ) { $page = 1; }
 
 /**  จำนวนข้อมูล ต่อ 1 หน้า  */
 $perpage = $_REQUEST['perpage'];
 if( $perpage == "" ) { $perpage = 50; }
 
 /**  Parameters  */
 $params = "Budget_Year=$Budget_Year&Faculty_code=$Faculty_code";
 } # else
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
 <link href="../css/default.css" rel="stylesheet" type="text/css" />
 <script language="javascript" src="../js/utilities.js"></script>
 <title>ข้อมูลทั่วไปบุคลากร - ข้อมูลการแผนดำเนินการ - ข้อมูลแผนดำเนินการรายปี</title>
 <script type="text/javascript">
 <!--
 function MM_jumpMenu(targ,selObj,restore){ //v3.0
 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
 if (restore) selObj.selectedIndex=0;
 }
 //-->
 </script>
 </head>
 
 <body topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0">
 
 <table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
 <tr>
 <td width="800" height="440" align="center" valign="top" style="padding:10px 0px 5px 10px">
 <?php
 /**  Config Paging  */
 if( $perpage == "" ) { $limit = $_Config_limit; }
 else { $limit = $perpage; }
 
 $scroll = $_Config_scroll;
 
 
 /**  ตั้งค่า Default สำหรับการทำ Order By  */
 if( $OrderBy == "" ) { $OrderBy = $myTablePK; }
 
 if( !isset($_GET['ASCDESC']) ) { $ASCDESC = "ASC"; }
 
 if( $_GET['ASCDESC'] == "DESC" ) { $ASCDESC = "ASC"; }
 elseif( $_GET['ASCDESC'] == "ASC" ) { $ASCDESC = "DESC"; }
 
 /**  Query เพื่อหา Numrows ก่อน  */
 $query = " SELECT *  FROM $myTable  WHERE  Budget_Year='$Budget_Year'   ";
 
 $result = $dbObj->execQuery($query);
 $numrows = $dbObj->_numrows;
 
 /**  Paging  */
 $display = ( !isset ($_GET['page']) ) ? 1 : $_GET['page'];
 $start = ( ($display * $limit) - $limit );
 /**  Paging  */
 
 if( isset($_GET['OrderBy']) ) {
 $query = " SELECT *  FROM $myTable  WHERE Budget_Year='$Budget_Year'   ORDER BY $OrderBy $ASCDESC ";
 }
 elseif( !isset($_GET['OrderBy']) ) {
 $query = " SELECT *  FROM $myTable  WHERE Budget_Year='$Budget_Year'    ORDER BY $myTablePK ASC ";
 }
 
 $query .= " LIMIT $start, $limit ";
 $result = $dbObj->execQuery($query);
 ?>
 <fieldset>
 <table width="780" border="0" cellspacing="0" cellpadding="0">
 <form id="myForm" name="myForm" method="post" action="<?=$PHP_SELF;?>?page=<?=$page;?>&Teacher_code=<?=$Teacher_code;?>&Budget_Year=<?=$Budget_Year;?>&Faculty_code=<?=$Faculty_code;?>">
 <tr>
 <td width="780" height="5" colspan="2"></td>
 </tr>
 <tr>
 <td colspan="2"><span class="PADDING-TOP-10 PADDING-BOTTOM-10"><img src="../images/icons/arrow-circle-225-left.png" width="16" height="16" border="0" align="absmiddle" /> <a href="javascript:;" onclick="window.history.back();"><strong>‹ ย้อนกลับ</strong></a></span></td>
 </tr>
 <tr>
 <td colspan="2"><table width="760" border="0" align="center">
 <tr>
 <td>เลือกโครงการขอใช้เงินตามหน่วยงาน <img src="../picture/ico3.gif" width="10" height="10" border="0" /><a href="ProjectFacultyShow.php?Budget_Year=<?=$Budget_Year;?>" title=" Click to more <?=$Budget_Year;?> "><?=$Budget_Year ;?></a></td>
 <td> </td>
 <td align="right">เลือกปีงบประมาณแสดง
 <select name="jumpMenu" id="jumpMenu" onchange="MM_jumpMenu('parent',this,0)">
 <option>
 <?php
 $strSQL = " SELECT * FROM   project_year    ORDER by Budget_Year asc    ";
 $result4 = mysql_query($strSQL);
 while( $rs4 = mysql_fetch_array($result4) ) {
 ?>
 </option>
 <option value="ProjectStdListShow.php?Budget_Year=<?=$rs4['Budget_Year'];?>&Faculty_code=<?=$Faculty_code ;?>"<?php if( $rs4['Budget_Year']==$Budget_Year ) echo 'selected'; ?>>
 <?=$rs4['Budget_Year'];?>
 </option>
 <?php
 } # while
 ?>
 </select></td>
 </tr>
 </table></td>
 </tr>
 <tr>
 <td colspan="2" align="center">
 <?php if( $numrows > 0 ) { ?>
 <table width="760" border="0" cellspacing="0" cellpadding="0">
 <tr>
 <td width="250" align="left" class="TEXT-CLIMSON10" style="padding-bottom:5px;">ทั้งหมด: <strong><?=$numrows;?></strong> รายการ</td>
 <td width="510" align="right" style="padding-bottom:5px;"> </td>
 </tr>
 </table>
 <table width="769" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF" style="background-color:#EEEEEE; border:0px solid gray" size="12">
 <tr>
 <td height="25" colspan="4" align="center" bgcolor="#FFFFFF" >แผนปฏิบัติการตามพันธกิจ
 <?php
 $sql1 = " SELECT *  FROM faculty_tb  WHERE Faculty_code='$Faculty_code' ";
 $result1 = $dbObj->execQuery($sql1);
 $rs1 = $dbObj->fetchArray($result1);
 echo $rs1['Faculty_name'];
 ?>
 ปีงบประมาณ <?php echo $Budget_Year; ?></td>
 </tr>
 <tr bgcolor="#F8F8F8">
 <td height="22" align="center" bordercolor="#999966">ข้อ</td>
 <td height="22" align="left" bordercolor="#999966" class="PADDING-LEFT-10">พันธกิจ </a></td>
 <td width="37%" bordercolor="#999966" align="center">เงินที่ตั้ง - เงินที่ใช้ = เงินคงเหลือ</td>
 <td width="7%" bordercolor="#999966" align="center">จำนวน<br />
 โครงการ</td>
 </tr>
 <?php
 while( $rs = $dbObj->fetchArray($result) ) {
 $bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF";
 ?>
 <tr bgcolor="<?=$bgColor;?>" onmouseover="this.style.backgroundColor='#FFFFE0'" onmouseout="this.style.backgroundColor=''">
 <td  height="20" align="center" valign="top" class="PADDING-RIGHT-5"><?=$rs['no_Orderlist'];?></td>
 <td align="left" valign="top" class="PADDING-LEFT-5"><?=$rs['mission_plan'];?></td>
 <td align="right" class="PADDING-RIGHT-10"> </td>
 <td align="center"></a></td>
 </tr>
 <?php
 /*
 $no = 1+($display-1)*$limit;
 while( $rs1 = $dbObj->fetchArray($result3) ) {
 */
 $query2 = " SELECT *  FROM  project_submission  WHERE  missId= ' ".$rs['missId']." ' ";
 $result2 = mysql_query($query2);
 while($rss = mysql_fetch_array($result2)){
 
 $bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF";
 
 
 ?>
 <tr bgcolor="<?=$bgColor;?>" onmouseover="this.style.backgroundColor='#FFFFE0'" onmouseout="this.style.backgroundColor=''">
 <td width="4%"  height="20" align="center" valign="top" class="PADDING-RIGHT-5"> </td>
 <td width="52%" align="left" valign="top" class="PADDING-LEFT-15"><? echo "$rss[sub_Orderlist]"; ?><a href="ProjectPlaningListShow.php?Budget_Year=<?=$rs['Budget_Year'];?>&subId=<?=$rss['subId'];?>&Faculty_code=<?=$rs1['Faculty_code'];?>" title=" Click to more detail ">
 <?php  echo"$rss[submission_plan]"; ?>
 </a></span></td>
 <td align="right" class="PADDING-RIGHT-10"><?php
 $sql = " SELECT SUM(Budget_total) AS SumB1  FROM project_type_tb      WHERE  subId='$rss[subId]'  AND  Budget_Year='$Budget_Year'  and  Faculty_code='$Faculty_code'   ";
 $result3 = $dbObj->execQuery($sql);
 $rs3 = $dbObj->fetchArray($result3);
 echo number_format($rs3['SumB1'],2,'.',',');
 ?>
 -
 <?php
 $sql = " SELECT SUM(Budget_use) AS SumB6  FROM project_tb p, project_type_tb pt      WHERE   pt.subId='$rss[subId]'  and  pt.Budget_Year='$Budget_Year'  and  pt.Faculty_code='$Faculty_code'  and  p.ProjectId=pt.ProjectId ";
 $result6 = $dbObj->execQuery($sql);
 $rs6= $dbObj->fetchArray($result6);
 echo number_format($rs6['SumB6'],2,'.',',');
 ?>
 =
 <?php
 $sum = $rs3['SumB1'] - $rs6['SumB6'];
 echo number_format($sum,2,'.',',');
 ?></td>
 <td align="center"><?php
 $sql = " SELECT *  FROM  project_type_tb      WHERE   Budget_Year='$Budget_Year'  And  subId='$rss[subId]'  and  Faculty_code='$Faculty_code'  " ;
 $result1 = mysql_query($sql);
 $num1= mysql_num_rows($result1);
 mysql_free_result($result1);
 echo $num1;
 ?></td>
 </tr>
 <?php
 } # while
 ?>
 <?php
 $no++;
 } # while
 
 ?>
 <tr bgcolor="#F8F8F8">
 <td height="22" colspan="2" align="right" bordercolor="#999966" class="PADDING-RIGHT-10" style="border-top:1px double #EEEEEE"><strong>จำนวนเงิน</strong></td>
 <td colspan="2" align="right" bordercolor="#999966" class="PADDING-RIGHT-10" style="border-top:1px double #EEEEEE"><strong class="TEXT-CLIMSON10">
 <?php
 $sql3 = " SELECT SUM(Budget_total) AS SumB1 FROM  project_type_tb  WHERE  Budget_Year='$Budget_Year'  AND  Faculty_code='$Faculty_code' ";
 $result3 = $dbObj->execQuery($sql3);
 $rss3 = $dbObj->fetchArray($result3);
 echo number_format($rss3['SumB1'],2,'.',',');
 ?>
 -
 <?php
 $sql = " SELECT SUM(Budget_use) AS SumB6  FROM project_tb       WHERE    Budget_Year='$Budget_Year'  and  Faculty_code='$Faculty_code'    ";
 $result6 = $dbObj->execQuery($sql);
 $rss6= $dbObj->fetchArray($result6);
 echo number_format($rss6['SumB6'],2,'.',',');
 ?>
 =
 <?php
 $sum = $rss3['SumB1'] - $rss6['SumB6'];
 echo number_format($sum,2,'.',',');
 ?>
 </strong></td>
 </tr>
 </table>
 <?php } #if ?></td>
 </tr>
 <tr>
 
 </tr></form>
 </table>
 
 </fieldset></td>
 </tr>
 </table>
 
 </body>
 </html>
 <?php
 /**  Free Resource */
 $dbObj->freeresult($result1);
 
 /**  Close the Database  */
 $dbObj->disconn();
 
 /**  Unset Class  */
 unset($dbObj);
 ?>
 |