Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > รบกวนช่วยแนะนำหนูอีกครั้งคะ พอดีเค้าให้เปลี่ยน Report เป็นแบบตัวอย่างคะ หนูต้องวนลูปนับแบบไหนคะ



 

รบกวนช่วยแนะนำหนูอีกครั้งคะ พอดีเค้าให้เปลี่ยน Report เป็นแบบตัวอย่างคะ หนูต้องวนลูปนับแบบไหนคะ

 



Topic : 105953

Guest




รบกวนช่วยแนะนำหนูอีกครั้งคะ พอดีเค้าให้เปลี่ยน Report เป็นแบบตัวอย่างคะ หนูต้องวนลูปนับแบบไหนคะ รบกวนด้วยคะ

ex

Code (PHP)
<?
include "Connect.php";
//include "function.php";
header("Content-type: application/vnd.ms-excel");
// header('Content-type: application/csv'); //*** CSV ***//
header("Content-Disposition: attachment; filename=SummaryReport.xls");
$dateStart = $_POST['indate'];
//$dateEnd = $_POST['enddate'];
$Type = $_POST['Type'];
 
?>
<!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>Report</title>
</head>
<body>
<?
	$strSQL = "SELECT * From invoice
	Where  date = '$dateStart' and type = '$Type'";
	$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
?>
<table width="50%" border="1" >
<tr>
<th colspan='11'> <div align="center"><strong>Summary Report </strong></div></th>
</tr>
<th colspan='11'> <div align="center"><strong>รายงานวันที่   <?=$_POST['indate']?></strong></div></th>
</tr>
<tr>
<th> <div align="center"><strong>No. </strong></div></th>
<th> <div align="center"><strong>Ticket No.</div></th>
<th> <div align="center"><strong>Date<strong></div></th>
<th> <div align="center"><strong>Code<strong></div></th>
<th> <div align="center"><strong>Name<strong></div></th>
<th> <div align="center"><strong>Inv No.<strong></div></th>
<th> <div align="center"><strong>Inv Date<strong></div></th>
<th> <div align="center"><strong>Amount<strong></div></th>
<th> <div align="center"><strong>vat<strong></div></th>
<th> <div align="center"><strong>Type<strong></div></th>
</tr>
<?
$i=1;
while($objResult = mysql_fetch_array($objQuery))
	{

?>
	<tr>
	<td><div align="center"><?=$i;?></div></td>
	<td><div align="center"><?=$objResult["Ticket_No"];?></div></td>
	<td><div align="center"><?=$objResult["date"];?></div></td>
	<td><div align="left"><?=$objResult["Code"];?></div></td>
	<td><div align="left"><?=$objResult["Name"];?></div></td>
	<td><div align="center"><?=$objResult["inv_no"];?></div></td>
	<td><div align="center"><?=$objResult["Inv_Date"];?></div></td>
	<td><div align="right"><?=number_format($objResult["Amount"],2,".",',');?></div></td>
	<td><div align="right"><?=number_format($objResult["vat"],2,".",',');?></div></td>
	<td><div align="center"><?=$objResult["type"];?></div></td>
	</tr>
	<?
	$i++;
	} 
	?>
</table>
</body>
</html>




Tag : PHP, MySQL







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2014-02-18 11:48:43 By : แอน View : 902 Reply : 19
 

 

No. 1



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

เหมือนกับว่าจะต้อง JOIN อีก Table ที่เป็น Supplier Type ครับ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 13:45:28 By : mr.win
 


 

No. 2

Guest


ขอโทษคะ รูปข้อมูลอาจจะผิดเพี้ยนไปนิด หนูอัพเดดอันใหม่ให้แล้วคะ แต่ว่าในตารางอันนี้หนูเก็บ type ไว้แล้ว
ex

หนูเก็บไว้ในนี้คะ <div align="center"><?=$objResult["type"];?> หนูอยากได้ตามภาพแต่หนูวนลูปไม่เป็นนะคะ เค้าให้หนูเปลี่ยนฟอร์มเป็นแบบนี้นะคะ รบกวนด้วยคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 14:35:19 By : แอน
 

 

No. 3

Guest


ไม่มีใครช่วยแนะนำหนูเลยเหรอคะ ตอนนี้หนูพยายามทำอยู่แต่ว่าหนู ติดตรง Header ตรงเลขที่ ticket กับ invoice นะคะ หนู จะ group ไงดีคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 16:56:21 By : แอน
 


 

