|
|
|
อยากให้ระบบแจ้งเตื่อนเมื่อ จำนวนเงินที่กรอกลงไป เกินจำนวนเงินที่มีครับ |
|
|
|
|
|
|
|
http://www.manage-ct.com/budget/categoryadd.php
จากหน้านี้ครับเราจะทำยังไงได้บ้างครับที่ ไม่ให้ผ็ูใช้ ป้อนตัวเลขจนทำให้
จำนวนเงินคงเหลือของปีงบประมาณ ติดลบอะครับ
เราจะเข้าไปเช็คตอนเพิ่มข้อมูลลง SQL ได้ไหมครับ
Code (PHP)
<?php
require ('connect.php');
?>
<style type="text/css">
<!--
.style1 {
font-family: "TH SarabunPSK";
font-size: 18pt;
font-weight: bold;
}
.style2 {
font-family: "TH SarabunPSK";
font-size: 16pt;
font-weight: bold;
}
.style5 {cursor: hand; font-weight: normal; color: #000000;}
.style9 {font-family: Tahoma; font-size: 12px; }
.style11 {font-size: 12px}
.style13 {font-size: 9}
.style16 {font-size: 9; font-weight: bold; }
.style17 {font-size: 12px; font-weight: bold; }
</style>
<html>
<head>
<link rel="stylesheet" type="text/css" href="myButton.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ระบบสนับสนุนการตัดสินวางแผนงบประมาณ</title>
<script type="text/javascript" src="jquery-1.11.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#add_item').click(function(){
$('#mytbl tbody tr ').last().clone().appendTo('#mytbl tbody');
});
});
function doRemoveItem(obj){
if($('#mytbl tbody tr').size() > 1){
if(confirm('คุณต้องการลบแถวนี้?')) $(obj).parent().parent().remove();
}else{
alert('ไม่อนุญาตให้ลบแถวที่เหลือนี้ได้');
}
}
function chkNumber(ele)
{
var vchar = String.fromCharCode(event.keyCode);
if ((vchar<'0' || vchar>'9') && (vchar != '.')) return false;
ele.onKeyPress=vchar;
}
</script>
<script>
function select_change( value){
if( 'ตรวจสอบในสี่งที่ต้องการถูกต้อง' == value ){
$('form [name==ชื่อ form ที่ต้องการ]').attr('action', 'url ที่ต้องการ' ).submit();
}
}
</script>
<script>
$(function(){
$('input[type="text"]').on('keyup',function(){
var total=0;
$('input[type="text"]').each(function(){
if($(this).val().length != 0){
total+=parseInt($(this).val());
}
});
$('input[type="number"]').val(total);
});
});
</script>
</head>
<form name="frmMain" method="post" action="<?php echo $_SERVER["PHP_SELF"];?>">
<input type="hidden" name="hdnCmd" value="">
<table align="center" width="1150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><?php require('head.php') ?></td>
</tr>
<tr height="300">
<td bgcolor="#F8F8F8" height="256"align="center">
<table width="1159" height="51" border="1" align="center" cellpadding="0" cellspacing="0" bgcolor="#F8F8F8">
<thead class="tb">
<tr class="tb">
<th width="240" height="49" class="style2">ปีงบประมาณ :
<select name="datebg" onChange="this.form.submit()">
<option value="">เลือก</option>
<?php echo
$select_datebg = (!empty($_REQUEST['datebg'])) ? $_REQUEST['datebg'] : NULL;
$sql = " SELECT * FROM tbbudgetyear " ;
$result = mysql_query($sql);
while($row = mysql_fetch_array($result)){
if($datebg == $row['BudgetyearID']){ $sel="selected"; }else{ $sel=""; }
?>
<option value="<?php echo $row['BudgetyearID']?>"<?php echo $sel;?> <?PHP if($select_datebg == $row['BudgetyearID']){ echo 'selected="selected"'; } ?>><?php echo $row['Budgetyear']?></option>
<?php } ?>
</select> <label for="textfield"></label></th>
<?php
$datebg = (isset($_REQUEST["datebg"])) ? $_REQUEST["datebg"] : '';
$sql2 = " SELECT * FROM tbbudgetyear WHERE BudgetyearID = '".$datebg."' ";
$result_show2 = mysql_query($sql2) or die(mysql_error());
while($row_show2 = mysql_fetch_array($result_show2)){
$Budgetyearmoney = $row_show2['Budgetyearmoney'];
} ?>
<?php
$datebg = (isset($_REQUEST["datebg"])) ? $_REQUEST["datebg"] : '';
$sql2 = " SELECT SUM(Budgetcategoryamount) As Total FROM tbbudgetcategory WHERE BudgetyearID = '".$datebg."' ";
$result_show2 = mysql_query($sql2) or die(mysql_error());
if(mysql_num_rows($result_show2) > 0){
while($row_show2 = mysql_fetch_array($result_show2)){
$categorymoney = $row_show2['Total'];
$eiei = 0 ;
$eiei = $Budgetyearmoney - $categorymoney;
}
?>
<?php } else { ?>
ยังไม่มีข้อมูล
<?php } ?>
<th width="449" class="style2">
จำนวนเงินเริ่มต้นปีงบประมาณ : <?php
$datebg = (isset($_REQUEST["datebg"])) ? $_REQUEST["datebg"] : '';
$sql2 = " SELECT * FROM tbbudgetyear WHERE BudgetyearID = '".$datebg."' ";
$result_show2 = mysql_query($sql2) or die(mysql_error());
if(mysql_num_rows($result_show2) > 0){
while($row_show2 = mysql_fetch_array($result_show2)){
$Budgetyearmoney = $row_show2['Budgetyearmoney'];
?>
<?php echo number_format($Budgetyearmoney,2) ; ?>
<?php } ?>
<?php } else { ?>
ยังไม่มีข้อมูล
<?php } ?></th>
<th width="462" class="style2">จำนวนเงินคงเหลือของปีงบประมาณ : <?php echo number_format($eiei,2) ;?>
</th>
</tr>
</thead>
</table>
<table width="1159" border="1" id = "mytbl" class="tb">
<thead class="tb">
<tr class="tb">
<td colspan="5"><label for="textfield2"></label></td>
</tr>
</thead>
<tbody>
<tr class="tb">
<td width="101"><span class="style2">หมวดงบประมาณ</span></td>
<td width="41"><select name="BudgettypeID[]" required>
<option value="">เลือกหมวดหมู่</option>
<?php
mysql_query("SET NAMES UTF8");
$result1 = mysql_query("SELECT * FROM tbbudgettype");
while($row = mysql_fetch_array($result1)){
?>
<option value="<?php echo $row['BudgettypeID']; ?>"><?php echo $row['Budgettype'];?></option>
<?php }?>
</select></td>
<td width="110"><span class="style2">จำนวนเงินในหมวด</span></td>
<td width="144"><input name="txtbudgettypemoney[]" type="text" required="required" OnKeyPress="return chkNumber(this)" onkeyup="fncSum(this.value);" /></td>
<td width="8"><button onclick="javascript:doRemoveItem(this);" style="width:22px;">-</button></td>
</tr>
</tbody>
</table>
<table width="1159" border="1" class="tb">
<tr>
<td><button type="button" id="add_item" name="button" class="myButton" ><img src="picture/add.png" width="16" height="16" align="absmiddle" />เพิ่มหมวดหมู่</button></td>
</tr>
</table>
<p class="p">* หมวดหมู่ที่ไม่มีในตัวเลือกจำเป็นต้องให้ผู้ดูแลระบบเพิ่มข้อมูลก่อน</p>
<p>
<input name="btnAdd" type="button" class="myButton" id="btnAdd" value="ตกลง" OnClick="frmMain.hdnCmd.value='Add';frmMain.submit();">
<input name="button1" type ="reset" class="myButton" id="button" value="ล้างข้อมูล" />
<a href="selectlistbudget.php">
<input name="button3" type="button" class="myButton" id="button2" value="ย้อนกลับ">
</a></p>
<p> </p>
</form></td></tr>
<tr height="300">
<td bgcolor="#F8F8F8" height=""align="center"><?php require('footer.php');?></td>
</tr>
</table>
</html>
<?php
if($_POST["hdnCmd"] == "Add")
{
$Budgetyear = $_REQUEST["datebg"];
$yearid = " SELECT * FROM tbbudgetyear where Budgetyear like '$Budgetyear' ";
$result=mysql_query($yearid);
while ($r=mysql_fetch_array($result))
{
$BudgetyearID = $r["BudgetyearID"];
}
$max = count($_POST["BudgettypeID"]);
for($i=0; $i < $max; ++$i)
{
$strSQL = "INSERT INTO tbbudgetcategory (BudgettypeID,Budgetcategoryamount,BudgetyearID)
VALUES
('".$_POST["BudgettypeID"][$i]."',
'".$_POST["txtbudgettypemoney"][$i]."',
'".$Budgetyear."')";
$objQuery = mysql_query($strSQL);
}
echo "<script language='javascript'>alert('บันทึกข้อมูลเรียบร้อยแล้ว');</script>";
echo "<meta http-equiv='refresh' content='0;url=selectlistbudget.php' />";
}
?>
ฐานข้อมูลที่เกี่ยวข้องครับ
Tag : PHP, HTML/CSS, JavaScript, Ajax, jQuery
|
ประวัติการแก้ไข 2014-09-17 10:44:49
|
|
|
|
|
Date :
2014-09-17 10:43:08 |
By :
nest12345 |
View :
900 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อ้างอิงจาก BugetyearID ใช่มั้ยครับ เห็นรูปแบบมีการเพิ่มแถวต้องเช็คทุกช่องเลยมั้ยครับ ??
|
ประวัติการแก้ไข 2014-09-17 11:11:01
|
|
|
|
Date :
2014-09-17 11:09:22 |
By :
Ex-[S]i[L]e[N]t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|