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 227b5bfd..38b68481 100755 --- a/app/Views/addEmployeenew.php +++ b/app/Views/addEmployeenew.php @@ -848,6 +848,25 @@ onkeypress="return alpha(event);"> + + +
+
ESI Number + +
+
+
+
+ ESI Rate(%) + * +
diff --git a/app/Views/configlisting.php b/app/Views/configlisting.php index a9d90d96..fcade84d 100755 --- a/app/Views/configlisting.php +++ b/app/Views/configlisting.php @@ -34,6 +34,26 @@ .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%; + } @@ -88,52 +108,51 @@
- +
+ + + + + + + + + + + + + CreatedDate)) == "30-11--0001") { + $cdate = '00-00-0000'; + } else { + $cdate = date('d-m-Y', strtotime($record->CreatedDate)); + } ?> + + + + + -
Create DateConfiguration IDConfiguration NameDescriptionAction
Config_ID ?>ConfigName ?>Comments ?>
- - - - - - - - - - - - - CreatedDate)) == "30-11--0001") { - $cdate = '00-00-0000'; - } else { - $cdate = date('d-m-Y', strtotime($record->CreatedDate)); - } ?> - - - - - - - + - + - - + - -
Create DateConfiguration IDConfiguration NameDescriptionAction
Config_ID ?>ConfigName ?>Comments ?>     - - +     + +
+ } + ?> + +
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%; +} +