diff --git a/app/Controllers/StockController.php b/app/Controllers/StockController.php index aa0dcd83..7e175641 100644 --- a/app/Controllers/StockController.php +++ b/app/Controllers/StockController.php @@ -51,6 +51,7 @@ class StockController extends BaseController public function addNewCoatingMachineDetails(){ $postData=$this->request->getPost(); + $inserted= $this->coatingMachineDetails_model->insert($postData); diff --git a/app/Views/CoatingMachineDetail.php b/app/Views/CoatingMachineDetail.php index 1a6309bc..af5ab65d 100644 --- a/app/Views/CoatingMachineDetail.php +++ b/app/Views/CoatingMachineDetail.php @@ -74,7 +74,9 @@
- +
-
+
- - + +
@@ -110,76 +113,80 @@
- +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +
Customer NameDateShiftMachine On TimeMachine Off TimeMachine Running (hr)Total CoatingTotal Coating Sand (kg)Total Gas ConsumptionPer Hour Gas ConsumptionPer Hour Coating Sand QTY (kg)Action
- - -     - - + - - -     - + + - - - - + + + + + + + + + + + + - - - -
DateShiftMachine On TimeMachine Off TimeMachine Running (hr)Total CoatingTotal Coating Sand (kg)Total Gas ConsumptionPer Hour Gas ConsumptionPer Hour Coating Sand QTY (kg) + Customer NameAction
+ +
+ + +     + + + + + + +     + + + + + +
@@ -192,223 +199,380 @@ -