Viewing file: Frmstate.php (13.96 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" );
include("../include/Function.php");
/** Create Database Object */
$dbObj = new DBConn;
/** Config Table for This Page */
//$myTable = "finance4_tb";
//$myTableFK = "Date_note";
/** Paging */
$page = $_GET['page'];
if( $page == "" ) { $page = 1; }
/** จำนวนข้อมูล ต่อ 1 หน้า */
$perpage = $_REQUEST['perpage'];
if( $perpage == "" ) { $perpage = 10; }
/** Searching */
$keyword = $_REQUEST['keyword'];
$sql1 = "SELECT * FROM state_tb Where State='$State' and stateId='$stateId' ";
$result1 = mysql_query($sql1) ;
$rs = mysql_fetch_array($result1);
} # 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" />
<title>MIS -- Administrator</title>
<script type="text/javascript" src="../js/utilities.js"></script>
<style type="text/css">
<!--
.style1 {
color: royalblue;
font-weight: bold;
}
.style2 {color: royalblue}
-->
</style>
</head>
<body topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0">
<?php
include("../templates/incHeader.php");
?>
<table width="1003" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="203" align="left" valign="top" style="padding:10px 0px 0px 5px"><?php include("./_incMainMenu.php");?></td>
<td width="800" height="440" align="center" valign="top" style="padding:10px 0px 5px 10px"><fieldset>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="2"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<form id="myForm" name="myForm" method="post" action="EditFrmState.php">
<tr>
<td width="70%" height="30" align="left" background="../images/background/bg-head-topic.gif" class="PADDING-LEFT-10"><span class="style1"><a href="index.php">หน้าแรก</a></span><strong><span class="style2">/เพิ่มข้อมูลการเงิน</span></strong></td>
<td width="30%" align="right" class="PADDING-LEFT-10 PADDING-RIGHT-15"> </td>
</tr>
<tr>
<td height="385" colspan="2" align="center" valign="top">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="10"></td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="right" style="padding:5px 0px 5px 0px"> </td>
</tr>
</table>
<input type="hidden" name="state1" value="<?php echo $rsState1['CostSum'];?>" />
<input type="hidden" name="state2" value="<?php echo $rsState2['CostSum'];?>" />
<input type="hidden" name="state3" value="<?php echo $rsState3['CostSum'];?>" />
<input type="hidden" name="state4" value="<?php echo $rsState4['CostSum'];?>" />
<table width="70%" border="0" align="center" cellpadding="0" cellspacing="1" bordercolor="#006699" style="border:1px solid gray">
<tr bgcolor="#D6ECF3" >
<td colspan="3"><div align="center"><strong><font color="#000000" size="3" face="Tahoma">แก้ไขข้อมูลงการเงิน</font></strong></div></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="28" colspan="3" bgcolor="#eeeeee"><label>
<div align="center">
<input name="State" type="radio" <?php if (!(strcmp("$rs[State]","1"))){echo "checked";} ?> value="1" />
งบดำเนินการ
<input name="State" type="radio" <?php if (!(strcmp("$rs[State]","2"))){echo "checked";} ?> value="2" />
งบครุภัณฑ์
<input name="State" type="radio" <?php if (!(strcmp("$rs[State]","3"))){echo "checked";} ?> value="3" />
งบ พตส.
<input name="State" type="radio" <?php if (!(strcmp("$rs[State]","4"))){echo "checked";} ?> value="4" />
งบ อุดหนุน </div>
</label></td>
</tr>
<tr bgcolor="#99CCFF">
<td width="22%" bgcolor="#eeeeee"><div align="center"><font size="2">ปีงบประมาณ</font></div></td>
<td width="2%" bordercolor="#CCCCCC" bgcolor="#eeeeee"><div align="center"><font color="#FF0000" size="4" face="Tahoma"><strong>*</strong></font></div></td>
<td width="76%" bordercolor="#CCCCCC" bgcolor="#eeeeee"><label>
<select name="Year_State" id="Year_State">
<option value="2549" <?php if (!(strcmp("$rs[Year_State]","2549"))){echo "selected";} ?> >2549</option>
<option value="2550" <?php if (!(strcmp("$rs[Year_State]","2550"))){echo "selected";} ?> >2550</option>
<option value="2551" <?php if (!(strcmp("$rs[Year_State]","2551"))){echo "selected";} ?>>2551</option>
<option value="2552" <?php if (!(strcmp("$rs[Year_State]","2552"))){echo "selected";} ?>>2552</option>
<option value="2553" <?php if (!(strcmp("$rs[Year_State]","2553"))){echo "selected";} ?>>2553</option>
</select>
</label></td>
</tr>
<tr bgcolor="#99CCFF">
<td bgcolor="#eeeeee"><div align="center"><font color="#000000" size="2" face="Tahoma">วัน/เดือน/ปี</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma"><font color="#FF0000">*</font></font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee">
<font color="#000000" size="2" face="Tahoma">
<select name="mDate" id="mDate" class="select" >
<?php
$Date_note = $rs[Date_note];
$yearthai = explode("-",$Date_note);
$mDate = intval($yearthai[2]);
$mMonth = intval($yearthai[1]);
$mYear = intval($yearthai[0]);
for($i=0;$i<=31;$i++)
{
if( $i == 0)
echo"\n\t<option value=\"$mDate\" selected>$mDate</option>\n ";
else
echo"\n\t<option value=\"$i\">$i</option>\n ";
}
// getDay1to31();*/
?>
</select>
<select name="mMonth" id="select3" class="select" >
<?php
$Date_note = $rs[Date_note];
$yearthai = explode("-",$Date_note);
$mDate= intval($yearthai[2]);
$Month = intval($yearthai[1]);
$mYear = intval($yearthai[0]);
$mMonth = $Month;
$CMonth = TxtThaiMonth($Month);
for($i=-1;$i<=11;$i++)
{
$a = $i+1;
if( $a == 0)
echo"\n\t<option value=\"$mMonth\" selected>$CMonth</option>\n ";
else
echo"\n\t<option value=\"$a\">$ThaiMonth[$i]</option>\n ";
}
// getThaiMonth();*/
?>
</select>
<input name="mYear" type="text" class="input" id="mYear" value="<? //echo $mYear ?>" size="5" maxlength="4" />
</font><font size="2" face="Tahoma"> </font>
<script>DateInput('date', true, 'DD/MM/YYYY','<?php echo date('d')."/".date('m')."/".date('Y');?>');</script></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma">เลขที่เอกสาร<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma"><font color="#FF0000">*</font></font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><input name="No" type="text" id="No" value="<? echo $rs[No]?>" size="20" /></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma">รายการ<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma"><font color="#FF0000">*</font></font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><input name="Disciption" type="text" id="Disciption" value="<? echo $rs[Disciption]?>" size="50" /></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma">รายรับ งปม<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><div align="center"><font color="#FF0000" size="2" face="Tahoma">+</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><input name="Cost1" type="text" id="Cost1" value="<? echo $rs[Cost1]?>" size="10" />
<font size="2" face="Tahoma">บาท <font color="#FF0000">*ไม่ต้องพิมพ์เครื่องหมาย
comma (,)</font></font></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma">รับคืนเงินยืม<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma"><font color="#FF0000">+</font></font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><input name="Cost5" type="text" id="Cost5" value="<? echo $rs['Cost5']?>" size="10" />
<font size="2" face="Tahoma">บาท</font></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma">เงินยืม<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma"><font color="#FF0000">-</font></font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><input name="Cost2" type="text" id="Cost2" value="<? echo $rs[Cost2]?>" size="10" />
<font size="2" face="Tahoma">บาท </font></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma">เงินกันเบิก<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma"><font color="#FF0000">-</font></font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><input name="Cost3" type="text" id="Cost3" value="<? echo $rs[Cost3]?>" size="10" />
<font size="2" face="Tahoma">บาท </font></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma">รายการเบิก</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma"><font color="#FF0000">-</font></font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><input name="Cost4" type="text" id="Cost4" value="<? echo $rs[Cost4]?>" size="10" /> <font size="2" face="Tahoma">บาท </font></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma">คงเหลือ<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><div align="center"><font color="#FF0000" size="2" face="Tahoma">=</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#eeeeee"><input name="CostSum" type="text" id="CostSum" value="<? echo $rs[CostSum]?>" size="10" disabled="true"/>
<font size="2" face="Tahoma">บาท </font></td>
</tr>
<tr bgcolor="#D6ECF3" >
<td colspan="3"><div align="center">
<input name="Submit" type="submit" id="Submit" value=" แก้ไขข้อมูล" />
<input name="stateId" type="hidden" id="stateId" value="<? echo $rs[stateId]?>" />
</div></td>
</tr>
</table>
<br />
<br />
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
</td>
</tr>
</table>
<br /></td></tr>
</form>
</table>
</fieldset></td>
</tr>
</table>
<?php include("../templates/incFooter.php"); ?>
</body>
</html>
<?php
/** Close the Database */
$dbObj->disconn();
/** Unset Class */
unset($dbObj);
?>
|