diff --git a/app/Controllers/StockController.php b/app/Controllers/StockController.php index 68602ec4..28bbc206 100644 --- a/app/Controllers/StockController.php +++ b/app/Controllers/StockController.php @@ -64,7 +64,7 @@ class StockController extends BaseController $postData['perHourCoatingSandQTY'] = number_format((float)$postData['totalCoatingSandInKg'] / $machineRunningInHrs, 2, '.', ''); - //dd( $postData['perHourCoatingSandQTY']); + $inserted= $this->coatingMachineDetails_model->insert($postData); diff --git a/app/Views/CoatingMachineDetail.php b/app/Views/CoatingMachineDetail.php index cdeef485..77447c76 100644 --- a/app/Views/CoatingMachineDetail.php +++ b/app/Views/CoatingMachineDetail.php @@ -289,26 +289,26 @@
- + *
- + *
- + *
- + * @@ -318,25 +318,25 @@
- + *
- + *
- + *
- + * @@ -464,7 +464,7 @@ $(document).ready(function() { $('#editTotalCoatingSandId').val(totalCoatingSandInKg); $('#editTotalGasConsumptionId').val(totalGasConsumption); $('#editCoatingMachineDetailId').val(row.data('id')); - + // Show the modal $('#editCoatingMachineDetailModal').modal('show'); diff --git a/app/Views/attendance.php b/app/Views/attendance.php index 60aa202e..562a2050 100755 --- a/app/Views/attendance.php +++ b/app/Views/attendance.php @@ -286,9 +286,9 @@ $currentday = date('d'); title=" " title="sunday" class="celda_encabezado_general" > " . $col . "W"; @@ -303,9 +303,9 @@ $currentday = date('d'); title="sunday" class="celda_encabezado_general" > " . $col . "OT"; @@ -382,9 +382,9 @@ $currentday = date('d'); onkeyup="myFunction(this.parentNode.id,this.id,this.textContent);" id="" contenteditable="true" tabindex=""> $WH)) { @@ -398,9 +398,9 @@ $currentday = date('d'); onkeyup="myFunction(this.parentNode.id,this.id,this.textContent);" id="" contenteditable="true" tabindex=""> $OT)) { @@ -467,7 +467,7 @@ $currentday = date('d');
+ >
diff --git a/app/Views/includes/new_header.php b/app/Views/includes/new_header.php index 85e60b79..f5dafc3f 100755 --- a/app/Views/includes/new_header.php +++ b/app/Views/includes/new_header.php @@ -587,6 +587,8 @@
- - + +
+ + + - + + + + + + + + +