diff --git a/app/Models/Monthlypay_model.php b/app/Models/Monthlypay_model.php
index 9f93e424..db7f7cb7 100755
--- a/app/Models/Monthlypay_model.php
+++ b/app/Models/Monthlypay_model.php
@@ -535,11 +535,13 @@ where Month_Year = ? and att.EmpID in (select EmpID from t_attendance)";
$query = $builder->get();
return $query->getResultArray();
}
- public function getheringemployeeinformation(){
+ public function getheringemployeeinformation(){ //active employee only no driver also.
$builder = $this->db->table("t_employee_details as Emp")
->select("Emp.EmpID,Emp.Designation,Emp.Departmentcode,Dep.DEPCode,Emp.Designation,Emp.Departmentcode,Dep.DEPCode,Dep.DepartmentName as DepartmentNamee,Dep.DepartmentName as DepartmentName")
->select("CONCAT_WS(' ', Emp.FirstName, Emp.LastName) AS FullName")
->join("t_departmentdetails as Dep", "Emp.Departmentcode = Dep.DEPCode", "left")
+ ->where('Emp.is_driver != ', 1)
+ ->where('Emp.IsActive', 1)
->orderBy("Emp.EmpID", "asc");
$query = $builder->get();
diff --git a/app/Views/EditservicePurchaseorder.php b/app/Views/EditservicePurchaseorder.php
index dd1eb121..713769ef 100755
--- a/app/Views/EditservicePurchaseorder.php
+++ b/app/Views/EditservicePurchaseorder.php
@@ -1622,8 +1622,8 @@ if (!empty($getlogpodtl)) {
diff --git a/app/Views/accountsDashboard.php b/app/Views/accountsDashboard.php
index ca9777a7..534550c1 100644
--- a/app/Views/accountsDashboard.php
+++ b/app/Views/accountsDashboard.php
@@ -767,9 +767,9 @@
if (typeof item.MasterFile == 'string') {
if (item.MasterFile !== null && item.MasterFile !== undefined && item.MasterFile.trim() !== "") {
modal.find('#MasterFileLabel a').attr('href', '' + 'public/uploads/Igrfiles/' + item.MasterFile);
- modal.find('#MasterFileLabel a').attr('title', 'previously uploaded IGR Master File');
+ modal.find('#MasterFileLabel a').attr('title', 'Previous Upload IGR Master File');
modal.find('#MasterFileLabel a').attr('target', '_blank');
- modal.find('#MasterFileLabel a span').text('previously uploaded - ');
+ modal.find('#MasterFileLabel a span').text('Previous Upload - ');
modal.find('#MasterFileLabel a small').text(item.MasterFile);
modal.find('#MasterFileLabel').show();
}
@@ -1294,10 +1294,10 @@
modal.find('#WeightFileLabel').hide();
console.log(typeof fileName);
if (fileName !== 'null' && fileName !== undefined && fileName.trim() !== "") {
- modal.find('#WeightFileLabel a').attr('title', 'previously uploaded IGR Weight File');
+ modal.find('#WeightFileLabel a').attr('title', 'Previous Upload IGR Weight File');
modal.find('#WeightFileLabel a').attr('href', '' + 'public/uploads/Igrfiles/' + fileName);
modal.find('#WeightFileLabel a').attr('target', '_blank');
- modal.find('#WeightFileLabel a span').text('previously uploaded - ');
+ modal.find('#WeightFileLabel a span').text('Previous Upload - ');
modal.find('#WeightFileLabel a small').text(fileName);
modal.find('#WeightFileLabel').show();
}
diff --git a/app/Views/editCapitalAmendPO.php b/app/Views/editCapitalAmendPO.php
index 86f8dcf1..dd753064 100755
--- a/app/Views/editCapitalAmendPO.php
+++ b/app/Views/editCapitalAmendPO.php
@@ -1679,9 +1679,9 @@ if (!empty($POItem) && $CapitalRange == '1') {
+
-
-
+
-
-
+
+
+
-
+
+
+
+
+
+
+
+
-
+
+
+
+
-
+
'ViewPer', 'value' => set_value('ViewPer'), 'id' => 'ViewPer', 'class' => 'form-control', 'readonly' => 'true');
echo form_input($data); ?>
-
+
+
- 'ViewCPTotalAmount', 'value' => set_value('ViewCPTotalAmount'), 'id' => 'ViewCPTotalAmount', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
+
+ 'ViewCPTotalAmount', 'value' => set_value('ViewCPTotalAmount'), 'id' => 'ViewCPTotalAmount', 'class' => 'form-control num', 'readonly' => 'true');
+ echo form_input($data);
+ ?>
+
+
+
+
+
-
+
+
-
+
+
+
-
-
+
'NOOfTripslocview', 'value' => set_value('NOOfTripslocview'), 'id' => 'NOOfTripslocview', 'class' => 'form-control num', 'onchange' => 'calculateFreightlocviewper();', 'disabled' => 'disabled');
echo form_input($data);
?>
-
+
'txtFreightlocview', 'value' => set_value('txtFreightlocview'), 'id' => 'txtFreightlocview', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'calculateFreightlocviewper();', 'disabled' => 'disabled');
echo form_input($data);
?>
-
+
'txtAfterFreightlocview', 'value' => set_value('txtAfterFreightlocview'), 'id' => 'txtAfterFreightlocview', 'class' => 'form-control num', 'readonly' => 'true');
echo form_input($data);
?>
-
+
+
+
+
+
- 'ViewAfterCgst', 'value' => set_value('ViewAfterCgst'), 'id' => 'ViewAfterCgst', 'class' => 'form-control num', 'placeholder' => 'After CGST', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
+
+ 'ViewAfterCgst', 'value' => set_value('ViewAfterCgst'), 'id' => 'ViewAfterCgst', 'class' => 'form-control num', 'placeholder' => 'After CGST', 'readonly' => 'true');
+ echo form_input($data);
+ ?>
+
+
+
+
+
+
+
+
+
@@ -3311,12 +3337,14 @@ if (!empty($getlogpodtl)) {
?>
-
-
+
+
+
+
+
+
+
+
-
-
-
-
@@ -3558,7 +3592,7 @@ if (!empty($getlogpodtl)) {
-
+
@@ -3655,9 +3715,10 @@ if (!empty($getlogpodtl)) {
-
-
-
+
+
+
+
-
+
+
-
-
-
-
-
-
-
-
+
diff --git a/app/Views/editEmployeenew.php b/app/Views/editEmployeenew.php
index d0620151..267149cc 100755
--- a/app/Views/editEmployeenew.php
+++ b/app/Views/editEmployeenew.php
@@ -247,7 +247,7 @@ if (!empty($EmpDetails)) {
ProfilePic){ ?>
- previously uploaded profile picture -
+ Previous Upload -
= $Emp->ProfilePic; ?>
diff --git a/app/Views/editImportAmendPO.php b/app/Views/editImportAmendPO.php
index 8a4dd993..f9139f75 100755
--- a/app/Views/editImportAmendPO.php
+++ b/app/Views/editImportAmendPO.php
@@ -1586,9 +1586,9 @@ if (!empty($RequistionDetails)) {
@@ -418,9 +416,8 @@ if (!empty($supplier)) {
@@ -457,9 +454,9 @@ if (!empty($supplier)) {
@@ -79,6 +79,8 @@
Create Date |
Create By |
Employee Name |
+ From Date |
+ To Date |
Number Of Days |
Status |
Action |
@@ -90,25 +92,33 @@
foreach ($leave_info as $d) {
$createdat = new DateTime($d['created_on']);
$crdate = $createdat->format('d-m-Y');
- $crtime = $createdat->format('h:i A');
+ $crtime = $createdat->format('h:i A');
+ $startat = new DateTime($d['start_date']);
+ $stdate = $startat->format('d-m-Y');
+ $endat = new DateTime($d['end_date']);
+ $eddate = $endat->format('d-m-Y');
?>
| = esc($crdate) ?> |
= esc($d['creatorFullName']) ?> |
= esc($d['employeeFullName']) ?> |
+ = esc($stdate) ?> |
+ = esc($eddate) ?> |
= esc($d['no_of_days']) ?> |
= esc($d['status']) ?> |
- '>
+ ' data-toggle="tooltip" title=" - Click here to view Employee Leave Details">
+
+
@@ -152,7 +162,7 @@
Employee Name
-
|