From f8f2ef3f6581dd596efbf91bb9e27fc645b4ff49 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Tue, 17 Sep 2024 08:41:11 +0530 Subject: [PATCH 1/5] fixed bugs from tracker date -12/09/2024 employee module Additional - vadivel J --- app/Views/editEmployeenew.php | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/app/Views/editEmployeenew.php b/app/Views/editEmployeenew.php index cde5b058..20cda936 100755 --- a/app/Views/editEmployeenew.php +++ b/app/Views/editEmployeenew.php @@ -254,10 +254,14 @@ if (!empty($EmpDetails)) { class="form-control w-50" readonly> -
+
+
- - name="isactive" value="1"> Is Active + + name="isactive" value="1">   +
@@ -402,8 +406,9 @@ if (!empty($EmpDetails)) {
Current address same as permanent - address + onclick="CheckClick"> +
@@ -1066,6 +1071,7 @@ if (!empty($EmpDetails)) {
+
From e5934f2d7f6f57bea43f67a20995214d7539aa64 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Tue, 17 Sep 2024 09:21:27 +0530 Subject: [PATCH 2/5] fixed bugs from tracker date -12/09/2024 employee module Additional fix-2 - vadivel J --- app/Views/editEmployeenew.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/app/Views/editEmployeenew.php b/app/Views/editEmployeenew.php index 20cda936..ee71c091 100755 --- a/app/Views/editEmployeenew.php +++ b/app/Views/editEmployeenew.php @@ -207,27 +207,29 @@ if (!empty($EmpDetails)) {
-
+
your image -
+
-
+
+ +

- + @@ -283,7 +285,7 @@ if (!empty($EmpDetails)) {
-
- +
'Select'); if (!empty($PoTypeOptions)) { - foreach ($PoTypeOptions as $POpt) : + foreach ($PoTypeOptions as $POpt): - $optionsPO[$POpt->ConfigValue] = $POpt->ConfigValue; + $optionsPO[$POpt->ConfigValue] = $POpt->ConfigValue; endforeach; } @@ -2636,10 +2640,10 @@ if (!empty($INRSYMBOL)) { $options1 = array("0" => 'Select Payment method'); //print_r( $options); if (!empty($Payment)) { - foreach ($Payment as $payment) : + foreach ($Payment as $payment): - $options1[$payment->PaymentID] = $payment->PaymentTerms; + $options1[$payment->PaymentID] = $payment->PaymentTerms; endforeach; } @@ -2651,7 +2655,7 @@ if (!empty($INRSYMBOL)) {
'Otherpayment', 'Otherpayment' => set_value('Otherpayment'), 'id' => 'Otherpayment', 'class' => 'form-control', 'required' => 'true'); + $data = array('name' => 'Otherpayment', 'Otherpayment' => set_value('Otherpayment'), 'id' => 'Otherpayment', 'class' => 'form-control', 'required' => 'true'); echo form_input($data); ?>
@@ -2665,10 +2669,10 @@ if (!empty($INRSYMBOL)) {
- +
'InsuranceNumber', 'value' => set_value('InsuranceNumber'), 'id' => 'InsuranceNumber', 'class' => 'form-control', 'required' => 'true'); + $data = array('name' => 'InsuranceNumber', 'value' => set_value('InsuranceNumber'), 'id' => 'InsuranceNumber', 'class' => 'form-control', 'required' => 'true'); echo form_input($data); ?>
@@ -2707,38 +2712,47 @@ if (!empty($INRSYMBOL)) {
- IS THIS OPEN ORDER FORMAT + IS THIS OPEN + ORDER FORMAT
+