From 6c2bd3b61a22c77530342c3bae21f887f982b519 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Fri, 4 Apr 2025 12:22:01 +0530 Subject: [PATCH 1/2] stock module - 04-04-2025 --- app/Controllers/Inwardgateregister.php | 11 ++- app/Views/gasCylinderPending.php | 2 +- app/Views/gasCylinderReturned.php | 123 +------------------------ 3 files changed, 14 insertions(+), 122 deletions(-) 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 @@ Bill Date Driver Name Vehicle No - Gas Details -

No Gas Cylinder Entered in the Given Dates..!!

+

No Gas Cylinder Returned in the Given Dates..!!

$gasCylinder): @@ -263,16 +262,7 @@ - - - - - - - - - - + @@ -298,113 +288,6 @@ - - - - - @@ -562,7 +445,7 @@ - +