diff --git a/daily_reports_with_image.php b/daily_reports_with_image.php
index 726bc6b..6225cf5 100644
--- a/daily_reports_with_image.php
+++ b/daily_reports_with_image.php
@@ -43,375 +43,393 @@ $array_orders = getSubItem($dateToday);
?>
-
+
+
-
- | |
-
-
-
-
-
-
-
-
-
-
- Daily Reports
-
-
+
+
+
+
+
+ | |
+
+
+
+
+
+
+
+
+
+
+ Daily Reports
+
+
+ prepare("SELECT t.StoreName, o.ProductId, o.FormUsed, o.ProductName, o.NAME, o.NUMBER, o.Size, o.JerseySize, o.ShortsSize, o.Price, o.Quantity, (o.Price * o.Quantity) AS TotalPrice, ((o.Price * o.Quantity) * 0.10) AS Tax,
o.DateCreated, pd.InvoiceNumber, pd.Payer_Email FROM orders AS o
INNER JOIN payment_details AS pd ON pd.CartKey = o.CartKey
@@ -427,207 +445,233 @@ $array_orders = getSubItem($dateToday);
while ($row = $q->fetch()) {
?>
-
-
-
-
-
-
- Store:
- |
-
-
- |
-
-
-
-
-
-
- $thumb_val){
- // echo $thumb_val['Image'];
- echo '  ';
+
+
+
+
+
+
+ Store:
+ |
+
+
+ |
+
+
+
+
+
+
+ $thumb_val){
+ // echo $thumb_val['Image'];
+ echo '  ';
+ }
+ ?>
+
+
+
+
+ | # |
+ Name |
+ Number |
+ Jersey Size |
+ Shorts Size |
+ Quantity |
+
+
+
+ | # |
+ Size |
+ Quantity |
+
+
+
+
+ | Quantity |
+
+
+
+ | # |
+ Name |
+ Number |
+ Quantity |
+
+
+
+ | # |
+ Name |
+ Number |
+ Size |
+ Quantity |
+
+
+
+ | # |
+ Number |
+ Quantity |
+
+
+
+ | # |
+ Name |
+ Size |
+ Price |
+ Quantity |
+
+
+ $val){
+ if($val['ProductId'] == $row['ProductId']){
+
+ if($row['FormUsed']=="jersey-and-shorts-form"){
+ ?>
+
+ |
+
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+
+ | |
+ |
+ |
+
+
+
+ | |
+ |
+
+
+
+ | |
+ |
+ |
+ |
+
+
+
+
+ | |
+ |
+ |
+ |
+ |
+
+
+
+ | |
+ |
+ |
+
+
+
+ | |
+ |
+ |
+ |
+
+
-
-
-
-
- | # |
- Name |
- Number |
- Jersey Size |
- Shorts Size |
- Quantity |
-
-
-
- | # |
- Size |
- Quantity |
-
-
-
-
- | Quantity |
-
-
-
- | # |
- Name |
- Number |
- Quantity |
-
-
-
- | # |
- Name |
- Number |
- Size |
- Quantity |
-
-
-
- | # |
- Number |
- Quantity |
-
-
+
+
- $i=1;
-
- foreach($array_orders as $key => $val){
- if($val['ProductId'] == $row['ProductId']){
-
- if($row['FormUsed']=="jersey-and-shorts-form"){
- ?>
-
- |
-
- |
-
-
- |
- |
- |
- |
- |
-
-
-
- | |
- |
- |
-
-
-
- | |
- |
-
-
-
- | |
- |
- |
- |
-
-
-
-
- | |
- |
- |
- |
- |
-
-
-
- | |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
+ |
+
+
+
+
+
-
- |
-
-
+
+ |
+
+
+ |
+
+
+
+
+
+
+
- |
- |
-
-
-
-
+
+
+ |
+ |
+
+
+
+
+
\ No newline at end of file
| |