Viewing file: Show_Dec_Mony.php (9.19 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
session_start();
if (session_is_registered("valid_user")&&session_is_registered("Priority") )
{
include("../include/FunctionDB.php");
include("admin_menu.php");
ConnectDB();
$sql = "Select * From personal_tb Where Teacher_code='$Teacher_code'";
$result = mysql_query($sql) or die(" Error").mysql_error();
$rss = mysql_fetch_array($result);
$strSQL = "SELECT * FROM salary_repot_tb Where Teacher_code='$Teacher_code' Order By Start_year DESC ";
if (! $Page)
$Page = 1;
$Pre_Page = $Page - 1;
$Next_Page = $Page +1;
$Per_Page = 30;
$result = mysql_query($strSQL);
$Page_start = ($Per_Page*$Page) - $Per_Page;
$Num_Rows = mysql_num_rows($result);
if( $Num_Rows <= $Per_Page)
$Num_Pages = 1;
else if (($Num_Rows % $Per_Page) == 0)
$Num_Pages = ($Num_Rows / $Per_Page);
else
$Num_Pages = ($Num_Rows / $Per_Page) + 1;
$Num_Pages = (int)$Num_Pages;
if (( $Page > $Num_Pages) || ($Page < 0))
echo"Page $Page More than $Num_Pages";
$strSQL .=" LIMIT $Page_start,$Per_Page" ;
$result = mysql_query($strSQL);
$num = mysql_num_rows($result );
?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">
<table width="808" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="808"><br />
<fieldset>
<legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="menu_manage.php" >หน้าหลัก</a> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle" /><a href="PersonalMonyList.php?Teacher_code=<? echo $rss[Teacher_code] ?>">ข้อมูลบุลากร</a></font><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle" /><a href="AddMony.php?Teacher_code=<? echo $rss[Teacher_code] ?>">เพิ่มข้อมูลเงินเดือนบุคคล</a><img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle" /><a href="ResearByYear.php?Teacher_code=<? echo $rss[Teacher_code] ?>">แก้ไขข้อมูลเงินเดือนบุคคล</a></font></legend>
<label></label>
<div align="center">
<form id="form1" name="form1" method="post" action="">
<table width="88%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" style="border:1px solid gray">
<tr bgcolor="#F3D6F2">
<td height="21" colspan="8"><font color="#003366" size="2" face="Tahoma"><?php echo $rss[Teacher_id] ;?> <?php echo $rss[First_name] ;?><?php echo $rss[Teacher_name] ;?> <? echo $rss[Teacher_lastname];?></font><font size="2" face="Tahoma"> </font><font color="#003366" size="2" face="Tahoma">ตำแหน่ง <?php echo $rss[Gover_pos] ;?></font></td>
</tr>
<tr bgcolor="#F3D6F2">
<td height="21" colspan="8"><div align="center"><font color="#003366" size="4" face="Tahoma"><strong> ประวัติเงินเดือน</strong></font></div></td>
</tr>
<tr bordercolor="#0066CC" bgcolor="#FDEEFC">
<td width="28" align="center" style="border:1px solid gray"><font color="#000000" size="2" face="Tahoma">No</font></td>
<td width="71" align="center" style="border:1px solid gray"><div align="center"><font size="2" face="Tahoma">เดือน</font></div></td>
<td width="57" align="center" bgcolor="#FDEEFC" style="border:1px solid gray"><font size="2" face="Tahoma">ปี พศ </font></td>
<td width="81" align="center" style="border:1px solid gray"><font size="2" face="Tahoma">เงินเดือน</font></td>
<td width="170" align="center" style="border:1px solid gray"><font size="2" face="Tahoma">แสดงรายการประจำเดือน</font></td>
<td width="82" align="center" style="border:1px solid gray"><font size="2" face="Tahoma">รวมรายรับ</font></td>
<td width="93" align="center" style="border:1px solid gray"><font size="2" face="Tahoma">รวมรายจ่าย</font></td>
<td width="116" align="center" style="border:1px solid gray"><font size="2" face="Tahoma">คงเหลือเงินสุทธิ</font></td>
</tr>
<?
$i = 1;
while($rs = mysql_fetch_array($result))
{
if($count==0)
{
?>
<tr bordercolor="#FFFBFF" bgcolor="#eeeeee">
<td height="18" align="center"><font color="#003366" size="2" face="Tahoma">
<?=$i?>
</font></td>
<td width="71"><div align="left"><font color="#003366" size="2" face="Tahoma"><?php echo $rs[Start_mont] ;?></font></div></td>
<td bgcolor="#eeeeee"><div align="center"><font color="#003366" size="2" face="Tahoma"><?php echo $rs[Start_year] ;?></font><font size="2" face="Tahoma"></font></div></td>
<td><div align="center"><font color="#003366" size="2" face="Tahoma">
<?php
echo "$rs[Salary_1]";
?>
</font></div></td>
<td><div align="center" class="red"><font color="#003366" size="2" face="Tahoma"><a href="MonnyDetail.php?Code=<? echo $rs[Code]?>&&Teacher_code=<? echo $rs[Teacher_code]?>"><?echo $rs[Start_mont]?></a></font></div></td>
<td><div align="center"><font color="#003366" size="2" face="Tahoma">
<?php
echo "$rs[Costt_salary]";
?>
</font></div></td>
<td><div align="center"><font color="#003366" size="2" face="Tahoma">
<?php
echo "$rs[Costt_to]";
?>
</font></div></td>
<td><div align="center"><font color="#003366" size="2" face="Tahoma">
<?php
echo "$rs[Costt_total]";
?>
</font></div></td>
</tr>
<?
$count=1;
}
else
{
?>
<tr bordercolor="#FFFFFF">
<td align="center"><font color="#003366" size="2" face="Tahoma">
<?=$i?>
</font></td>
<td><div align="left"><font color="#003366" size="2" face="Tahoma"><?php echo $rs[Start_mont] ;?> </font></div></td>
<td><div align="center"><font color="#003366" size="2" face="Tahoma"><?php echo $rs[Start_year] ;?></font><font size="2" face="Tahoma"></font></div></td>
<td><div align="center"><font color="#003366" size="2" face="Tahoma">
<?php
echo "$rs[Salary_1]";
?>
</font></div></td>
<td><div align="center" class="red"><font color="#003366" size="2" face="Tahoma"><a href="MonnyDetail.php?Code=<? echo $rs[Code]?>&&Teacher_code=<? echo $rs[Teacher_code]?>"><?echo $rs[Start_mont]?></a></font></div></td>
<td><div align="center"><font color="#003366" size="2" face="Tahoma">
<?php
echo "$rs[Costt_salary]";
?>
</font></div></td>
<td><div align="center"><font color="#003366" size="2" face="Tahoma">
<?php
echo "$rs[Costt_to]";
?>
</font></div></td>
<td><div align="center"><font color="#003366" size="2" face="Tahoma">
<?php
echo "$rs[Costt_total]";
?>
</font></div></td>
</tr>
<?
$count=0;
}
$i++;
}
?>
<tr bgcolor="#FDEEFC">
<td colspan="8" align="center"><div align="center"><strong><font color="#003366" size="2" face="Tahoma">ทั้งหมด</font><font color="#FF0000" size="2" face="Geneva, Arial, Helvetica, sans-serif"> <? echo $num ?><font color="#003399" face="Tahoma"> รายการ</font> </font></strong></div></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="1" bordercolor="#CCCCCC">
<tr>
<td align="right" bordercolor="#CCCCCC" class="Tahoma11"><div align="center"><font color="#FFFFFF"> <font color="#FFFFFF" size="3" face="MS Sans Serif"><strong> <font color="#0033CC" size="2" face="Tahoma"> <?php echo $Num_Pages;?></font></strong></font><font color="#000000" size="2" face="Tahoma"><strong> หน้า</strong></font> <font color="#0033CC" size="2" face="Tahoma"><strong>
<?php
if ($Pre_Page)
echo"<a href=\"$PHP_SELF?Page=$Pre_Page&Teacher_code=$Teacher_code\" class=\"PageLink\"><font =\"Ms San serif\" size=\"2\"><b><< Previus</b> </font></a>";
for($i=1;$i<=$Num_Pages;$i++)
{
if($i != $Page)
echo" [<a href=\"$PHP_SELF?Page=$i&Teacher_code=$Teacher_code\" class=\"PageLink\"><font =\"Ms San serif\" size=\"2\"><b>$i</b></font></a>] ";
else
echo"<b>$i</b>";
}
if($Page != $Num_Pages)
echo"<a href=\"$PHP_SELF?Page=$Next_Page&Teacher_code=$Teacher_code\" class=\"PageLink\"><font =\"Ms San serif\" size=\"2\"><b> Next >></b> </font></a>";
?>
</strong></font> </font> </div></td>
</tr>
</table>
</form>
</div>
</fieldset>
<br />
<font color="<?php echo $GLOBALS["COLOR_FONT_3"];?>" size="2"><b>หมายเหตุ :</b> ใช้เมาส์คลิกที่ชื่อ<br />
</font></td>
</tr>
</table>
<?php
}
else
{
echo"<meta http-equiv=\"refresh\" content=\"3;URL=../login.php\">\n";
echo"Please Login ";
}
?>
|