|
|
|
รบกวนขอวิธีการตัดสต๊อกสินค้า จะตัดจำนวณสินค้าออก โดยลบจากสินค้าที่ ตั้งไว้เช่น A0001 รับเข้ามา 10 ชิ้น ขายไป 2 ชิ้นจะเหลือ 8 ชิ้น |
|
|
|
|
|
|
|
รบกวนสอบถามการเขียนโค๊ดหน่อยครับ พอดีว่าขายสินค้าไปแล้วนะครับ จะตัดจำนวณสินค้าออก โดยลบจากสินค้าที่ ตั้งไว้เช่น A0001 รับเข้ามา 10 ชิ้น ขายไป 2 ชิ้นจะเหลือ 8 ชิ้น โดยการให้ตัดแบบ Auto นะครับ
โค๊ด รับสินค้าครับ
Code (PHP)
<!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=utf-8" />
<title>EPR</title>
<style type="text/css">
a:link {
text-decoration: none;
color: #000;
}
a:visited {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: none;
color: #F00;
}
a:active {
text-decoration: none;
color: #000;
}
</style>
</head>
<body>
<table width="982" height="432" border="0">
<tr>
<td width="976" height="21" valign="top" bgcolor="#00CCFF"><div id="box-show"><!-- เอาไว้ แสดง ไฟล์ media -->
<div id="box-picshow">
<div id="slide-holder">
<div id="slide-runner">
<?php
$op=isset($_GET['option'])?$_GET['option']:'';
if($op==""){
?>
<!-- ส่วนนี้ แสดง รูปสไลด์
<a href=""><img id="slide-img-1" src="images/up-images/nature-photo.png" class="slide" alt="" /></a>
<a href=""><img id="slide-img-2" src="images/up-images/nature-photo1.png" class="slide" alt="" /></a>
<a href=""><img id="slide-img-3" src="images/up-images/nature-photo2.png" class="slide" alt="" /></a>
<a href=""><img id="slide-img-4" src="images/up-images/nature-photo3.png" class="slide" alt="" /></a>
<a href=""><img id="slide-img-5" src="images/up-images/nature-photo4.png" class="slide" alt="" /></a>
<a href=""><img id="slide-img-6" src="images/up-images/nature-photo4.png" class="slide" alt="" /></a>
<a href=""><img id="slide-img-7" src="images/up-images/nature-photo6.png" class="slide" alt="" /></a>
<div id="slide-controls">
<p id="slide-client" class="text"><strong>post: </strong><span></span></p>
<p id="slide-desc" class="text"></p>
<p id="slide-nav"></p>
</div>
-->
<?php
echo"<img src=\"images/itsolution.gif\"/>";
}elseif($op=="hrstock"){
echo"<img src=\"images/hrstock.png\"/>";
}elseif($op=="qalab"){
echo"<img src=\"images/qalab.png\"/>";
}else{
echo"<img src=\"images/itsolution.png\"/>";
}
?>
</div>
</div>
</div>
</div></td>
</tr>
<tr>
<td height="133" valign="top" bgcolor="#00CCFF"><table width="975" height="247" border="0" align="left">
<tr>
<td width="162" align="center" bgcolor="#00FFCC"><strong><font color="#030">HR STOCK</font></strong></td>
<td width="764" rowspan="10" align="left" valign="top" bgcolor="#FFFFFF"><form action="save.php" name="frmAdd" method="post">
<table width="351" border="1" align="center" cellpadding="0" cellspacing="0"bordercolor="#66CC66"bgcolor="#FFFFFF">
<tr>
<th width="101" align="center">รหัสสินค้า</th>
<td width="210"><input type="text" name="txtid_prd" size="20"></td>
</tr>
<tr>
<th width="101" align="center">ชื่อสินค้า</th>
<td><input type="text" name="txtProductName" size="20"></td>
</tr>
<tr>
<th width="101" align="center">ราคาสินค้า</th>
<td><input type="text" name="txtPrice" size="20"></td>
</tr>
<tr>
<th width="101" align="center">ราคาทุนสินค้า</th>
<td><input type="text" name="txtprice_cost" size="20"></td>
</tr>
<tr>
<th width="101" align="center">จำนวนสินค้า</th>
<td><input type="text" name="txtnumber" size="20"></td>
</tr>
<tr>
<th align="center">อื่นๆ</th>
<td><input type="text" name="txtother" size="20"></td>
</tr>
<tr>
<th colspan="2" align="center"><input type="submit" name="submit2" value="submit"> </th>
</tr>
</table>
</form></td>
</tr>
<tr>
<td height="17" align="left" bgcolor="#FFFFFF"> <a href="index.php">HOME</a></td>
</tr>
<tr>
<td height="21" align="left" bgcolor="#FFFFFF"> ขายสินค้า</td>
</tr>
<tr>
<td align="left" bgcolor="#FFFFFF"> <img src="images/addbk.gif" alt="" width="16" height="16" border="0"/> เพิ่มสิทธิ์ผู้ใช้งาน</td>
</tr>
<tr>
<td align="left" bgcolor="#FFFFFF"> <img src="images/tag_blue.png" alt="" width="16" height="16" /><a href="add1.php">ตั้งค่ารายการสินค้า</a></td>
</tr>
<tr>
<td align="left" bgcolor="#FFFFFF"> <img src="images/tag_blue.png" alt="" width="16" height="16" />ตั้งค่าหน่วยนับสินค้า</td>
</tr>
<tr>
<td align="left" bgcolor="#FFFFFF"> <img src="images/tag_blue.png" alt="" width="16" height="16" />ตั้งค่าประเภทสินค้า</td>
</tr>
<tr>
<td align="left" bgcolor="#FFFFFF"> <img src="images/addbk.gif" alt="" width="16" height="16" border="0"/> รับเข้าสินค้า</td>
</tr>
<tr>
<td align="left" bgcolor="#FFFFFF"> <img src="images/tag_blue.png" alt="" width="16" height="16" />ดูประวัติรับสินค้า</td>
</tr>
<tr>
<td align="left" bgcolor="#FFFFFF"> <img src="images/tag_blue.png" alt="" width="16" height="16" />รับสินค้า</td>
</tr>
<tr>
<td align="left" bgcolor="#FFFFFF"> <img src="images/addbk.gif" alt="" width="16" height="16" border="0"/> รายงาน</td>
</tr>
<tr>
<td height="23" align="left" bgcolor="#FFFFFF"> <img src="images/tag_blue.png" alt="" width="16" height="16" />รายงานรายวัน</td>
</tr>
<tr>
<td height="23" align="left" bgcolor="#FFFFFF"> <img src="images/tag_blue.png" alt="" width="16" height="16" />รายงานรายสัปดาห์</td>
</tr>
<tr>
<td height="23" align="left" bgcolor="#FFFFFF"> <img src="images/tag_blue.png" alt="" width="16" height="16" />รายงานรายเดือน</td>
</tr>
<tr>
<td height="23" align="left" bgcolor="#FFFFFF"> <img src="images/tag_blue.png" alt="" width="16" height="16" />รายงานรายปี</td>
</tr>
</table></td>
</tr>
<tr>
<td height="23" align="center" valign="top" bgcolor="#00CCFF">Pissanu&copy 2016 | Power By <a href="http://www.jungwattana.com"/></a></a> Design & Develop By <a href="http://www.jungwattana.com"/></a>Pissanu Pongoubon</a> 08452669792 ([email protected])</td>
</tr>
</table>
</body>
</html>
2. Code ขายสินค้าครับ
Code (PHP)
<?php
// Turn off all error reporting
error_reporting(0);
?>
<center>
<?php
session_start();
?>
<html>
<head>
<title>pissanu pongoubon</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<p>
<?php
mysql_connect("localhost","root","root");
mysql_select_db("epr2");
?>
</p>
<tr>
<th align="right" valign="top"><div align="lift">
<table width="491" border="0">
<tr>
<td width="188" align="right"><font size = "2" color = "red"> วันที่สั่งซื้อ</font></td>
</tr>
<tr>
<td height="22" align="right"><font size = "2"color = "red"> <?php echo date('d-m-Y')?></font></td>
</tr>
</table>
</div></th>
</tr>
<table width="495" border="1">
<tr>
<td width="93" align="center">ProductID</td>
<td width="97" align="center">ProductID</td>
<td width="107" align="center">ProductName</td>
<td width="63" align="center">Price</td>
<td width="44" align="center">Qty</td>
<td width="51" align="center">Total</td>
</tr>
<?php
$Total = 0;
$SumTotal = 0;
for($i=0;$i<=(int)$_SESSION["intLine"];$i++)
{
if($_SESSION["strProductID"][$i] != "")
{
$strSQL = "SELECT * FROM product WHERE ProductID = '".$_SESSION["strProductID"][$i]."' ";
$objQuery = mysql_query($strSQL) or die(mysql_error());
$objResult = mysql_fetch_array($objQuery);
$Total = $_SESSION["strQty"][$i] * $objResult["Price"];
$SumTotal = $SumTotal + $Total;
?>
<tr>
<td align="center"><?=$_SESSION["strProductID"][$i];?></td>
<td align="center"><?=$objResult["id_prd"];?></td>
<td align="center"><?=$objResult["ProductName"];?></td>
<td align="center"><?=$objResult["Price"];?></td>
<td align="center"><?=$_SESSION["strQty"][$i];?></td>
<td align="center"><?=number_format($Total,2);?></td>
</tr>
<?php
}
}
?>
</table>
<table width="475" border="0">
<tr>
<td width="26" height="97" valign="top"> </td>
<td width="439" align="right"><p> </p>
<p>Sum Total <?php echo number_format($SumTotal,2);?>บาท<br>
ภาษี 7 %
<?php
$tax = ($SumTotal*0.07);
?>
<?php echo number_format($tax,'2','.',',')?> บาท<br>
รวมทั้งสิ้น
<?php
$payment=$SumTotal+$tax;
print number_format($payment, 2, '.', ',');
?>
บาท</p>
</p></td>
</tr>
</table>
<form name="form1" method="post" action="save_checkout.php">
<table width="471" border="1">
<tr>
<td width="89">Name</td>
<td width="366"><input type="text" name="txtName"></td>
</tr>
<tr>
<td>Address</td>
<td><textarea name="txtAddress"></textarea></td>
</tr>
<tr>
<td>Tel</td>
<td><input type="text" name="txtTel"></td>
</tr>
<tr>
<td>Email</td>
<td><input type="text" name="txtEmail"></td>
</tr>
</table>
<input type="submit" name="Submit" value="Submit">
</form>
<a href="product.php">Go to Product</a>
<?php
mysql_close();
?>
</center>
</body>
</html>
<?/* This code download from www.ThaiCreate.Com */ ?>
คราวนี้จะนำ รหัสที่ขายไปแล้วมาทำการลบกับสินค้าที่รับเข้านะครับ รบกวนช่วยแนะนำด้วยนะครับ ติดมานานแล้วครับ หรือถ้าต้องการส่วนไหนเพิ่มก็บอกได้เลยนะครับ
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2016-03-23 15:29:55 |
By :
pissanu8970 |
View :
953 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตัดสต็อคไม่ไช่เรื่องยากครับถ้าจะ
1.เอาแบบง่ายก็UPDATE ตัวเก่าแล้วเอายอดใหม่ใส่เข้าไปแทน..
2. เอาแบบดีระบบตรวจสอบย้อนหลังได้ ก็สร้างtable เก็บเป็นเรคคอร์ดๆไว้
แบบ 2 จุดที่ยากคือ "ยอดยกมา" กับการแสดง statement เคลื่อนไหวต่างๆ ตรงนี้น่าปวดหัว เช่นเปิดมา 3 ปี จะมีปัญหามากกับยอดยกมาแน่ๆ หากจะดูเดือนหรือวันที่ระบุ(output คือสถานการณ์ ณ เวลาที่ต้องการ) จะไปเริ่มคำนวนจากวันแรกมันก็ไม่ไหว จึงต้องนำเอาระบบตัดยอดเก็บ Index สินค้าชิ้นนั้นๆทุกวัน/หรือทุกเดือน ตามความเหมาะสม เข้ามาช่วย ไม่งั้นระยะยาวระบบไปไม่เป็นเละและอืด
|
|
|
|
|
Date :
2016-03-23 22:01:55 |
By :
meannerss |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|