From 22de98c308edad3b61c0ec7c9902298bb5bec3e5 Mon Sep 17 00:00:00 2001 From: vadivel J Date: Wed, 9 Oct 2024 11:24:31 +0530 Subject: [PATCH] client change req in emp module -vadivelJ --- app/Controllers/StockController.php | 2 +- app/Views/CoatingMachineDetail.php | 18 ++++---- app/Views/attendance.php | 18 ++++---- app/Views/includes/new_header.php | 71 ++++++++++++++++++----------- 4 files changed, 64 insertions(+), 45 deletions(-) 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 @@
- - + +
+ + + - + + + + + + + + +