| id; ?> |
created_date; ?> created_time; ?> |
@@ -88,18 +88,18 @@
from_date == "" && $value->to_date == "") { ?>
perm_date);?>
- from_time); ?> to
+ from_time); ?> to
to_time);; ?>
|
-
+
from_date); echo ' to ';?> to_date);?> |
no_of_days == 0){ ?>
--- |
no_of_days; ?> |
-
+
status == 'pending'){ ?>
status; ?> |
status == 'canceled'){ ?>
status; ?> |
status == 'withdraw-pending'){ ?>
+ status; ?> |
+ status == 'Withdraw-declined'){ ?>
+ status; ?> By DeclineBy; ?> DReason; ?> |
+ status == 'Withdraw-Approved'){ ?>
+ status; ?> |
+
-
+
status == 'pending') { ?>
+ status == 'Approved') { ?>
+
+
+
+
-
|
@@ -151,13 +166,13 @@
var id = $(this).attr('id');
var url = "Employee/deleteEmp";
- $.ajax({
+ $.ajax({
url: "Employee/getDeleteConfirmationPopup",
type:"GET",
success:function(data){
$('#popup').html(JSON.parse(data));
$('.delete_id').attr('value',id);
- $('.delete_url').attr('action',url);
+ $('.delete_url').attr('action',url);
}
});
});
@@ -165,7 +180,7 @@
$(document).on('click','.bi-card-list',function(){
var id = $(this).attr("id")
- $.ajax({
+ $.ajax({
type: "get",
url: "Employee/view_emp_history/"+id,
success: function(response) {