diff --git a/app/Controllers/Inwardgateregister.php b/app/Controllers/Inwardgateregister.php index 65814599..b08f0bec 100755 --- a/app/Controllers/Inwardgateregister.php +++ b/app/Controllers/Inwardgateregister.php @@ -558,7 +558,16 @@ class Inwardgateregister extends BaseController } $CreatedBy = $this->session->get('userId'); - $igrDetails = array('IGRNO' => $IGRNO, 'MaterialCode' => $MaterialCode, 'QuantityAsPerInvoice' => $QuantityAsPerInvoice, 'Remarks' => $Remarks, 'IGRItemStatus' => $IGRItemStatus,'GrossWeight' => (float)$GrossWeight ,'GrossWeightDate'=> $GrossWeightDate,'TareWeight' => (float)$TareWeight ,'TareWeightDate' => $TareWeightDate ,'NetWeight' => (float)$NetWeight, 'CreatedBy' => $CreatedBy, 'CreatedDate' => $createddt); + + $igrDetails = array( + 'IGRNO' => $IGRNO, 'MaterialCode' => $MaterialCode, 'QuantityAsPerInvoice' => $QuantityAsPerInvoice, + 'Remarks' => $Remarks, 'IGRItemStatus' => $IGRItemStatus,'GrossWeight' => (float)$GrossWeight , + 'GrossWeightDate'=> $GrossWeightDate,'TareWeight' => (float)$TareWeight ,'TareWeightDate' => $TareWeightDate , + 'NetWeight' => (float)$NetWeight, 'CreatedBy' => $CreatedBy, 'CreatedDate' => $createddt, + + //current change 04-04-2025 by vadivel + 'mIGRStatus' => $IGRStatus); + $igrDetails['WeightFile'] = $requestWeightFileName; log_message('error', 'SaveIGR igrDetails result : ' . json_encode($igrDetails)); diff --git a/app/Views/gasCylinderPending.php b/app/Views/gasCylinderPending.php index a2dd2ee7..90e33ac0 100644 --- a/app/Views/gasCylinderPending.php +++ b/app/Views/gasCylinderPending.php @@ -232,7 +232,7 @@ -
No Gas Cylinder Entered in the Given Dates..!!
+No Gas Cylinder Pending in the Given Dates..!!
$gasCylinder): diff --git a/app/Views/gasCylinderReturned.php b/app/Views/gasCylinderReturned.php index 68353c4b..bffa6458 100644 --- a/app/Views/gasCylinderReturned.php +++ b/app/Views/gasCylinderReturned.php @@ -225,13 +225,12 @@No Gas Cylinder Entered in the Given Dates..!!
+No Gas Cylinder Returned in the Given Dates..!!
$gasCylinder): @@ -263,16 +262,7 @@