From a5dae07787b5b89c6673e078ea0b910133aaa43e Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Fri, 13 Sep 2024 11:20:47 +0530 Subject: [PATCH] fixed bugs from tracker date -12/09/2024 --- app/Views/POlist.php | 42 ++++++++++++++-- app/Views/addEmployeenew.php | 2 +- app/Views/configlisting.php | 29 +++++++++-- app/Views/editServiceAmendPO.php | 20 ++++++-- app/Views/editrequisitionform.php | 44 +++++++++++++---- app/Views/importpo.php | 82 ++++++++++++++++++++++++------- 6 files changed, 179 insertions(+), 40 deletions(-) diff --git a/app/Views/POlist.php b/app/Views/POlist.php index da983066..66ffaf2c 100755 --- a/app/Views/POlist.php +++ b/app/Views/POlist.php @@ -169,11 +169,40 @@ StatusCode; - if ($statusCode == PO_DRAFT || $statusCode == PO_CREATED) { ?> -     + if ($statusCode == PO_DRAFT || $statusCode == PO_CREATED) { + + + + ?> + + + + + +     + + -             + } else { + + ?> + + + + + +         + + +     + + @@ -278,4 +307,9 @@ $(document).ready(function() { } }); }); + +$(document).ready(function(){ + $('[data-toggle="tooltip"]').tooltip(); +}); + \ No newline at end of file diff --git a/app/Views/addEmployeenew.php b/app/Views/addEmployeenew.php index f8f47c6c..140966aa 100755 --- a/app/Views/addEmployeenew.php +++ b/app/Views/addEmployeenew.php @@ -872,7 +872,7 @@ onkeypress="return isNumberKey(event)"> -
+
ESI Rate(%) * diff --git a/app/Views/configlisting.php b/app/Views/configlisting.php index 05ee9fb4..4997cca6 100755 --- a/app/Views/configlisting.php +++ b/app/Views/configlisting.php @@ -34,6 +34,28 @@ .icon-button:hover { color: #0056b3; } + + td { + padding-left: 0; + padding-right: 0; +} + +td { + padding-left: 0; + padding-right: 0; +} + +.configIdTh{ + text-align:center !important; + width:15%; +} + +.configIdTd{ + text-align:center !important; + width:15%; +} + + @@ -96,7 +118,7 @@ Create Date - Configuration ID + Configuration ID Configuration Name Description Action @@ -114,7 +136,7 @@ $cdate = date('d-m-Y', strtotime($record->CreatedDate)); } ?> - Config_ID ?> + Config_ID ?> ConfigName ?> Comments ?> @@ -125,7 +147,8 @@ -     + +     diff --git a/app/Views/editServiceAmendPO.php b/app/Views/editServiceAmendPO.php index faf6c2b0..6a028107 100755 --- a/app/Views/editServiceAmendPO.php +++ b/app/Views/editServiceAmendPO.php @@ -753,11 +753,11 @@ foreach ($PaymentTerms as $TER) {
- - - - -
+ + + + +
+ + + + +
+
+
+ + +
diff --git a/app/Views/editrequisitionform.php b/app/Views/editrequisitionform.php index db11431b..4ed9849e 100755 --- a/app/Views/editrequisitionform.php +++ b/app/Views/editrequisitionform.php @@ -50,6 +50,32 @@ if (!empty($ReqPOType)) { font-size: 14px; } +td { + padding-left: 0; + padding-right: 0; +} + +td { + padding-left: 0; + padding-right: 0; +} + +.th-materialCode{ + text-align:center !important; + width:15%; +} + + +.th-requestedQuantity{ + text-align:center !important; + width:15%; +} + +.th-PoQuantity{ + text-align:center !important; + width:15%; +} +