Viewing file: Addstate.php (13.8 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'];
} # 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"><?php
/** Config Paging */
if( $perpage == "" ) { $limit = $_Config_limit; }
else { $limit = $perpage; }
$scroll = $_Config_scroll;
/** ตั้งค่า Default สำหรับการทำ Order By */
if( $OrderBy == "" ) { $OrderBy = $myTableFK; }
if( !isset($_GET['ASCDESC']) ) { $ASCDESC = "ASC"; }
if( $_GET['ASCDESC'] == "DESC" ) { $ASCDESC = "ASC"; }
elseif( $_GET['ASCDESC'] == "ASC" ) { $ASCDESC = "DESC"; }
/** Query เพื่อหา Numrows ก่อน */
if( $keyword != "" ) {
//$query = " SELECT * FROM $myTable WHERE StatusId='1' AND url LIKE '%$keyword%' OR description LIKE '%$keyword%' ";
$query = " SELECT * FROM $myTable ";
}
else {
$query = " SELECT * FROM $myTable ";
}
$result = $dbObj->execQuery($query);
$numrows = $dbObj->_numrows;
/** Paging */
$display = ( !isset ($_GET['page']) ) ? 1 : $_GET['page'];
$start = ( ($display * $limit) - $limit );
/** Paging */
//### Search
if( $keyword != "" ) {
if( isset($_GET['OrderBy']) ) {
//$query = " SELECT * FROM $myTable WHERE StatusId='1' AND url LIKE '%$keyword%' OR description LIKE '%$keyword%' ORDER BY $OrderBy $ASCDESC ";
$query = " SELECT * FROM $myTable order by Year_budget desc ";
}
elseif( !isset($_GET['OrderBy']) ) {
//$query = " SELECT * FROM $myTable WHERE StatusId='1' AND url LIKE '%$keyword%' OR description LIKE '%$keyword%' ORDER BY $myTableFK ASC ";
$query = " SELECT * FROM $myTable ";
}
}
else {
if( isset($_GET['OrderBy']) ) {
$query = " SELECT * FROM $myTable ";
}
elseif( !isset($_GET['OrderBy']) ) {
$query = " SELECT * FROM $myTable ";
}
}
$query .= " LIMIT $start, $limit ";
$result = $dbObj->execQuery($query);
?>
<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="InsertState.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="760" border="0" align="center" cellpadding="0" cellspacing="0" class="BORDER-GREY">
<tr bgcolor="#99CCFF">
<td height="28" colspan="3" bgcolor="#FFFFFF"><label>
<div align="center">
<input name="State" type="radio" value="1" onClick="checkState()" checked />
งบดำเนินการ
<input name="State" type="radio" onClick="checkState()" value="2" />
งบครุภัณฑ์
<input name="State" type="radio" onclick="checkState()" value="3" />
งบ พตส.
<input name="State" type="radio" onclick="checkState()" value="4" />
งบ อุดหนุน </div>
</label></td>
</tr>
<tr bgcolor="#99CCFF">
<td width="22%" bgcolor="#FFFFFF"><div align="center"><font size="2">ปีงบประมาณ</font></div></td>
<td width="2%" bordercolor="#CCCCCC" bgcolor="#FFFFFF"><div align="center"><font color="#FF0000" size="4" face="Tahoma"><strong>*</strong></font></div></td>
<td width="76%" bordercolor="#CCCCCC" bgcolor="#FFFFFF"><label>
<select name="Year_State" id="Year_State">
<option>เลือกปีงบประมาณ</option>
<option value="2549">2549</option>
<option value="2550">2550</option>
<option value="2551">2551</option>
<option value="2552">2552</option>
<option value="2553">2553</option>
<option value="2554">2554</option>
<option value="2555">2555</option>
<option value="2556">2556</option>
<option value="2557">2557</option>
<option value="2558">2558</option>
<option value="2559">2559</option>
<option value="2560">2560</option>
</select>
</label></td>
</tr>
<tr bgcolor="#99CCFF">
<td bgcolor="#FFFFFF"><div align="center"><font color="#000000" size="2" face="Tahoma">วัน/เดือน/ปี</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><font color="#FF0000">*</font></font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><select name="mDate" id="mDate">
<? getDay1to31();?>
</select>
-
<select name="mMonth" id="mMonth">
<? getThaiMonth();?>
</select>
-
<input name="mYear" type="text" id="mYear" size="5" maxlength="4" />
<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="#FFFFFF"><div align="center"><font size="2" face="Tahoma">เลขที่เอกสาร<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><font color="#FF0000">*</font></font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><input name="No" type="text" id="No" size="20" /></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma">รายการ<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><font color="#FF0000">*</font></font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><input name="Disciption" type="text" id="Disciption" size="50" /></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma">รายรับ งปม<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><div align="center"><strong><font size="2" face="Tahoma"><font color="#FF0000">+</font></font></strong></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><input name="Cost1" type="text" id="Cost1" size="10" />
<font size="2" face="Tahoma">บาท <font color="#FF0000">*ไม่ต้องพิมพ์เครื่องหมาย
comma (,)</font></font></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma">รับคืนเงินยืม</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><div align="center"><strong><font size="2" face="Tahoma"><font color="#FF0000">+</font></font></strong></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><input name="Cost5" type="text" id="Cost5" size="10" /> <font size="2" face="Tahoma">บาท</font></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma">เงินยืม<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><div align="center"><strong><font size="2" face="Tahoma"><font color="#FF0000">-</font></font></strong></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><input name="Cost2" type="text" id="Cost2" size="10" />
<font size="2" face="Tahoma">บาท </font></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma">เงินกันเบิก<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><div align="center"><strong><font size="2" face="Tahoma"><font color="#FF0000">-</font></font></strong></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><input name="Cost3" type="text" id="Cost3" size="10" />
<font size="2" face="Tahoma">บาท </font></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma">รายการเบิก</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><div align="center"><strong><font size="2" face="Tahoma"><font color="#FF0000">-</font></font></strong></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><input name="Cost4" type="text" id="Cost4" size="10" /> <font size="2" face="Tahoma">บาท </font></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="22" bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma">คงเหลือ<br />
</font></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><div align="center"><strong><font size="2" face="Tahoma"><font color="#FF0000">=</font></font></strong></div></td>
<td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><input name="CostSum" type="text" id="CostSum" size="10"/>
<font size="2" face="Tahoma">บาท </font></td>
</tr>
<tr bgcolor="#D6ECF3" >
<td height="46" colspan="3" bgcolor="#FFFFFF"><div align="center">
<input type="submit" name="Submit3" value=" เพิ่ม " />
<input type="reset" name="Submit22" value=" เริ่มใหม่ " />
</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);
?>
|