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 @@
| Customer Name | -Date | -Shift | -Machine On Time | -Machine Off Time | -Machine Running (hr) | -Total Coating | -Total Coating Sand (kg) | -Total Gas Consumption | -Per Hour Gas Consumption | -Per Hour Coating Sand QTY (kg) | -Action | -||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - | - | - | - | - | - | - | - | - | - | - |
-
-
-
-
-
+
| ||||||||||||
| + | + | + | + | + | + | + | + | + | + | + | + + + + + + + + + + + + + + + + | +