diff --git a/app/Views/CoatingMachineDetail.php b/app/Views/CoatingMachineDetail.php
index 85fbd1dd..2cb152c4 100644
--- a/app/Views/CoatingMachineDetail.php
+++ b/app/Views/CoatingMachineDetail.php
@@ -123,6 +123,15 @@
text-align: center;
}
+ .celda_encabezado_total {
+ background-color:#ffffff;
+ border: 1px solid #ccc;
+ color: #ffffff;
+ font-weight: bold;
+ padding: 6px 10px;
+ text-align: center;
+ }
+
._Separador {
background-color: #fff;
height: 12px;
@@ -282,8 +291,7 @@
Total Coating Sand(kg) |
Total Gas Consumption |
Hour Gas |
- Hour QTY(kg)
- |
+ Hour QTY(kg) |
Customer Name |
Action |
@@ -293,6 +301,8 @@
if (!empty($coatingMachineDetails)) {
+ $summary = [] ;
+
foreach ($coatingMachineDetails as $record) {
?>
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ | Total valu |
+ Shift |
+ Machine On Time |
+ Machine Off Time |
+ Machine Running(hr) |
+ Total Coating |
+ Total Coating Sand(kg) |
+ Total Gas Consumption |
+ Hour Gas |
+ Hour QTY(kg) |
+
+
+
+
+
+
+ |
+ Total
+ |
+
+
+ - |
+ - |
+ - |
+ - |
+ =$summary['totalCoating']?> |
+ =$summary['totalCoatingSandInKg']?> |
+ =$summary['totalGasConsumption']?> |
+ =$summary['perHourGasConsumption']?> |
+ =$summary['perHourCoatingSandQTY']?> |
+
+
+
+
+
+
+
+
+
diff --git a/app/Views/dustAndRoughStockDetails.php b/app/Views/dustAndRoughStockDetails.php
index 83b4d88e..395ac55e 100644
--- a/app/Views/dustAndRoughStockDetails.php
+++ b/app/Views/dustAndRoughStockDetails.php
@@ -254,6 +254,9 @@
$dustAndRoughStockDetail){
?>
= $dustAndRoughStockDetail['total'] ?>
-
+
+
+
+
+
+
+
+
+
+
+ | Total |
+ Final Rough |
+ Dust |
+ Total |
+
+
+
+
+
+
+ |
+ Total
+ |
+
+ =$summary['finalRough']?> |
+ =$summary['dust']?> |
+ =$summary['total']?> |
+
+
+
+
+