|
|
|
code php ตัดสต็อก อะคับ code php ตัดสต็อก อะคับ:-D: |
|
|
|
|
|
|
|
เอาหินมาลับโค๊ดให้คม ๆ แล้วก็ค่อย ๆหันลงเป็นมุม 45 องศา ครับ
ยกขึ้นให้สูง ใช้แรงแขนให้มาก ฟันฉับลงมาที่สต๊อกครับ
แม๊ คำถามแต่ละคำถาม เอาให้ลงกันเลย
เอิ๊ก ๆ
|
|
|
|
|
Date :
2009-03-25 22:08:15 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ยากครับ update stock set amount=amount-$qty where product_id = '$product_id' ตอบแบบนั่งเทียนนะเนี้ย
|
|
|
|
|
Date :
2009-03-25 22:21:34 |
By :
plakrim |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
copy ไปใช้ได้ ของผมตัดแบบนี้
Code (PHP)
<? session_start();?>
<script language="JavaScript">
function Add() {
if(document.form1.all["total_spen"].value<=0){
alert("กรุณาป้อนจำนวนรายการให้มากกว่าศูนย์");
document.form1.all["total_spen"].value="";
}
}
</script>
<script language="javascript">
function admit() {
if(document.form1.all["total_spen"].value>0){
alert("พัสดุที่ทำการอนุมัติแล้วจะไม่สามารถตัดยอดได้อีกแล้วครับ");
window.close();
}
}
</script>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
.style23 {color: #0000FF}
.style24 {color: #DEEDEB}
-->
</style>
</head>
<body leftmargin="0" topmargin="0">
<?
$db="oncb_in";
include "../../include/connect.php";
function SplitWord($str){
return substr($str,0,strpos($str," ",0));
}
if(isset($up)){
$text=$up;
mysql_query("set NAMES utf-8");
$sql="SELECT * FROM tb_bring_inv,tb_spen,tb_place WHERE tb_bring_inv.inv_spen_id = tb_spen.inv_spen_id AND tb_bring_inv.bring_id ='".$up."' and tb_place.place_id = tb_bring_inv.place_id;";
$result=mysql_query($sql);
if(mysql_num_rows($result)>0)
$bring_id=mysql_result($result,0,"bring_id");
$inv_spen_id=mysql_result($result,0,"inv_spen_id");
$inv_name=mysql_result($result,0,"inv_name");
$place_name=mysql_result($result,0,"place_name");
$amount_bring=mysql_result($result,0,"amount_bring");
$amount_spen=mysql_result($result,0,"amount_spen");
$username=mysql_result($result,0,"username");
$date=mysql_result($result,0,"date");
}
$sql="SELECT * FROM tb_bring_inv WHERE amount_spen > 0";
if($amount_spen >0){
//$results=mysql_query($sql);
echo "<center><br>ไม่สามารถแก้ไขรายการที่อนุมัติไปแล้วครับ</center>";
echo "<br><center><a href=javascript:window.close()>ปิดหน้าต่างนี้</a>";
die;
}
?>
<form name="form1" method="post" action="insert_update_spen.php?bring_id=<? echo $up; ?>">
<table width="358" border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#0000FF">
<tr>
<td colspan="2" align="left" nowrap bordercolor="#0000FF" bgcolor="#DEEDEB"><img src="../../image/spen.gif" width="400" height="100"></td>
</tr>
<tr>
<td align="left" nowrap bordercolor="#0000FF" bgcolor="#DEEDEB"><div align="center" class="style23"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"> รหัสการเบิกจ่าย</font></div></td>
<td bordercolor="#0000FF" bgcolor="#DEEDEb"><input name="inv_spen_id" type="text" disabled="disabled" id="inv_spen_id" style="width:100%; border:none" value="<? echo $inv_spen_id;?>"></td>
</tr>
<tr>
<td width="30%" align="left" nowrap bordercolor="#0000FF" bgcolor="#DEEDEB"><div align="center" class="style23"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"> ชื่อพัสดุ</font></div></td>
<td width="70%" bordercolor="#0000FF" bgcolor="#DEEDEb"><input name="inv_name" type="text" disabled="disabled" id="inv_name" style="width:100%; border:none" value="<? echo $inv_name;?>"></td>
</tr>
<tr>
<td height="24" align="left" nowrap bordercolor="#0000FF" bgcolor="#DEEDEB"><div align="center" class="style23"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"> จำนวนที่เบิก</font></div></td>
<td nowrap bordercolor="#0000FF" bgcolor="#DEEDEb"><input name="amount_bring" type="text" disabled="disabled" id="amount_bring" style="width:100%; border:none" value="<? echo $amount_bring;?>"></td>
</tr>
<tr>
<td height="24" align="left" nowrap bordercolor="#0000FF" bgcolor="#DEEDEB"><div align="center" class="style23"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"> เจ้าหน้าที่</font></div></td>
<td bordercolor="#0000FF" bgcolor="#DEEDEb"><input name="username" type="text" disabled="disabled" id="username" style="width:100%; border:none" value="<? echo "$name $lastname"; ?>"></td>
</tr>
<tr>
<td height="24" align="left" nowrap bordercolor="#0000FF" bgcolor="#DEEDEB"><div align="center" class="style23"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"> วันที่ขอเบิก</font></div></td>
<td bordercolor="#0000FF" bgcolor="#DEEDEb"><input name="date" type="text" disabled="disabled" id="date" style="width:100%; border:none" value="<? echo $date;?>"></td>
</tr>
<tr>
<td height="24" align="left" nowrap bordercolor="#0000FF" bgcolor="#DEEDEB"><div align="center" class="style23"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"> จำนวนที่อนุมัติจ่าย</font></div></td>
<td bordercolor="#0000FF" bgcolor="#DEEDEb"><input name="total_spen" type="text" id="total_spen" style="width:100%; border:none" onKeyPress="k=event.keyCode;if((k<48)||(k>57)){alert('กรุณาป้อนเฉพาะตัวเลขเท่านั้น');return false;}" onKeyUp="Add();" value="<? echo $amount_spen; ?>">
</td>
</tr>
<tr>
<td height="24" align="left" nowrap bordercolor="#0000FF" bgcolor="#DEEDEB"><div align="center" class="style23"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"> หน่วยงานที่ทำการเบิก</font></div></td>
<td bordercolor="#0000FF" bgcolor="#DEEDEb"><input name="place_name" type="text" disabled="disabled" id="place_name" style="width:100%; border:none" value="<? echo $place_name ?>"></td>
</tr>
<tr>
<td height="32" align="center" bordercolor="#0000FF" bgcolor="#DEEDEB" ><div align="right" class="style24">:</div></td>
<td bordercolor="#0000FF" bgcolor="#DEEDEB"><input name="inv_name" type="hidden" id="inv_name" value="<? echo $inv_name; ?>">
<input name="cmdSend" type="submit" id="cmdSend" value="บันทึก">
<input type="button" name="Submit2" value="ยกเลิก" onClick="window.close();"></td>
</tr>
</table>
</form>
</body>
</html>
|
|
|
|
|
Date :
2009-03-25 23:39:55 |
By :
yanae |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ช่วยทีครับ อยากได้ระบบตัดสต๊อก php ของร้านโดนัทคับ
แบบว่า จะทำขนมสูตรนี้ใช้ส่วนผสมในสต๊อกเท่าไหร่ครับช่วยทีครับ
|
|
|
|
|
Date :
2012-09-07 16:49:43 |
By :
เนรมิต |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่าจะมีฐานข้อมูลให้ด้วยอ่ะ อิอิ
|
|
|
|
|
Date :
2013-02-11 22:03:23 |
By :
nu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|