No. 4



โพสกระทู้ ( 3,156 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


ลองดัดแปลงเอาน่ะครับ
<?
include "Connect.php";
//include "function.php";
header("Content-type: application/vnd.ms-excel");
// header('Content-type: application/csv'); //*** CSV ***//
header("Content-Disposition: attachment; filename=SummaryReport.xls");
$dateStart = $_POST['indate'];
//$dateEnd = $_POST['enddate'];
$Type = $_POST['Type'];
 
?>
<!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>Report</title>
</head>
<body>
<table width="50%" border="1" >
<tr>
<th colspan='11'> <div align="center"><strong>Summary Report </strong></div></th>
</tr>
<th colspan='11'> <div align="center"><strong>รายงานวันที่   <?=$_POST['indate']?></strong></div></th>
</tr>

<?
	$strSQL = "SELECT * From invoice
	Where  date = '$dateStart' and type = '$Type'";
	$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$tbheader = '
<tr>
<th> <div align="center"><strong>No. </strong></div></th>
<th> <div align="center"><strong>Ticket No.</div></th>
<th> <div align="center"><strong>Date<strong></div></th>
<th> <div align="center"><strong>Code<strong></div></th>
<th> <div align="center"><strong>Name<strong></div></th>
<th> <div align="center"><strong>Inv No.<strong></div></th>
<th> <div align="center"><strong>Inv Date<strong></div></th>
<th> <div align="center"><strong>Amount<strong></div></th>
<th> <div align="center"><strong>vat<strong></div></th>
<th> <div align="center"><strong>Type<strong></div></th>
</tr>';
echo $tbheader;
$i=1;
$ticket = "";
while($objResult = mysql_fetch_array($objQuery))
{
	if($ticket != $objResult["Ticket_No"]){
		echo $tbheader;
		$ticket = $objResult["Ticket_No"];
	}
?>
	<tr>
	<td><div align="center"><?=$i;?></div></td>
	<td><div align="center"><?=$objResult["Ticket_No"];?></div></td>
	<td><div align="center"><?=$objResult["date"];?></div></td>
	<td><div align="left"><?=$objResult["Code"];?></div></td>
	<td><div align="left"><?=$objResult["Name"];?></div></td>
	<td><div align="center"><?=$objResult["inv_no"];?></div></td>
	<td><div align="center"><?=$objResult["Inv_Date"];?></div></td>
	<td><div align="right"><?=number_format($objResult["Amount"],2,".",',');?></div></td>
	<td><div align="right"><?=number_format($objResult["vat"],2,".",',');?></div></td>
	<td><div align="center"><?=$objResult["type"];?></div></td>
	</tr>
	<?
	$i++;
	} 
	?>
</table>
</body>
</html>


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 17:00:00 By : sakuraei
 


 

No. 5



โพสกระทู้ ( 3,156 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


Code (PHP)
<?
include "Connect.php";
//include "function.php";
header("Content-type: application/vnd.ms-excel");
// header('Content-type: application/csv'); //*** CSV ***//
header("Content-Disposition: attachment; filename=SummaryReport.xls");
$dateStart = $_POST['indate'];
//$dateEnd = $_POST['enddate'];
$Type = $_POST['Type'];
function tbheader($invno,$ticket){
	return "<tr>
	<th> <div align=\"center\"><strong>No. </strong></div></th>
	<th> <div align=\"center\"><strong>$ticket</div></th>
	<th> <div align=\"center\"><strong>Date<strong></div></th>
	<th> <div align=\"center\"><strong>Code<strong></div></th>
	<th> <div align=\"center\"><strong>Name<strong></div></th>
	<th> <div align=\"center\"><strong>$invno<strong></div></th>
	<th> <div align=\"center\"><strong>Inv Date<strong></div></th>
	<th> <div align=\"center\"><strong>Amount<strong></div></th>
	<th> <div align=\"center\"><strong>vat<strong></div></th>
	<th> <div align=\"center\"><strong>Type<strong></div></th>
	</tr>"; 
}
?>
<!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>Report</title>
</head>
<body>
<table width="50%" border="1" >
<tr>
<th colspan='11'> <div align="center"><strong>Summary Report </strong></div></th>
</tr>
<th colspan='11'> <div align="center"><strong>รายงานวันที่   <?=$_POST['indate']?></strong></div></th>
</tr>

<?
	$strSQL = "SELECT * From invoice
	Where  date = '$dateStart' and type = '$Type'";
	$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");


$i=1;
$ticket = "";
while($objResult = mysql_fetch_array($objQuery))
{
	if($ticket != $objResult["Ticket_No"]){
		echo tbheader($objResult["inv_no"] , $objResult["Ticket_No"]);
		$ticket = $objResult["Ticket_No"];
	}
?>
	<tr>
	<td><div align="center"><?=$i;?></div></td>
	<td><div align="center"><?=$objResult["Ticket_No"];?></div></td>
	<td><div align="center"><?=$objResult["date"];?></div></td>
	<td><div align="left"><?=$objResult["Code"];?></div></td>
	<td><div align="left"><?=$objResult["Name"];?></div></td>
	<td><div align="center"><?=$objResult["inv_no"];?></div></td>
	<td><div align="center"><?=$objResult["Inv_Date"];?></div></td>
	<td><div align="right"><?=number_format($objResult["Amount"],2,".",',');?></div></td>
	<td><div align="right"><?=number_format($objResult["vat"],2,".",',');?></div></td>
	<td><div align="center"><?=$objResult["type"];?></div></td>
	</tr>
	<?
	$i++;
	} 
	?>
</table>
</body>
</html>



แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 17:11:20 By : sakuraei
 


 

No. 6

Guest


ขอบคุณคะพี่ sakuraei ตอนนี้หนูลองเอาไปดัดแปลงตามพี่แล้ว ตอนนี้หัวด้านบน Ticket กับ Invoice เหมือนตัวอย่างแล้วคะ แต่ว่าหนูใส่ Total : รวม Taxable Amount กับ Tax amount ไม่ได้คะ แล้ว Ticket ใหม่หนูอยากให้มันเริ่ม No. 1 ใหม่ด้วยคะ แต่ของหนูมันไม่รัน หนูต้องเพิ่มเงื่อนไขรวมยอดเงินยังไงคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 20:38:54 By : แอน
 


 

No. 7



โพสกระทู้ ( 3,156 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


เอาโค้ดที่ดัดแปลงล่าสุดมาลงให้ดูเลยครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 20:44:48 By : sakuraei
 


 

No. 8

Guest


<?
include "Connect.php";
//include "function.php";
header("Content-type: application/vnd.ms-excel");
// header('Content-type: application/csv'); //*** CSV ***//
header("Content-Disposition: attachment; filename=SummaryReport.xls");
$dateStart = $_POST['indate'];
//$dateEnd = $_POST['enddate'];
$Type = $_POST['Supplier'];
function tbheader($invno,$ticket){
return "<tr></tr>
<tr>
<th colspan='10'><div align=\"left\"><strong>Ticket No. : $Ticket_No</div></th>
</tr>
<tr>
<th colspan='10'><div align=\"left\"><strong>Invoice No. : $Invoice_No<strong></div></th>
</tr>
<tr>
<th> <div align=\"center\"><strong>No. </strong></div></th>
<th> <div align=\"center\"><strong>$ticket</div></th>
<th> <div align=\"center\"><strong>Date<strong></div></th>
<th> <div align=\"center\"><strong>Code<strong></div></th>
<th> <div align=\"center\"><strong>Name<strong></div></th>
<th> <div align=\"center\"><strong>$invno<strong></div></th>
<th> <div align=\"center\"><strong>Inv Date<strong></div></th>
<th> <div align=\"center\"><strong>Amount<strong></div></th>
<th> <div align=\"center\"><strong>vat<strong></div></th>
<th> <div align=\"center\"><strong>Type<strong></div></th>
</tr>";
}
?>
<!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>Report</title>
</head>
<body>
<table width="50%" border="1" >
<tr>
<th colspan='11'> <div align="center"><strong>Summary Report </strong></div></th>
</tr>
<th colspan='11'> <div align="center"><strong>รายงานวันที่ <?=$_POST['indate']?></strong></div></th>
</tr>

<?
$strSQL = "SELECT * From invoice
Where date = '$dateStart' and type = '$Type'";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");

$i=1;
$ticket = "";
while($objResult = mysql_fetch_array($objQuery))
{
if($ticket != $objResult["Ticket_No"]){
echo tbheader($objResult["Invoice_No"] , $objResult["Ticket_No"]);
$ticket = $objResult["Ticket_No"];
}
?>
<tr>
<tr>
<td><div align="center"><?=$i;?></div></td>
<td><div align="center"><?=$objResult["Ticket_No"];?></div></td>
<td><div align="center"><?=$objResult["date"];?></div></td>
<td><div align="left"><?=$objResult["Code"];?></div></td>
<td><div align="left"><?=$objResult["Name"];?></div></td>
<td><div align="center"><?=$objResult["inv_no"];?></div></td>
<td><div align="center"><?=$objResult["Inv_Date"];?></div></td>
<td><div align="right"><?=number_format($objResult["Amount"],2,".",',');?></div></td>
<td><div align="right"><?=number_format($objResult["vat"],2,".",',');?></div></td>
<td><div align="center"><?=$objResult["type"];?></div></td>
</tr> </tr>
<?
$i++;
}
?>
</table>
<table width="100%" border="1" >
<tr>
<th colspan="5"> <div align="center"><strong>Total: <strong></div></th>
</tr>
</table>
</body>
</html>



หนูจะเพิ่มสรุปคำนวนเงิน ใน Ticket นั้น ๆ นะคะ แต่ว่า total หนูมันไม่ต่อท้ายนะคะ หนูพยายามเปลี่ยนแล้ว หนูเปลี่ยนไปนิดนึงเองคะ กำลังพยายามดัดแปลงทีละนิดคะ เพราะหนูยังไม่เก่งคะ ขอบคุณพี่นะคะที่ช่วยหนู
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 20:51:52 By : แอน
 


 

No. 9



โพสกระทู้ ( 3,156 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


สมัครเป็นสมาชิกด้วยน่ะครับ จะได้เห็นกันเวลาออนไลน์
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 21:02:38 By : sakuraei
 


 

No. 10

Guest


ได้คะ หนูยังอยู่คะ แก้ยังไม่เสร็จเลยคะ เค้าจาเอาพรุ่งนี้แล้วหนูยังนั่งมึนอยู่เลยคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 21:11:00 By : แอน
 


 

No. 11



โพสกระทู้ ( 3,156 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


ลองดูน่ะครับ
<?
include "Connect.php";
//include "function.php";
header("Content-type: application/vnd.ms-excel");
// header('Content-type: application/csv'); //*** CSV ***//
header("Content-Disposition: attachment; filename=SummaryReport.xls");
$dateStart = $_POST['indate'];
//$dateEnd = $_POST['enddate'];
$Type = $_POST['Supplier'];
function tbheader($invno,$ticket){
return "<tr>
<th colspan='10'><div align=\"left\"><strong>Ticket No. : $Ticket_No</div></th>
</tr>
<tr>
<th colspan='10'><div align=\"left\"><strong>Invoice No. : $Invoice_No<strong></div></th>
</tr>
<tr>
<th> <div align=\"center\"><strong>No. </strong></div></th>
<th> <div align=\"center\"><strong>$ticket</div></th>
<th> <div align=\"center\"><strong>Date<strong></div></th>
<th> <div align=\"center\"><strong>Code<strong></div></th>
<th> <div align=\"center\"><strong>Name<strong></div></th>
<th> <div align=\"center\"><strong>$invno<strong></div></th>
<th> <div align=\"center\"><strong>Inv Date<strong></div></th>
<th> <div align=\"center\"><strong>Amount<strong></div></th>
<th> <div align=\"center\"><strong>vat<strong></div></th>
<th> <div align=\"center\"><strong>Type<strong></div></th>
</tr>";
}

function tbfooter($taxable,$tax){
return "<tr>
<th colspan='10'><div align=\"left\"><strong>Ticket No. : $Ticket_No</div></th>
</tr>
<tr>
<th colspan='10'><div align=\"left\"><strong>Invoice No. : $Invoice_No<strong></div></th>
</tr>
<tr>
<th colspan='4'> <div align=\"center\"><strong>Code<strong></div></th>
<th> <div align=\"center\"><strong>Total<strong></div></th>
<th> <div align=\"center\"><strong>$taxable<strong></div></th>
<th> <div align=\"center\"><strong>$tax<strong></div></th>
<th colspan='3'> <div align=\"center\"><strong>&nbsp;<strong></div></th>
</tr>";
}
?>
<!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>Report</title>
</head>
<body>
<table width="50%" border="1" >
<tr>
<th colspan='11'> <div align="center"><strong>Summary Report </strong></div></th>
</tr>
<th colspan='11'> <div align="center"><strong>รายงานวันที่ <?=$_POST['indate']?></strong></div></th>
</tr>

<?
$strSQL = "SELECT * From invoice
Where date = '$dateStart' and type = '$Type'";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");

$i=1;
$ticket = "";
$footer = "";
$taxable = 0;
$tax = 0;
while($objResult = mysql_fetch_array($objQuery))
{
if($ticket != $objResult["Ticket_No"]){
    if($i > 1) echo  tbfooter($taxable,$tax);
echo tbheader($objResult["Invoice_No"] , $objResult["Ticket_No"]);
$ticket = $objResult["Ticket_No"];
$i=1;
$taxable = 0;
$tax = 0;
}
?>
<tr>
<td><div align="center"><?=$i;?></div></td>
<td><div align="center"><?=$objResult["Ticket_No"];?></div></td>
<td><div align="center"><?=$objResult["date"];?></div></td>
<td><div align="left"><?=$objResult["Code"];?></div></td>
<td><div align="left"><?=$objResult["Name"];?></div></td>
<td><div align="center"><?=$objResult["inv_no"];?></div></td>
<td><div align="center"><?=$objResult["Inv_Date"];?></div></td>
<td><div align="right"><?=number_format($objResult["Amount"],2,".",',');?></div></td>
<td><div align="right"><?=number_format($objResult["vat"],2,".",',');?></div></td>
<td><div align="center"><?=$objResult["type"];?></div></td>
</tr>
<?
$i++;
$taxable += $objResult["Amount"];
$tax += $objResult["vat"];
}
?>
</table>
<table width="100%" border="1" >
<tr>
<th colspan="5"> <div align="center"><strong>Total: <strong></div></th>
</tr>
</table>
</body>
</html>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 21:29:40 By : sakuraei
 


 

No. 12

Guest


พี่คะ มันมีหลายบรรทัดมันไม่ขึ้น total ให้คะ ถ้ามีอันเดียวมันขี้นให้นะคะ ถ้ามีหลายอันเราจะเอา มันบวกกัน แล้วให้มัน show total นะคะ หนูจะ
ต้องบวกแล้ว เอาไปไว้บรรทัดไหนดีคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 21:57:04 By : แอน
 


 

No. 13



โพสกระทู้ ( 3,156 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


ลองจับภาพหน้าจอมาให้ดูหน่อยครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 21:58:21 By : sakuraei
 


 

No. 14



โพสกระทู้ ( 32 )
บทความ ( 0 )



สถานะออฟไลน์


ex
มันขึ้นแบบนี้คะ อันที่มันมีมากกว่า 1 บรรทัดมันไม่มี total คะ


ประวัติการแก้ไข
2014-02-18 22:13:10
2014-02-18 22:12:41
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 22:07:03 By : แอน
 


 

No. 15



โพสกระทู้ ( 3,156 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


ไม่น่าจะเป็นกับข้อมูลที่มีมากกว่าหนึ่งบรรทัดหรอกครับ แต่น่าจะเกิดปัญหากับข้อมูลชุดสุดท้ายมากกว่า ลองอีกรอบน่ะครับ
<?
include "Connect.php";
//include "function.php";
header("Content-type: application/vnd.ms-excel");
// header('Content-type: application/csv'); //*** CSV ***//
header("Content-Disposition: attachment; filename=SummaryReport.xls");
$dateStart = $_POST['indate'];
//$dateEnd = $_POST['enddate'];
$Type = $_POST['Supplier'];
function tbheader($invno,$ticket){
return "<tr>
<th colspan='10'><div align=\"left\"><strong>Ticket No. : $Ticket_No</div></th>
</tr>
<tr>
<th colspan='10'><div align=\"left\"><strong>Invoice No. : $Invoice_No<strong></div></th>
</tr>
<tr>
<th> <div align=\"center\"><strong>No. </strong></div></th>
<th> <div align=\"center\"><strong>$ticket</div></th>
<th> <div align=\"center\"><strong>Date<strong></div></th>
<th> <div align=\"center\"><strong>Code<strong></div></th>
<th> <div align=\"center\"><strong>Name<strong></div></th>
<th> <div align=\"center\"><strong>$invno<strong></div></th>
<th> <div align=\"center\"><strong>Inv Date<strong></div></th>
<th> <div align=\"center\"><strong>Amount<strong></div></th>
<th> <div align=\"center\"><strong>vat<strong></div></th>
<th> <div align=\"center\"><strong>Type<strong></div></th>
</tr>";
}

function tbfooter($taxable,$tax){
return "
<tr>
<th colspan='4'> <div align=\"center\"><strong>Code<strong></div></th>
<th> <div align=\"center\"><strong>Total<strong></div></th>
<th> <div align=\"center\"><strong>$taxable<strong></div></th>
<th> <div align=\"center\"><strong>$tax<strong></div></th>
<th colspan='3'> <div align=\"center\"><strong>&nbsp;<strong></div></th>
</tr>";
}
?>
<!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>Report</title>
</head>
<body>
<table width="50%" border="1" >
<tr>
<th colspan='11'> <div align="center"><strong>Summary Report </strong></div></th>
</tr>
<th colspan='11'> <div align="center"><strong>รายงานวันที่ <?=$_POST['indate']?></strong></div></th>
</tr>

<?
$strSQL = "SELECT * From invoice
Where date = '$dateStart' and type = '$Type'";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");

$i=1;
$ticket = "";
$footer = "";
$taxable = 0;
$tax = 0;
while($objResult = mysql_fetch_array($objQuery))
{
if($ticket != $objResult["Ticket_No"]){
    if($i > 1) echo  tbfooter($taxable,$tax);
echo tbheader($objResult["Invoice_No"] , $objResult["Ticket_No"]);
$ticket = $objResult["Ticket_No"];
$i=1;
$taxable = 0;
$tax = 0;
}
?>
<tr>
<td><div align="center"><?=$i;?></div></td>
<td><div align="center"><?=$objResult["Ticket_No"];?></div></td>
<td><div align="center"><?=$objResult["date"];?></div></td>
<td><div align="left"><?=$objResult["Code"];?></div></td>
<td><div align="left"><?=$objResult["Name"];?></div></td>
<td><div align="center"><?=$objResult["inv_no"];?></div></td>
<td><div align="center"><?=$objResult["Inv_Date"];?></div></td>
<td><div align="right"><?=number_format($objResult["Amount"],2,".",',');?></div></td>
<td><div align="right"><?=number_format($objResult["vat"],2,".",',');?></div></td>
<td><div align="center"><?=$objResult["type"];?></div></td>
</tr>
<?
$i++;
$taxable += $objResult["Amount"];
$tax += $objResult["vat"];
}
echo  tbfooter($taxable,$tax);
?>
</table>
<table width="100%" border="1" >
<tr>
<th colspan="5"> <div align="center"><strong>Total: <strong></div></th>
</tr>
</table>
</body>
</html>


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 22:16:14 By : sakuraei
 


 

No. 16



โพสกระทู้ ( 32 )
บทความ ( 0 )



สถานะออฟไลน์


เย้ได้แล้วคะ ขอบคุณมากๆๆๆๆๆๆๆ คะ พี่คะ หนูส่งคำขอบคุณได้ทีละครั้งเหรอคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 22:25:08 By : แอน
 


 

No. 17



โพสกระทู้ ( 3,156 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


ครับ วันละหนึ่งครั้งต่อหนึ่งคนครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 22:30:54 By : sakuraei
 


 

No. 18



โพสกระทู้ ( 32 )
บทความ ( 0 )



สถานะออฟไลน์


ค่าาาาา ขอบคุณมากคะ เดี๋ยวหนูคงมีอะไรมาถามพี่เรื่อย ๆ นะคะ ถ้าหนูหาอ่านกระทู้แล้ว หนูยังไม่เข้าใจ หนูขอรบกวนด้วยนะคะ หนูกำลังพยามยามที่จะเรียนรู้ให้เข้าใจคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 22:36:12 By : แอน
 


 

No. 19



โพสกระทู้ ( 3,156 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


ได้เลยครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-18 22:36:54 By : sakuraei
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : รบกวนช่วยแนะนำหนูอีกครั้งคะ พอดีเค้าให้เปลี่ยน Report เป็นแบบตัวอย่างคะ หนูต้องวนลูปนับแบบไหนคะ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 01
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่