<html>
<head>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<link href="https://nightly.datatables.net/css/jquery.dataTables.css" rel="stylesheet" type="text/css" />
<script src="https://nightly.datatables.net/js/jquery.dataTables.js"></script>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link href="https://cdn.datatables.net/rowgroup/1.1.2/css/rowGroup.dataTables.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.datatables.net/rowgroup/1.1.2/js/dataTables.rowGroup.js"></script>
<link href="https://cdn.datatables.net/select/1.3.1/css/select.dataTables.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.datatables.net/select/1.3.1/js/dataTables.select.js"></script>
<meta charset=utf-8 />
<title>DataTables - JS Bin</title>
</head>
<body>
<div class="container">
<table id="example" class="display nowrap" width="100%">
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th>Date</th>
<th>Total Hours</th>
</tr>
</thead>
</table>
</div>
</body>
</html>
body {
font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #333;
background-color: #fff;
}
$(document).ready(function() {
var today = new Date();
var date = today.getFullYear() + ('0' + (today.getMonth()+1)).slice(-2) + ('0' + today.getDate()).slice(-2);
var collapsedGroups = {};
var top = '';
var parent = '';
var totalHours= 0;
var dataSet = [{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-05-06","created_by":"BOBBRI","created_on":"2020-08-11-15.29.04.000000","time_log_date_yyyymmdd":"20200506","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-06-01","created_by":"BOBBRI","created_on":"2020-08-11-15.29.06.000000","time_log_date_yyyymmdd":"20200601","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/01\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-07-02","created_by":"BOBBRI","created_on":"2020-08-11-15.29.08.000000","time_log_date_yyyymmdd":"20200702","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-07-17","created_by":"BOBBRI","created_on":"2020-08-11-15.29.10.000000","time_log_date_yyyymmdd":"20200717","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-11-25","created_by":"BOBBRI","created_on":"2020-08-11-15.29.25.000000","time_log_date_yyyymmdd":"20201125","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-12-17","created_by":"BOBBRI","created_on":"2020-08-11-15.29.29.000000","time_log_date_yyyymmdd":"20201217","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-12-18","created_by":"BOBBRI","created_on":"2020-08-11-15.29.31.000000","time_log_date_yyyymmdd":"20201218","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-12-21","created_by":"BOBBRI","created_on":"2020-08-11-15.29.33.000000","time_log_date_yyyymmdd":"20201221","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-12-22","created_by":"BOBBRI","created_on":"2020-08-11-15.29.35.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-12-23","created_by":"BOBBRI","created_on":"2020-08-11-15.29.37.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-12-28","created_by":"BOBBRI","created_on":"2020-08-11-15.29.39.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-12-29","created_by":"BOBBRI","created_on":"2020-08-11-15.29.41.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-12-30","created_by":"BOBBRI","created_on":"2020-08-11-15.29.43.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-01-02","created_by":"NEVER","created_on":"2020-08-11-15.30.03.000000","time_log_date_yyyymmdd":"20200102","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-01-03","created_by":"NEVER","created_on":"2020-08-11-15.30.05.000000","time_log_date_yyyymmdd":"20200103","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/03\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-01-20","created_by":"NEVER","created_on":"2020-08-11-15.30.07.000000","time_log_date_yyyymmdd":"20200120","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/20\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-02-11","created_by":"NEVER","created_on":"2020-08-11-15.30.09.000000","time_log_date_yyyymmdd":"20200211","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-03-06","created_by":"NEVER","created_on":"2020-08-11-15.30.11.000000","time_log_date_yyyymmdd":"20200306","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-04-10","created_by":"NEVER","created_on":"2020-08-11-15.30.13.000000","time_log_date_yyyymmdd":"20200410","comments":null,"out_of_office":"Vacation Day","time_log_date":"04\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-05-06","created_by":"NEVER","created_on":"2020-08-11-15.30.16.000000","time_log_date_yyyymmdd":"20200506","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-06-12","created_by":"NEVER","created_on":"2020-08-11-15.30.18.000000","time_log_date_yyyymmdd":"20200612","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/12\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-06-19","created_by":"NEVER","created_on":"2020-08-11-15.30.20.000000","time_log_date_yyyymmdd":"20200619","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/19\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-06-26","created_by":"NEVER","created_on":"2020-08-11-15.30.22.000000","time_log_date_yyyymmdd":"20200626","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/26\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-07-07","created_by":"NEVER","created_on":"2020-08-11-15.30.24.000000","time_log_date_yyyymmdd":"20200707","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/07\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-07-10","created_by":"NEVER","created_on":"2020-08-11-15.30.26.000000","time_log_date_yyyymmdd":"20200710","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-07-28","created_by":"NEVER","created_on":"2020-08-11-15.30.28.000000","time_log_date_yyyymmdd":"20200728","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-12-21","created_by":"NEVER","created_on":"2020-08-11-15.30.40.000000","time_log_date_yyyymmdd":"20201221","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-12-22","created_by":"NEVER","created_on":"2020-08-11-15.30.42.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-12-23","created_by":"NEVER","created_on":"2020-08-11-15.30.44.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-12-28","created_by":"NEVER","created_on":"2020-08-11-15.30.46.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-12-29","created_by":"NEVER","created_on":"2020-08-11-15.30.48.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-12-30","created_by":"NEVER","created_on":"2020-08-11-15.30.50.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-02-11","created_by":"DANKWA","created_on":"2020-08-11-15.31.14.000000","time_log_date_yyyymmdd":"20200211","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-02-17","created_by":"DANKWA","created_on":"2020-08-11-15.31.16.000000","time_log_date_yyyymmdd":"20200217","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-02-18","created_by":"DANKWA","created_on":"2020-08-11-15.31.18.000000","time_log_date_yyyymmdd":"20200218","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-02-19","created_by":"DANKWA","created_on":"2020-08-11-15.31.21.000000","time_log_date_yyyymmdd":"20200219","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/19\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-02-20","created_by":"DANKWA","created_on":"2020-08-11-15.31.23.000000","time_log_date_yyyymmdd":"20200220","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/20\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-02-21","created_by":"DANKWA","created_on":"2020-08-11-15.31.25.000000","time_log_date_yyyymmdd":"20200221","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-07-02","created_by":"DANKWA","created_on":"2020-08-11-15.31.27.000000","time_log_date_yyyymmdd":"20200702","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-07-13","created_by":"DANKWA","created_on":"2020-08-11-15.31.29.000000","time_log_date_yyyymmdd":"20200713","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/13\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-08-21","created_by":"DANKWA","created_on":"2020-08-11-15.31.31.000000","time_log_date_yyyymmdd":"20200821","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-08-24","created_by":"DANKWA","created_on":"2020-08-11-15.31.33.000000","time_log_date_yyyymmdd":"20200824","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-12-21","created_by":"DANKWA","created_on":"2020-08-11-15.31.37.000000","time_log_date_yyyymmdd":"20201221","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-12-22","created_by":"DANKWA","created_on":"2020-08-11-15.31.39.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-12-23","created_by":"DANKWA","created_on":"2020-08-11-15.31.41.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-05-29","created_by":"DAMAN","created_on":"2020-08-11-15.32.03.000000","time_log_date_yyyymmdd":"20200529","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-07-07","created_by":"DAMAN","created_on":"2020-08-11-15.32.05.000000","time_log_date_yyyymmdd":"20200707","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/07\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-07-08","created_by":"DAMAN","created_on":"2020-08-11-15.32.07.000000","time_log_date_yyyymmdd":"20200708","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/08\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-07-09","created_by":"DAMAN","created_on":"2020-08-11-15.32.09.000000","time_log_date_yyyymmdd":"20200709","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/09\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-07-10","created_by":"DAMAN","created_on":"2020-08-11-15.32.11.000000","time_log_date_yyyymmdd":"20200710","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-08-21","created_by":"DAMAN","created_on":"2020-08-11-15.32.15.000000","time_log_date_yyyymmdd":"20200821","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-08","created_by":"DAMAN","created_on":"2020-08-11-15.32.17.000000","time_log_date_yyyymmdd":"20200908","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/08\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-12-22","created_by":"DAMAN","created_on":"2020-08-11-15.32.32.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-12-23","created_by":"DAMAN","created_on":"2020-08-11-15.32.34.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-12-28","created_by":"DAMAN","created_on":"2020-08-11-15.32.36.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-12-29","created_by":"DAMAN","created_on":"2020-08-11-15.32.38.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-12-30","created_by":"DAMAN","created_on":"2020-08-11-15.32.40.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-01-02","created_by":"HELEN","created_on":"2020-08-11-15.33.16.000000","time_log_date_yyyymmdd":"20200102","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-01-03","created_by":"HELEN","created_on":"2020-08-11-15.33.18.000000","time_log_date_yyyymmdd":"20200103","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/03\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-01-06","created_by":"HELEN","created_on":"2020-08-11-15.33.20.000000","time_log_date_yyyymmdd":"20200106","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-01-07","created_by":"HELEN","created_on":"2020-08-11-15.33.22.000000","time_log_date_yyyymmdd":"20200107","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/07\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-01-08","created_by":"HELEN","created_on":"2020-08-11-15.33.24.000000","time_log_date_yyyymmdd":"20200108","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/08\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-01-09","created_by":"HELEN","created_on":"2020-08-11-15.33.26.000000","time_log_date_yyyymmdd":"20200109","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/09\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-01-10","created_by":"HELEN","created_on":"2020-08-11-15.33.29.000000","time_log_date_yyyymmdd":"20200110","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-05-11","created_by":"HELEN","created_on":"2020-08-11-15.33.31.000000","time_log_date_yyyymmdd":"20200511","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-05-26","created_by":"HELEN","created_on":"2020-08-11-15.33.35.000000","time_log_date_yyyymmdd":"20200526","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/26\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-07-23","created_by":"HELEN","created_on":"2020-08-11-15.33.37.000000","time_log_date_yyyymmdd":"20200723","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-12-28","created_by":"HELEN","created_on":"2020-08-11-15.33.43.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-12-29","created_by":"HELEN","created_on":"2020-08-11-15.33.45.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-12-30","created_by":"HELEN","created_on":"2020-08-11-15.33.47.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-03-03","created_by":"JANER","created_on":"2020-08-11-15.33.59.000000","time_log_date_yyyymmdd":"20200303","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/03\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-03-04","created_by":"JANER","created_on":"2020-08-11-15.34.01.000000","time_log_date_yyyymmdd":"20200304","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-03-05","created_by":"JANER","created_on":"2020-08-11-15.34.03.000000","time_log_date_yyyymmdd":"20200305","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/05\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-03-06","created_by":"JANER","created_on":"2020-08-11-15.34.05.000000","time_log_date_yyyymmdd":"20200306","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-09-08","created_by":"JANER","created_on":"2020-08-11-15.34.09.000000","time_log_date_yyyymmdd":"20200908","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/08\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-09-10","created_by":"JANER","created_on":"2020-08-11-15.34.13.000000","time_log_date_yyyymmdd":"20200910","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-09-14","created_by":"JANER","created_on":"2020-08-11-15.34.17.000000","time_log_date_yyyymmdd":"20200914","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/14\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-09-15","created_by":"JANER","created_on":"2020-08-11-15.34.19.000000","time_log_date_yyyymmdd":"20200915","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/15\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-09-18","created_by":"JANER","created_on":"2020-08-11-15.34.25.000000","time_log_date_yyyymmdd":"20200918","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-11-25","created_by":"JANER","created_on":"2020-08-11-15.34.32.000000","time_log_date_yyyymmdd":"20201125","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-01-06","created_by":"JIMDAN","created_on":"2020-08-11-15.34.46.000000","time_log_date_yyyymmdd":"20200106","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-06-19","created_by":"JIMDAN","created_on":"2020-08-11-15.34.48.000000","time_log_date_yyyymmdd":"20200619","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/19\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-11-16","created_by":"JIMDAN","created_on":"2020-08-11-15.35.10.000000","time_log_date_yyyymmdd":"20201116","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/16\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Atkins","employee_full_name":"Atkins, James","employee_manager_number":"282","sort_date":"2020-01-03","created_by":"JIMATK","created_on":"2020-08-11-15.35.51.000000","time_log_date_yyyymmdd":"20200103","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/03\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Atkins","employee_full_name":"Atkins, James","employee_manager_number":"282","sort_date":"2020-01-06","created_by":"JIMATK","created_on":"2020-08-11-15.35.53.000000","time_log_date_yyyymmdd":"20200106","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Atkins","employee_full_name":"Atkins, James","employee_manager_number":"282","sort_date":"2020-02-19","created_by":"JIMATK","created_on":"2020-08-11-15.35.55.000000","time_log_date_yyyymmdd":"20200219","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/19\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Atkins","employee_full_name":"Atkins, James","employee_manager_number":"282","sort_date":"2020-03-02","created_by":"JIMATK","created_on":"2020-08-11-15.35.57.000000","time_log_date_yyyymmdd":"20200302","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Atkins","employee_full_name":"Atkins, James","employee_manager_number":"282","sort_date":"2020-03-04","created_by":"JIMATK","created_on":"2020-08-11-15.35.59.000000","time_log_date_yyyymmdd":"20200304","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Atkins","employee_full_name":"Atkins, James","employee_manager_number":"282","sort_date":"2020-03-17","created_by":"JIMATK","created_on":"2020-08-11-15.36.01.000000","time_log_date_yyyymmdd":"20200317","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Atkins","employee_full_name":"Atkins, James","employee_manager_number":"282","sort_date":"2020-04-10","created_by":"JIMATK","created_on":"2020-08-11-15.36.03.000000","time_log_date_yyyymmdd":"20200410","comments":null,"out_of_office":"Vacation Day","time_log_date":"04\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Atkins","employee_full_name":"Atkins, James","employee_manager_number":"282","sort_date":"2020-05-15","created_by":"JIMATK","created_on":"2020-08-11-15.36.05.000000","time_log_date_yyyymmdd":"20200515","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/15\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Kenneth","employee_last_name":"Schwass","employee_full_name":"Schwass, Kenneth","employee_manager_number":"126","sort_date":"2020-05-15","created_by":"KENSCH","created_on":"2020-08-11-15.36.15.000000","time_log_date_yyyymmdd":"20200515","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/15\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Kenneth","employee_last_name":"Schwass","employee_full_name":"Schwass, Kenneth","employee_manager_number":"126","sort_date":"2020-08-17","created_by":"KENSCH","created_on":"2020-08-11-15.36.17.000000","time_log_date_yyyymmdd":"20200817","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Kenneth","employee_last_name":"Schwass","employee_full_name":"Schwass, Kenneth","employee_manager_number":"126","sort_date":"2020-08-18","created_by":"KENSCH","created_on":"2020-08-11-15.36.19.000000","time_log_date_yyyymmdd":"20200818","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Kenneth","employee_last_name":"Schwass","employee_full_name":"Schwass, Kenneth","employee_manager_number":"126","sort_date":"2020-08-19","created_by":"KENSCH","created_on":"2020-08-11-15.36.21.000000","time_log_date_yyyymmdd":"20200819","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/19\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Kenneth","employee_last_name":"Schwass","employee_full_name":"Schwass, Kenneth","employee_manager_number":"126","sort_date":"2020-08-20","created_by":"KENSCH","created_on":"2020-08-11-15.36.23.000000","time_log_date_yyyymmdd":"20200820","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/20\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Kenneth","employee_last_name":"Schwass","employee_full_name":"Schwass, Kenneth","employee_manager_number":"126","sort_date":"2020-08-21","created_by":"KENSCH","created_on":"2020-08-11-15.36.25.000000","time_log_date_yyyymmdd":"20200821","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Kenneth","employee_last_name":"Schwass","employee_full_name":"Schwass, Kenneth","employee_manager_number":"126","sort_date":"2020-11-30","created_by":"KENSCH","created_on":"2020-08-11-15.36.27.000000","time_log_date_yyyymmdd":"20201130","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Kenneth","employee_last_name":"Schwass","employee_full_name":"Schwass, Kenneth","employee_manager_number":"126","sort_date":"2020-12-28","created_by":"KENSCH","created_on":"2020-08-11-15.36.29.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Kenneth","employee_last_name":"Schwass","employee_full_name":"Schwass, Kenneth","employee_manager_number":"126","sort_date":"2020-12-29","created_by":"KENSCH","created_on":"2020-08-11-15.36.31.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Kenneth","employee_last_name":"Schwass","employee_full_name":"Schwass, Kenneth","employee_manager_number":"126","sort_date":"2020-12-30","created_by":"KENSCH","created_on":"2020-08-11-15.36.33.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Khalladi","employee_last_name":"Taylor","employee_full_name":"Taylor, Khalladi","employee_manager_number":"282","sort_date":"2020-06-26","created_by":"KHATAY","created_on":"2020-08-11-15.36.42.000000","time_log_date_yyyymmdd":"20200626","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/26\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Khalladi","employee_last_name":"Taylor","employee_full_name":"Taylor, Khalladi","employee_manager_number":"282","sort_date":"2020-08-28","created_by":"KHATAY","created_on":"2020-08-11-15.36.44.000000","time_log_date_yyyymmdd":"20200828","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Khalladi","employee_last_name":"Taylor","employee_full_name":"Taylor, Khalladi","employee_manager_number":"282","sort_date":"2020-10-28","created_by":"KHATAY","created_on":"2020-08-11-15.36.46.000000","time_log_date_yyyymmdd":"20201028","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Khalladi","employee_last_name":"Taylor","employee_full_name":"Taylor, Khalladi","employee_manager_number":"282","sort_date":"2020-12-21","created_by":"KHATAY","created_on":"2020-08-11-15.36.52.000000","time_log_date_yyyymmdd":"20201221","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Khalladi","employee_last_name":"Taylor","employee_full_name":"Taylor, Khalladi","employee_manager_number":"282","sort_date":"2020-12-22","created_by":"KHATAY","created_on":"2020-08-11-15.36.54.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Khalladi","employee_last_name":"Taylor","employee_full_name":"Taylor, Khalladi","employee_manager_number":"282","sort_date":"2020-12-23","created_by":"KHATAY","created_on":"2020-08-11-15.36.56.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Khalladi","employee_last_name":"Taylor","employee_full_name":"Taylor, Khalladi","employee_manager_number":"282","sort_date":"2020-12-28","created_by":"KHATAY","created_on":"2020-08-11-15.36.58.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-01-20","created_by":"LEORUI","created_on":"2020-08-11-15.37.30.000000","time_log_date_yyyymmdd":"20200120","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/20\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-03-09","created_by":"LEORUI","created_on":"2020-08-11-15.37.32.000000","time_log_date_yyyymmdd":"20200309","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/09\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-07-02","created_by":"LEORUI","created_on":"2020-08-11-15.37.34.000000","time_log_date_yyyymmdd":"20200702","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-07-06","created_by":"LEORUI","created_on":"2020-08-11-15.37.36.000000","time_log_date_yyyymmdd":"20200706","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-12-14","created_by":"LEORUI","created_on":"2020-08-11-15.37.49.000000","time_log_date_yyyymmdd":"20201214","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/14\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-12-15","created_by":"LEORUI","created_on":"2020-08-11-15.37.51.000000","time_log_date_yyyymmdd":"20201215","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/15\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-12-16","created_by":"LEORUI","created_on":"2020-08-11-15.37.53.000000","time_log_date_yyyymmdd":"20201216","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/16\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-12-17","created_by":"LEORUI","created_on":"2020-08-11-15.37.55.000000","time_log_date_yyyymmdd":"20201217","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-12-18","created_by":"LEORUI","created_on":"2020-08-11-15.37.57.000000","time_log_date_yyyymmdd":"20201218","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-12-21","created_by":"LEORUI","created_on":"2020-08-11-15.37.59.000000","time_log_date_yyyymmdd":"20201221","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-12-22","created_by":"LEORUI","created_on":"2020-08-11-15.38.01.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-12-23","created_by":"LEORUI","created_on":"2020-08-11-15.38.03.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-12-28","created_by":"LEORUI","created_on":"2020-08-11-15.38.05.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-12-29","created_by":"LEORUI","created_on":"2020-08-11-15.38.07.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-12-30","created_by":"LEORUI","created_on":"2020-08-11-15.38.09.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Elizabeth","employee_last_name":"Paulsen","employee_full_name":"Paulsen, Elizabeth","employee_manager_number":"282","sort_date":"2020-02-04","created_by":"LIBPAU","created_on":"2020-08-11-15.38.39.000000","time_log_date_yyyymmdd":"20200204","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Elizabeth","employee_last_name":"Paulsen","employee_full_name":"Paulsen, Elizabeth","employee_manager_number":"282","sort_date":"2020-02-05","created_by":"LIBPAU","created_on":"2020-08-11-15.38.41.000000","time_log_date_yyyymmdd":"20200205","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/05\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Elizabeth","employee_last_name":"Paulsen","employee_full_name":"Paulsen, Elizabeth","employee_manager_number":"282","sort_date":"2020-02-11","created_by":"LIBPAU","created_on":"2020-08-11-15.38.43.000000","time_log_date_yyyymmdd":"20200211","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Elizabeth","employee_last_name":"Paulsen","employee_full_name":"Paulsen, Elizabeth","employee_manager_number":"282","sort_date":"2020-02-12","created_by":"LIBPAU","created_on":"2020-08-11-15.38.45.000000","time_log_date_yyyymmdd":"20200212","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/12\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Elizabeth","employee_last_name":"Paulsen","employee_full_name":"Paulsen, Elizabeth","employee_manager_number":"282","sort_date":"2020-02-21","created_by":"LIBPAU","created_on":"2020-08-11-15.38.47.000000","time_log_date_yyyymmdd":"20200221","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Elizabeth","employee_last_name":"Paulsen","employee_full_name":"Paulsen, Elizabeth","employee_manager_number":"282","sort_date":"2020-03-02","created_by":"LIBPAU","created_on":"2020-08-11-15.38.49.000000","time_log_date_yyyymmdd":"20200302","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Elizabeth","employee_last_name":"Paulsen","employee_full_name":"Paulsen, Elizabeth","employee_manager_number":"282","sort_date":"2020-03-03","created_by":"LIBPAU","created_on":"2020-08-11-15.38.51.000000","time_log_date_yyyymmdd":"20200303","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/03\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-02-05","created_by":"MICSOE","created_on":"2020-08-11-15.40.05.000000","time_log_date_yyyymmdd":"20200205","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/05\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-02-28","created_by":"MICSOE","created_on":"2020-08-11-15.40.07.000000","time_log_date_yyyymmdd":"20200228","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-04-22","created_by":"MICSOE","created_on":"2020-08-11-15.40.09.000000","time_log_date_yyyymmdd":"20200422","comments":null,"out_of_office":"Vacation Day","time_log_date":"04\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-05-18","created_by":"MICSOE","created_on":"2020-08-11-15.40.11.000000","time_log_date_yyyymmdd":"20200518","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-06-01","created_by":"MICSOE","created_on":"2020-08-11-15.40.13.000000","time_log_date_yyyymmdd":"20200601","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/01\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-11-09","created_by":"MICSOE","created_on":"2020-08-11-15.40.23.000000","time_log_date_yyyymmdd":"20201109","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/09\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-11-10","created_by":"MICSOE","created_on":"2020-08-11-15.40.25.000000","time_log_date_yyyymmdd":"20201110","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-11-11","created_by":"MICSOE","created_on":"2020-08-11-15.40.27.000000","time_log_date_yyyymmdd":"20201111","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-11-12","created_by":"MICSOE","created_on":"2020-08-11-15.40.29.000000","time_log_date_yyyymmdd":"20201112","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/12\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-11-13","created_by":"MICSOE","created_on":"2020-08-11-15.40.31.000000","time_log_date_yyyymmdd":"20201113","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/13\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-12-21","created_by":"MICSOE","created_on":"2020-08-11-15.40.33.000000","time_log_date_yyyymmdd":"20201221","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-12-22","created_by":"MICSOE","created_on":"2020-08-11-15.40.35.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-12-23","created_by":"MICSOE","created_on":"2020-08-11-15.40.37.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-12-28","created_by":"MICSOE","created_on":"2020-08-11-15.40.39.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-12-29","created_by":"MICSOE","created_on":"2020-08-11-15.40.41.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-12-30","created_by":"MICSOE","created_on":"2020-08-11-15.40.43.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-02-14","created_by":"MIGUEL","created_on":"2020-08-11-15.41.14.000000","time_log_date_yyyymmdd":"20200214","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/14\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-03-10","created_by":"MIGUEL","created_on":"2020-08-11-15.41.16.000000","time_log_date_yyyymmdd":"20200310","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-03-11","created_by":"MIGUEL","created_on":"2020-08-11-15.41.18.000000","time_log_date_yyyymmdd":"20200311","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-03-12","created_by":"MIGUEL","created_on":"2020-08-11-15.41.20.000000","time_log_date_yyyymmdd":"20200312","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/12\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-03-13","created_by":"MIGUEL","created_on":"2020-08-11-15.41.22.000000","time_log_date_yyyymmdd":"20200313","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/13\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-03-16","created_by":"MIGUEL","created_on":"2020-08-11-15.41.24.000000","time_log_date_yyyymmdd":"20200316","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/16\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-03-17","created_by":"MIGUEL","created_on":"2020-08-11-15.41.26.000000","time_log_date_yyyymmdd":"20200317","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-04-09","created_by":"MIGUEL","created_on":"2020-08-11-15.41.28.000000","time_log_date_yyyymmdd":"20200409","comments":null,"out_of_office":"Vacation Day","time_log_date":"04\/09\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-04-24","created_by":"MIGUEL","created_on":"2020-08-11-15.41.30.000000","time_log_date_yyyymmdd":"20200424","comments":null,"out_of_office":"Vacation Day","time_log_date":"04\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-05-27","created_by":"MIGUEL","created_on":"2020-08-11-15.41.32.000000","time_log_date_yyyymmdd":"20200527","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/27\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-07-02","created_by":"MIGUEL","created_on":"2020-08-11-15.41.34.000000","time_log_date_yyyymmdd":"20200702","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-07-06","created_by":"MIGUEL","created_on":"2020-08-11-15.41.36.000000","time_log_date_yyyymmdd":"20200706","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-09-10","created_by":"MIGUEL","created_on":"2020-08-11-15.41.38.000000","time_log_date_yyyymmdd":"20200910","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-09-11","created_by":"MIGUEL","created_on":"2020-08-11-15.41.40.000000","time_log_date_yyyymmdd":"20200911","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-11-30","created_by":"MIGUEL","created_on":"2020-08-11-15.41.44.000000","time_log_date_yyyymmdd":"20201130","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-12-21","created_by":"MIGUEL","created_on":"2020-08-11-15.41.52.000000","time_log_date_yyyymmdd":"20201221","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-12-22","created_by":"MIGUEL","created_on":"2020-08-11-15.41.54.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-12-23","created_by":"MIGUEL","created_on":"2020-08-11-15.41.56.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-04-10","created_by":"MIKDUC","created_on":"2020-08-11-15.42.29.000000","time_log_date_yyyymmdd":"20200410","comments":null,"out_of_office":"Vacation Day","time_log_date":"04\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-05-01","created_by":"MIKDUC","created_on":"2020-08-11-15.42.31.000000","time_log_date_yyyymmdd":"20200501","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/01\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-05-22","created_by":"MIKDUC","created_on":"2020-08-11-15.42.33.000000","time_log_date_yyyymmdd":"20200522","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-07-02","created_by":"MIKDUC","created_on":"2020-08-11-15.42.35.000000","time_log_date_yyyymmdd":"20200702","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-07-06","created_by":"MIKDUC","created_on":"2020-08-11-15.42.37.000000","time_log_date_yyyymmdd":"20200706","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-09-04","created_by":"MIKDUC","created_on":"2020-08-11-15.42.39.000000","time_log_date_yyyymmdd":"20200904","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-09-08","created_by":"MIKDUC","created_on":"2020-08-11-15.42.41.000000","time_log_date_yyyymmdd":"20200908","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/08\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-10-02","created_by":"MIKDUC","created_on":"2020-08-11-15.42.43.000000","time_log_date_yyyymmdd":"20201002","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-10-05","created_by":"MIKDUC","created_on":"2020-08-11-15.42.45.000000","time_log_date_yyyymmdd":"20201005","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/05\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-11-23","created_by":"MIKDUC","created_on":"2020-08-11-15.42.51.000000","time_log_date_yyyymmdd":"20201123","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-11-24","created_by":"MIKDUC","created_on":"2020-08-11-15.42.53.000000","time_log_date_yyyymmdd":"20201124","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-11-25","created_by":"MIKDUC","created_on":"2020-08-11-15.42.55.000000","time_log_date_yyyymmdd":"20201125","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-12-21","created_by":"MIKDUC","created_on":"2020-08-11-15.42.57.000000","time_log_date_yyyymmdd":"20201221","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-12-22","created_by":"MIKDUC","created_on":"2020-08-11-15.42.59.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-12-23","created_by":"MIKDUC","created_on":"2020-08-11-15.43.01.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-12-28","created_by":"MIKDUC","created_on":"2020-08-11-15.43.03.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-12-29","created_by":"MIKDUC","created_on":"2020-08-11-15.43.05.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-12-30","created_by":"MIKDUC","created_on":"2020-08-11-15.43.07.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Raymond","employee_last_name":"Bryant Jr","employee_full_name":"Bryant Jr, Raymond","employee_manager_number":"282","sort_date":"2020-01-09","created_by":"RAYBRY","created_on":"2020-08-11-15.43.36.000000","time_log_date_yyyymmdd":"20200109","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/09\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Raymond","employee_last_name":"Bryant Jr","employee_full_name":"Bryant Jr, Raymond","employee_manager_number":"282","sort_date":"2020-01-10","created_by":"RAYBRY","created_on":"2020-08-11-15.43.38.000000","time_log_date_yyyymmdd":"20200110","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Raymond","employee_last_name":"Bryant Jr","employee_full_name":"Bryant Jr, Raymond","employee_manager_number":"282","sort_date":"2020-01-15","created_by":"RAYBRY","created_on":"2020-08-11-15.43.40.000000","time_log_date_yyyymmdd":"20200115","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/15\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Raymond","employee_last_name":"Bryant Jr","employee_full_name":"Bryant Jr, Raymond","employee_manager_number":"282","sort_date":"2020-01-31","created_by":"RAYBRY","created_on":"2020-08-11-15.43.42.000000","time_log_date_yyyymmdd":"20200131","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/31\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Raymond","employee_last_name":"Bryant Jr","employee_full_name":"Bryant Jr, Raymond","employee_manager_number":"282","sort_date":"2020-02-06","created_by":"RAYBRY","created_on":"2020-08-11-15.43.44.000000","time_log_date_yyyymmdd":"20200206","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Raymond","employee_last_name":"Bryant Jr","employee_full_name":"Bryant Jr, Raymond","employee_manager_number":"282","sort_date":"2020-03-03","created_by":"RAYBRY","created_on":"2020-08-11-15.43.46.000000","time_log_date_yyyymmdd":"20200303","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/03\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Raymond","employee_last_name":"Bryant Jr","employee_full_name":"Bryant Jr, Raymond","employee_manager_number":"282","sort_date":"2020-03-12","created_by":"RAYBRY","created_on":"2020-08-11-15.43.48.000000","time_log_date_yyyymmdd":"20200312","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/12\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Raymond","employee_last_name":"Bryant Jr","employee_full_name":"Bryant Jr, Raymond","employee_manager_number":"282","sort_date":"2020-03-13","created_by":"RAYBRY","created_on":"2020-08-11-15.43.50.000000","time_log_date_yyyymmdd":"20200313","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/13\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Raymond","employee_last_name":"Bryant Jr","employee_full_name":"Bryant Jr, Raymond","employee_manager_number":"282","sort_date":"2020-04-17","created_by":"RAYBRY","created_on":"2020-08-11-15.43.52.000000","time_log_date_yyyymmdd":"20200417","comments":null,"out_of_office":"Vacation Day","time_log_date":"04\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-02-21","created_by":"ROBLIN","created_on":"2020-08-11-15.44.24.000000","time_log_date_yyyymmdd":"20200221","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-02-24","created_by":"ROBLIN","created_on":"2020-08-11-15.44.26.000000","time_log_date_yyyymmdd":"20200224","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-02-25","created_by":"ROBLIN","created_on":"2020-08-11-15.44.28.000000","time_log_date_yyyymmdd":"20200225","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-02-28","created_by":"ROBLIN","created_on":"2020-08-11-15.44.31.000000","time_log_date_yyyymmdd":"20200228","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-03-02","created_by":"ROBLIN","created_on":"2020-08-11-15.44.33.000000","time_log_date_yyyymmdd":"20200302","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-03-09","created_by":"ROBLIN","created_on":"2020-08-11-15.44.35.000000","time_log_date_yyyymmdd":"20200309","comments":null,"out_of_office":"Vacation Day","time_log_date":"03\/09\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-05-29","created_by":"ROBLIN","created_on":"2020-08-11-15.44.37.000000","time_log_date_yyyymmdd":"20200529","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-11-23","created_by":"ROBLIN","created_on":"2020-08-11-15.44.43.000000","time_log_date_yyyymmdd":"20201123","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-11-24","created_by":"ROBLIN","created_on":"2020-08-11-15.44.45.000000","time_log_date_yyyymmdd":"20201124","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-11-25","created_by":"ROBLIN","created_on":"2020-08-11-15.44.47.000000","time_log_date_yyyymmdd":"20201125","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-12-28","created_by":"ROBLIN","created_on":"2020-08-11-15.44.49.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-12-29","created_by":"ROBLIN","created_on":"2020-08-11-15.44.51.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-12-30","created_by":"ROBLIN","created_on":"2020-08-11-15.44.53.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-02-12","created_by":"ROGER","created_on":"2020-08-11-15.45.09.000000","time_log_date_yyyymmdd":"20200212","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/12\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-02-17","created_by":"ROGER","created_on":"2020-08-11-15.45.11.000000","time_log_date_yyyymmdd":"20200217","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-02-18","created_by":"ROGER","created_on":"2020-08-11-15.45.13.000000","time_log_date_yyyymmdd":"20200218","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-02-19","created_by":"ROGER","created_on":"2020-08-11-15.45.15.000000","time_log_date_yyyymmdd":"20200219","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/19\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-02-20","created_by":"ROGER","created_on":"2020-08-11-15.45.17.000000","time_log_date_yyyymmdd":"20200220","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/20\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-02-21","created_by":"ROGER","created_on":"2020-08-11-15.45.19.000000","time_log_date_yyyymmdd":"20200221","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-05-26","created_by":"ROGER","created_on":"2020-08-11-15.45.21.000000","time_log_date_yyyymmdd":"20200526","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/26\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-05-27","created_by":"ROGER","created_on":"2020-08-11-15.45.23.000000","time_log_date_yyyymmdd":"20200527","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/27\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-05-28","created_by":"ROGER","created_on":"2020-08-11-15.45.25.000000","time_log_date_yyyymmdd":"20200528","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-05-29","created_by":"ROGER","created_on":"2020-08-11-15.45.27.000000","time_log_date_yyyymmdd":"20200529","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-06-10","created_by":"ROGER","created_on":"2020-08-11-15.45.29.000000","time_log_date_yyyymmdd":"20200610","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-06-26","created_by":"ROGER","created_on":"2020-08-11-15.45.31.000000","time_log_date_yyyymmdd":"20200626","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/26\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-08-05","created_by":"ROGER","created_on":"2020-08-11-15.45.33.000000","time_log_date_yyyymmdd":"20200805","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/05\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-09-15","created_by":"ROGER","created_on":"2020-08-11-15.45.37.000000","time_log_date_yyyymmdd":"20200915","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/15\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-10-30","created_by":"ROGER","created_on":"2020-08-11-15.45.39.000000","time_log_date_yyyymmdd":"20201030","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-11-02","created_by":"ROGER","created_on":"2020-08-11-15.45.42.000000","time_log_date_yyyymmdd":"20201102","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-11-03","created_by":"ROGER","created_on":"2020-08-11-15.45.44.000000","time_log_date_yyyymmdd":"20201103","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/03\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-12-04","created_by":"ROGER","created_on":"2020-08-11-15.45.48.000000","time_log_date_yyyymmdd":"20201204","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-07-10","created_by":"SCOT","created_on":"2020-08-11-15.46.12.000000","time_log_date_yyyymmdd":"20200710","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-07-17","created_by":"SCOT","created_on":"2020-08-11-15.46.14.000000","time_log_date_yyyymmdd":"20200717","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-07-24","created_by":"SCOT","created_on":"2020-08-11-15.46.16.000000","time_log_date_yyyymmdd":"20200724","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-07-31","created_by":"SCOT","created_on":"2020-08-11-15.46.18.000000","time_log_date_yyyymmdd":"20200731","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/31\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-11-23","created_by":"SCOT","created_on":"2020-08-11-15.46.28.000000","time_log_date_yyyymmdd":"20201123","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-11-24","created_by":"SCOT","created_on":"2020-08-11-15.46.30.000000","time_log_date_yyyymmdd":"20201124","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-11-25","created_by":"SCOT","created_on":"2020-08-11-15.46.32.000000","time_log_date_yyyymmdd":"20201125","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-12-18","created_by":"SCOT","created_on":"2020-08-11-15.46.34.000000","time_log_date_yyyymmdd":"20201218","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-12-21","created_by":"SCOT","created_on":"2020-08-11-15.46.36.000000","time_log_date_yyyymmdd":"20201221","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-12-22","created_by":"SCOT","created_on":"2020-08-11-15.46.38.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-12-23","created_by":"SCOT","created_on":"2020-08-11-15.46.40.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-12-28","created_by":"SCOT","created_on":"2020-08-11-15.46.42.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-12-29","created_by":"SCOT","created_on":"2020-08-11-15.46.44.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-12-30","created_by":"SCOT","created_on":"2020-08-11-15.46.47.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-02-24","created_by":"STEHAD","created_on":"2020-08-11-15.47.05.000000","time_log_date_yyyymmdd":"20200224","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-02-25","created_by":"STEHAD","created_on":"2020-08-11-15.47.07.000000","time_log_date_yyyymmdd":"20200225","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-02-26","created_by":"STEHAD","created_on":"2020-08-11-15.47.09.000000","time_log_date_yyyymmdd":"20200226","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/26\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-02-27","created_by":"STEHAD","created_on":"2020-08-11-15.47.11.000000","time_log_date_yyyymmdd":"20200227","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/27\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-02-28","created_by":"STEHAD","created_on":"2020-08-11-15.47.13.000000","time_log_date_yyyymmdd":"20200228","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-05-22","created_by":"STEHAD","created_on":"2020-08-11-15.47.15.000000","time_log_date_yyyymmdd":"20200522","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-07-06","created_by":"STEHAD","created_on":"2020-08-11-15.47.17.000000","time_log_date_yyyymmdd":"20200706","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-09-14","created_by":"STEHAD","created_on":"2020-08-11-15.47.19.000000","time_log_date_yyyymmdd":"20200914","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/14\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-12-21","created_by":"STEHAD","created_on":"2020-08-11-15.47.23.000000","time_log_date_yyyymmdd":"20201221","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-12-22","created_by":"STEHAD","created_on":"2020-08-11-15.47.25.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-12-23","created_by":"STEHAD","created_on":"2020-08-11-15.47.27.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-12-28","created_by":"STEHAD","created_on":"2020-08-11-15.47.29.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-12-29","created_by":"STEHAD","created_on":"2020-08-11-15.47.31.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-12-30","created_by":"STEHAD","created_on":"2020-08-11-15.47.33.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-02-10","created_by":"STEMAN","created_on":"2020-08-11-15.48.02.000000","time_log_date_yyyymmdd":"20200210","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-05-26","created_by":"STEMAN","created_on":"2020-08-11-15.48.04.000000","time_log_date_yyyymmdd":"20200526","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/26\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-05-27","created_by":"STEMAN","created_on":"2020-08-11-15.48.06.000000","time_log_date_yyyymmdd":"20200527","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/27\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-05-28","created_by":"STEMAN","created_on":"2020-08-11-15.48.08.000000","time_log_date_yyyymmdd":"20200528","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-05-29","created_by":"STEMAN","created_on":"2020-08-11-15.48.10.000000","time_log_date_yyyymmdd":"20200529","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-07-27","created_by":"STEMAN","created_on":"2020-08-11-15.48.12.000000","time_log_date_yyyymmdd":"20200727","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/27\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-07-28","created_by":"STEMAN","created_on":"2020-08-11-15.48.14.000000","time_log_date_yyyymmdd":"20200728","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-07-29","created_by":"STEMAN","created_on":"2020-08-11-15.48.16.000000","time_log_date_yyyymmdd":"20200729","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-07-30","created_by":"STEMAN","created_on":"2020-08-11-15.48.18.000000","time_log_date_yyyymmdd":"20200730","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-07-31","created_by":"STEMAN","created_on":"2020-08-11-15.48.20.000000","time_log_date_yyyymmdd":"20200731","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/31\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-11-23","created_by":"STEMAN","created_on":"2020-08-11-15.48.32.000000","time_log_date_yyyymmdd":"20201123","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-12-23","created_by":"STEMAN","created_on":"2020-08-11-15.48.34.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-12-28","created_by":"STEMAN","created_on":"2020-08-11-15.48.36.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-12-29","created_by":"STEMAN","created_on":"2020-08-11-15.48.38.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-12-30","created_by":"STEMAN","created_on":"2020-08-11-15.48.40.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-02-13","created_by":"STEVE","created_on":"2020-08-11-15.48.56.000000","time_log_date_yyyymmdd":"20200213","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/13\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-02-14","created_by":"STEVE","created_on":"2020-08-11-15.48.58.000000","time_log_date_yyyymmdd":"20200214","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/14\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-04-03","created_by":"STEVE","created_on":"2020-08-11-15.49.00.000000","time_log_date_yyyymmdd":"20200403","comments":null,"out_of_office":"Vacation Day","time_log_date":"04\/03\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-05-20","created_by":"STEVE","created_on":"2020-08-11-15.49.02.000000","time_log_date_yyyymmdd":"20200520","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/20\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-05-21","created_by":"STEVE","created_on":"2020-08-11-15.49.05.000000","time_log_date_yyyymmdd":"20200521","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-05-22","created_by":"STEVE","created_on":"2020-08-11-15.49.07.000000","time_log_date_yyyymmdd":"20200522","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-06-12","created_by":"STEVE","created_on":"2020-08-11-15.49.09.000000","time_log_date_yyyymmdd":"20200612","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/12\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-06-15","created_by":"STEVE","created_on":"2020-08-11-15.49.11.000000","time_log_date_yyyymmdd":"20200615","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/15\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-06-29","created_by":"STEVE","created_on":"2020-08-11-15.49.13.000000","time_log_date_yyyymmdd":"20200629","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-06-30","created_by":"STEVE","created_on":"2020-08-11-15.49.15.000000","time_log_date_yyyymmdd":"20200630","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-07-01","created_by":"STEVE","created_on":"2020-08-11-15.49.17.000000","time_log_date_yyyymmdd":"20200701","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/01\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-07-02","created_by":"STEVE","created_on":"2020-08-11-15.49.19.000000","time_log_date_yyyymmdd":"20200702","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/02\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-07-22","created_by":"STEVE","created_on":"2020-08-11-15.49.21.000000","time_log_date_yyyymmdd":"20200722","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-07-23","created_by":"STEVE","created_on":"2020-08-11-15.49.23.000000","time_log_date_yyyymmdd":"20200723","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-07-24","created_by":"STEVE","created_on":"2020-08-11-15.49.25.000000","time_log_date_yyyymmdd":"20200724","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-08-20","created_by":"STEVE","created_on":"2020-08-11-15.49.27.000000","time_log_date_yyyymmdd":"20200820","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/20\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-08-21","created_by":"STEVE","created_on":"2020-08-11-15.49.29.000000","time_log_date_yyyymmdd":"20200821","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-12-11","created_by":"STEVE","created_on":"2020-08-11-15.49.43.000000","time_log_date_yyyymmdd":"20201211","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-01-08","created_by":"TONY","created_on":"2020-08-11-15.50.14.000000","time_log_date_yyyymmdd":"20200108","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/08\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-01-10","created_by":"TONY","created_on":"2020-08-11-15.50.16.000000","time_log_date_yyyymmdd":"20200110","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-01-15","created_by":"TONY","created_on":"2020-08-11-15.50.18.000000","time_log_date_yyyymmdd":"20200115","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/15\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-01-20","created_by":"TONY","created_on":"2020-08-11-15.50.20.000000","time_log_date_yyyymmdd":"20200120","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/20\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-01-29","created_by":"TONY","created_on":"2020-08-11-15.50.22.000000","time_log_date_yyyymmdd":"20200129","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-02-03","created_by":"TONY","created_on":"2020-08-11-15.50.24.000000","time_log_date_yyyymmdd":"20200203","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/03\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-02-21","created_by":"TONY","created_on":"2020-08-11-15.50.26.000000","time_log_date_yyyymmdd":"20200221","comments":null,"out_of_office":"Vacation Day","time_log_date":"02\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-04-13","created_by":"TONY","created_on":"2020-08-11-15.50.28.000000","time_log_date_yyyymmdd":"20200413","comments":null,"out_of_office":"Vacation Day","time_log_date":"04\/13\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-05-15","created_by":"TONY","created_on":"2020-08-11-15.50.30.000000","time_log_date_yyyymmdd":"20200515","comments":null,"out_of_office":"Vacation Day","time_log_date":"05\/15\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-06-18","created_by":"TONY","created_on":"2020-08-11-15.50.32.000000","time_log_date_yyyymmdd":"20200618","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-06-19","created_by":"TONY","created_on":"2020-08-11-15.50.34.000000","time_log_date_yyyymmdd":"20200619","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/19\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-06-23","created_by":"TONY","created_on":"2020-08-11-15.50.36.000000","time_log_date_yyyymmdd":"20200623","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-06-24","created_by":"TONY","created_on":"2020-08-11-15.50.38.000000","time_log_date_yyyymmdd":"20200624","comments":null,"out_of_office":"Vacation Day","time_log_date":"06\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-07-28","created_by":"TONY","created_on":"2020-08-11-15.50.40.000000","time_log_date_yyyymmdd":"20200728","comments":null,"out_of_office":"Vacation Day","time_log_date":"07\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-08-14","created_by":"BOBBRI","created_on":"2020-08-12-05.34.37.000000","time_log_date_yyyymmdd":"20200814","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/14\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-08-12","created_by":"HELEN","created_on":"2020-08-12-13.37.34.000000","time_log_date_yyyymmdd":"20200812","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/12\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-08-14","created_by":"STEVE","created_on":"2020-08-13-12.25.11.000000","time_log_date_yyyymmdd":"20200814","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/14\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-08-14","created_by":"HELEN","created_on":"2020-08-13-15.06.27.000000","time_log_date_yyyymmdd":"20200814","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/14\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-08-17","created_by":"NEVER","created_on":"2020-08-17-14.13.00.000000","time_log_date_yyyymmdd":"20200817","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-08-21","created_by":"BOBBRI","created_on":"2020-08-20-09.06.01.000000","time_log_date_yyyymmdd":"20200821","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-08-20","created_by":"BOBBRI","created_on":"2020-08-20-13.31.07.000000","time_log_date_yyyymmdd":"20200820","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/20\/2020","total_hours_formatted":"4 h 0 m","total_hours":4},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-08-19","created_by":"BOBBRI","created_on":"2020-08-20-13.32.43.000000","time_log_date_yyyymmdd":"20200819","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/19\/2020","total_hours_formatted":"4 h 0 m","total_hours":4},{"time_log_year":"2020","employee_first_name":"Raymond","employee_last_name":"Bryant Jr","employee_full_name":"Bryant Jr, Raymond","employee_manager_number":"282","sort_date":"2020-08-31","created_by":"RAYBRY","created_on":"2020-08-20-18.02.08.000000","time_log_date_yyyymmdd":"20200831","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/31\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-08-21","created_by":"HELEN","created_on":"2020-08-20-18.33.45.000000","time_log_date_yyyymmdd":"20200821","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-08-26","created_by":"ROBLIN","created_on":"2020-08-24-18.04.36.000000","time_log_date_yyyymmdd":"20200826","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/26\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-09-09","created_by":"JANER","created_on":"2020-08-26-06.55.26.000000","time_log_date_yyyymmdd":"20200909","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/09\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-09-11","created_by":"JANER","created_on":"2020-08-26-06.55.28.000000","time_log_date_yyyymmdd":"20200911","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-09-16","created_by":"JANER","created_on":"2020-08-26-06.55.56.000000","time_log_date_yyyymmdd":"20200916","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/16\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-09-17","created_by":"JANER","created_on":"2020-08-26-06.55.57.000000","time_log_date_yyyymmdd":"20200917","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Elizabeth","employee_last_name":"Paulsen","employee_full_name":"Paulsen, Elizabeth","employee_manager_number":"282","sort_date":"2020-08-25","created_by":"LIBPAU","created_on":"2020-08-26-09.54.50.000000","time_log_date_yyyymmdd":"20200825","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-12-23","created_by":"HELEN","created_on":"2020-08-26-20.22.34.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-08-28","created_by":"MIGUEL","created_on":"2020-08-27-17.35.49.000000","time_log_date_yyyymmdd":"20200828","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-08-28","created_by":"HELEN","created_on":"2020-08-28-06.12.40.000000","time_log_date_yyyymmdd":"20200828","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-08-31","created_by":"NEVER","created_on":"2020-08-31-07.05.17.000000","time_log_date_yyyymmdd":"20200831","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/31\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-09-04","created_by":"SCOT","created_on":"2020-08-31-12.00.14.000000","time_log_date_yyyymmdd":"20200904","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-09-08","created_by":"MICSOE","created_on":"2020-09-01-11.15.52.000000","time_log_date_yyyymmdd":"20200908","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/08\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-09-09","created_by":"MICSOE","created_on":"2020-09-01-11.15.53.000000","time_log_date_yyyymmdd":"20200909","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/09\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-09-10","created_by":"MICSOE","created_on":"2020-09-01-11.15.54.000000","time_log_date_yyyymmdd":"20200910","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Soenksen","employee_full_name":"Soenksen, Michael","employee_manager_number":"65","sort_date":"2020-09-11","created_by":"MICSOE","created_on":"2020-09-01-11.15.55.000000","time_log_date_yyyymmdd":"20200911","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-12-14","created_by":"SCOT","created_on":"2020-09-01-14.39.18.000000","time_log_date_yyyymmdd":"20201214","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/14\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-12-15","created_by":"SCOT","created_on":"2020-09-01-14.39.19.000000","time_log_date_yyyymmdd":"20201215","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/15\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-12-16","created_by":"SCOT","created_on":"2020-09-01-14.39.20.000000","time_log_date_yyyymmdd":"20201216","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/16\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-12-17","created_by":"SCOT","created_on":"2020-09-01-14.39.21.000000","time_log_date_yyyymmdd":"20201217","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/17\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-09-04","created_by":"BOBBRI","created_on":"2020-09-02-05.24.49.000000","time_log_date_yyyymmdd":"20200904","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-09-08","created_by":"LEORUI","created_on":"2020-09-03-13.45.29.000000","time_log_date_yyyymmdd":"20200908","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/08\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-09-04","created_by":"HELEN","created_on":"2020-09-04-07.15.38.000000","time_log_date_yyyymmdd":"20200904","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-03","created_by":"DAMAN","created_on":"2020-09-04-07.53.32.000000","time_log_date_yyyymmdd":"20200903","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/03\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Atkins","employee_full_name":"Atkins, James","employee_manager_number":"282","sort_date":"2020-09-04","created_by":"HELEN","created_on":"2020-09-08-08.12.49.000000","time_log_date_yyyymmdd":"20200904","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-10","created_by":"DAMAN","created_on":"2020-09-08-09.39.52.000000","time_log_date_yyyymmdd":"20200910","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/10\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-11","created_by":"DAMAN","created_on":"2020-09-08-09.40.09.000000","time_log_date_yyyymmdd":"20200911","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-09-14","created_by":"TONY","created_on":"2020-09-14-04.57.14.000000","time_log_date_yyyymmdd":"20200914","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/14\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-10-09","created_by":"LEORUI","created_on":"2020-09-15-07.07.33.000000","time_log_date_yyyymmdd":"20201009","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/09\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-10-23","created_by":"LEORUI","created_on":"2020-09-15-07.08.13.000000","time_log_date_yyyymmdd":"20201023","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-10-30","created_by":"LEORUI","created_on":"2020-09-15-07.08.29.000000","time_log_date_yyyymmdd":"20201030","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-18","created_by":"DAMAN","created_on":"2020-09-17-08.59.53.000000","time_log_date_yyyymmdd":"20200918","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-19","created_by":"DAMAN","created_on":"2020-09-17-08.59.54.000000","time_log_date_yyyymmdd":"20200919","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/19\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-20","created_by":"DAMAN","created_on":"2020-09-17-08.59.55.000000","time_log_date_yyyymmdd":"20200920","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/20\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-21","created_by":"DAMAN","created_on":"2020-09-17-08.59.56.000000","time_log_date_yyyymmdd":"20200921","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-22","created_by":"DAMAN","created_on":"2020-09-17-08.59.57.000000","time_log_date_yyyymmdd":"20200922","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-23","created_by":"DAMAN","created_on":"2020-09-17-08.59.58.000000","time_log_date_yyyymmdd":"20200923","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-24","created_by":"DAMAN","created_on":"2020-09-17-08.59.59.000000","time_log_date_yyyymmdd":"20200924","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-25","created_by":"DAMAN","created_on":"2020-09-17-09.00.00.000000","time_log_date_yyyymmdd":"20200925","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-09-18","created_by":"BOBBRI","created_on":"2020-09-17-13.19.50.000000","time_log_date_yyyymmdd":"20200918","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-09-25","created_by":"STEMAN","created_on":"2020-09-23-13.48.36.000000","time_log_date_yyyymmdd":"20200925","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-11-24","created_by":"STEMAN","created_on":"2020-09-24-06.25.38.000000","time_log_date_yyyymmdd":"20201124","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-11-25","created_by":"STEMAN","created_on":"2020-09-24-06.25.39.000000","time_log_date_yyyymmdd":"20201125","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-09-25","created_by":"HELEN","created_on":"2020-09-24-08.02.46.000000","time_log_date_yyyymmdd":"20200925","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-09-28","created_by":"MIGUEL","created_on":"2020-09-28-09.23.38.000000","time_log_date_yyyymmdd":"20200928","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-28","created_by":"DAMAN","created_on":"2020-09-28-09.58.19.000000","time_log_date_yyyymmdd":"20200928","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Ernesto","employee_last_name":"Serrano Jr","employee_full_name":"Serrano Jr, Ernesto","employee_manager_number":"126","sort_date":"2020-09-29","created_by":"DAMAN","created_on":"2020-09-28-09.58.20.000000","time_log_date_yyyymmdd":"20200929","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-09-30","created_by":"JIMDAN","created_on":"2020-09-29-14.51.14.000000","time_log_date_yyyymmdd":"20200930","comments":null,"out_of_office":"Vacation Day","time_log_date":"09\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-10-16","created_by":"STEVE","created_on":"2020-10-05-13.45.39.000000","time_log_date_yyyymmdd":"20201016","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/16\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Marc","employee_last_name":"Tremblay","employee_full_name":"Tremblay, Marc","employee_manager_number":"2716","sort_date":"2020-10-09","created_by":"MARTRE","created_on":"2020-10-06-09.04.10.000000","time_log_date_yyyymmdd":"20201009","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/09\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-10-15","created_by":"JIMDAN","created_on":"2020-10-07-16.41.55.000000","time_log_date_yyyymmdd":"20201015","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/15\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-10-23","created_by":"BOBBRI","created_on":"2020-10-21-16.28.19.000000","time_log_date_yyyymmdd":"20201023","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-10-23","created_by":"MIGUEL","created_on":"2020-10-22-17.59.19.000000","time_log_date_yyyymmdd":"20201023","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-12-21","created_by":"HELEN","created_on":"2020-10-26-09.35.19.000000","time_log_date_yyyymmdd":"20201221","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-12-22","created_by":"HELEN","created_on":"2020-10-26-09.35.20.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-10-28","created_by":"MIKDUC","created_on":"2020-10-26-13.58.34.000000","time_log_date_yyyymmdd":"20201028","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/28\/2020","total_hours_formatted":"4 h 0 m","total_hours":4},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-10-27","created_by":"JIMDAN","created_on":"2020-10-27-07.23.13.000000","time_log_date_yyyymmdd":"20201027","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/27\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-10-27","created_by":"NEVER","created_on":"2020-10-27-12.46.33.000000","time_log_date_yyyymmdd":"20201027","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/27\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-10-28","created_by":"MIGUEL","created_on":"2020-10-29-09.36.43.000000","time_log_date_yyyymmdd":"20201028","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-10-29","created_by":"STEVE","created_on":"2020-10-29-12.06.01.000000","time_log_date_yyyymmdd":"20201029","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/29\/2020","total_hours_formatted":"4 h 0 m","total_hours":4},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-10-30","created_by":"DANKWA","created_on":"2020-10-29-18.01.13.000000","time_log_date_yyyymmdd":"20201030","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-10-30","created_by":"NEVER","created_on":"2020-10-30-11.36.03.000000","time_log_date_yyyymmdd":"20201030","comments":null,"out_of_office":"Vacation Day","time_log_date":"10\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-11-06","created_by":"HELEN","created_on":"2020-11-02-07.39.23.000000","time_log_date_yyyymmdd":"20201106","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Scott","employee_last_name":"Nilles","employee_full_name":"Nilles, Scott","employee_manager_number":"282","sort_date":"2020-12-11","created_by":"SCOT","created_on":"2020-11-03-09.19.25.000000","time_log_date_yyyymmdd":"20201211","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-11-06","created_by":"MIKDUC","created_on":"2020-11-03-13.33.15.000000","time_log_date_yyyymmdd":"20201106","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-11-04","created_by":"JIMDAN","created_on":"2020-11-03-19.06.45.000000","time_log_date_yyyymmdd":"20201104","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-11-05","created_by":"STEVE","created_on":"2020-11-05-06.12.47.000000","time_log_date_yyyymmdd":"20201105","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/05\/2020","total_hours_formatted":"4 h 0 m","total_hours":4},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-11-06","created_by":"STEVE","created_on":"2020-11-05-11.50.49.000000","time_log_date_yyyymmdd":"20201106","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-11-06","created_by":"MIGUEL","created_on":"2020-11-06-09.53.10.000000","time_log_date_yyyymmdd":"20201106","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Khalladi","employee_last_name":"Taylor","employee_full_name":"Taylor, Khalladi","employee_manager_number":"282","sort_date":"2020-12-29","created_by":"KHATAY","created_on":"2020-11-11-12.50.34.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Khalladi","employee_last_name":"Taylor","employee_full_name":"Taylor, Khalladi","employee_manager_number":"282","sort_date":"2020-12-30","created_by":"KHATAY","created_on":"2020-11-11-12.51.25.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Leonardo","employee_last_name":"Ruiz","employee_full_name":"Ruiz, Leonardo","employee_manager_number":"282","sort_date":"2020-11-13","created_by":"LEORUI","created_on":"2020-11-12-06.49.27.000000","time_log_date_yyyymmdd":"20201113","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/13\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-11-13","created_by":"MIGUEL","created_on":"2020-11-12-17.24.19.000000","time_log_date_yyyymmdd":"20201113","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/13\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-11-20","created_by":"BOBBRI","created_on":"2020-11-16-18.30.36.000000","time_log_date_yyyymmdd":"20201120","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/20\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Brindza","employee_full_name":"Brindza, Robert","employee_manager_number":"65","sort_date":"2020-12-16","created_by":"BOBBRI","created_on":"2020-11-16-18.31.32.000000","time_log_date_yyyymmdd":"20201216","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/16\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-11-18","created_by":"JANER","created_on":"2020-11-17-20.36.44.000000","time_log_date_yyyymmdd":"20201118","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-11-25","created_by":"HELEN","created_on":"2020-11-19-16.05.42.000000","time_log_date_yyyymmdd":"20201125","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-12-23","created_by":"JANER","created_on":"2020-11-20-10.28.47.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Hadden","employee_full_name":"Hadden, Steven","employee_manager_number":"126","sort_date":"2020-11-30","created_by":"STEHAD","created_on":"2020-11-20-13.37.39.000000","time_log_date_yyyymmdd":"20201130","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Atkins","employee_full_name":"Atkins, James","employee_manager_number":"282","sort_date":"2020-11-20","created_by":"HELEN","created_on":"2020-11-20-16.30.49.000000","time_log_date_yyyymmdd":"20201120","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/20\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2020-11-30","created_by":"DANKWA","created_on":"2020-11-23-09.41.33.000000","time_log_date_yyyymmdd":"20201130","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-11-25","created_by":"TONY","created_on":"2020-11-23-12.45.10.000000","time_log_date_yyyymmdd":"20201125","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-11-25","created_by":"STEVE","created_on":"2020-11-24-06.30.13.000000","time_log_date_yyyymmdd":"20201125","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-12-23","created_by":"STEVE","created_on":"2020-11-24-06.31.38.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Robert","employee_last_name":"Lindsay","employee_full_name":"Lindsay, Robert","employee_manager_number":"282","sort_date":"2020-08-07","created_by":"HELEN","created_on":"2020-11-29-15.23.26.000000","time_log_date_yyyymmdd":"20200807","comments":null,"out_of_office":"Vacation Day","time_log_date":"08\/07\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-11-06","created_by":"ROGER","created_on":"2020-11-30-10.33.10.000000","time_log_date_yyyymmdd":"20201106","comments":null,"out_of_office":"Vacation Day","time_log_date":"11\/06\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-12-11","created_by":"STEMAN","created_on":"2020-11-30-10.59.38.000000","time_log_date_yyyymmdd":"20201211","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Steven","employee_last_name":"Manly","employee_full_name":"Manly, Steven","employee_manager_number":"126","sort_date":"2020-12-22","created_by":"STEMAN","created_on":"2020-11-30-10.59.52.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Elizabeth","employee_last_name":"Paulsen","employee_full_name":"Paulsen, Elizabeth","employee_manager_number":"282","sort_date":"2020-12-28","created_by":"LIBPAU","created_on":"2020-11-30-11.32.40.000000","time_log_date_yyyymmdd":"20201228","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/28\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Elizabeth","employee_last_name":"Paulsen","employee_full_name":"Paulsen, Elizabeth","employee_manager_number":"282","sort_date":"2020-12-29","created_by":"LIBPAU","created_on":"2020-11-30-11.32.49.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-12-30","created_by":"JANER","created_on":"2020-11-30-11.59.21.000000","time_log_date_yyyymmdd":"20201230","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/30\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-12-04","created_by":"JANER","created_on":"2020-11-30-12.00.25.000000","time_log_date_yyyymmdd":"20201204","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-12-11","created_by":"JANER","created_on":"2020-11-30-14.19.01.000000","time_log_date_yyyymmdd":"20201211","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Jane","employee_last_name":"Rachitsky","employee_full_name":"Rachitsky, Jane","employee_manager_number":"126","sort_date":"2020-12-18","created_by":"JANER","created_on":"2020-11-30-14.19.23.000000","time_log_date_yyyymmdd":"20201218","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/18\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-12-11","created_by":"HELEN","created_on":"2020-12-01-10.51.28.000000","time_log_date_yyyymmdd":"20201211","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Helen","employee_last_name":"Mendoza","employee_full_name":"Mendoza, Helen","employee_manager_number":"65","sort_date":"2020-12-04","created_by":"HELEN","created_on":"2020-12-01-10.51.38.000000","time_log_date_yyyymmdd":"20201204","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Michael","employee_last_name":"Duckworth","employee_full_name":"Duckworth, Michael","employee_manager_number":"65","sort_date":"2020-12-04","created_by":"MIKDUC","created_on":"2020-12-03-13.07.36.000000","time_log_date_yyyymmdd":"20201204","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/04\/2020","total_hours_formatted":"4 h 0 m","total_hours":4},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-12-03","created_by":"JIMDAN","created_on":"2020-12-03-20.07.37.000000","time_log_date_yyyymmdd":"20201203","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/03\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-12-04","created_by":"JIMDAN","created_on":"2020-12-03-20.07.38.000000","time_log_date_yyyymmdd":"20201204","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-12-07","created_by":"JIMDAN","created_on":"2020-12-03-20.08.27.000000","time_log_date_yyyymmdd":"20201207","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/07\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Bruce","employee_last_name":"Nevers Jr","employee_full_name":"Nevers Jr, Bruce","employee_manager_number":"65","sort_date":"2020-12-04","created_by":"NEVER","created_on":"2020-12-04-10.04.58.000000","time_log_date_yyyymmdd":"20201204","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/04\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-12-11","created_by":"JIMDAN","created_on":"2020-12-09-13.36.20.000000","time_log_date_yyyymmdd":"20201211","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/11\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-12-10","created_by":"STEVE","created_on":"2020-12-10-12.19.25.000000","time_log_date_yyyymmdd":"20201210","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/10\/2020","total_hours_formatted":"4 h 0 m","total_hours":4},{"time_log_year":"2020","employee_first_name":"Miguel","employee_last_name":"Perez","employee_full_name":"Perez, Miguel","employee_manager_number":"876","sort_date":"2020-12-14","created_by":"MIGUEL","created_on":"2020-12-11-17.05.27.000000","time_log_date_yyyymmdd":"20201214","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/14\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Stephen","employee_last_name":"Sauer","employee_full_name":"Sauer, Stephen","employee_manager_number":"1071","sort_date":"2020-12-14","created_by":"STEVE","created_on":"2020-12-14-07.54.00.000000","time_log_date_yyyymmdd":"20201214","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/14\/2020","total_hours_formatted":"4 h 0 m","total_hours":4},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-12-16","created_by":"TONY","created_on":"2020-12-16-04.50.25.000000","time_log_date_yyyymmdd":"20201216","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/16\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-12-16","created_by":"ROGER","created_on":"2020-12-16-12.01.23.000000","time_log_date_yyyymmdd":"20201216","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/16\/2020","total_hours_formatted":"4 h 0 m","total_hours":4},{"time_log_year":"2021","employee_first_name":"Daniel","employee_last_name":"Kwak","employee_full_name":"Kwak, Daniel","employee_manager_number":"282","sort_date":"2021-01-05","created_by":"DANKWA","created_on":"2020-12-16-13.22.42.000000","time_log_date_yyyymmdd":"20210105","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/05\/2021","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Roger","employee_last_name":"Irving","employee_full_name":"Irving, Roger","employee_manager_number":"65","sort_date":"2020-12-18","created_by":"ROGER","created_on":"2020-12-18-12.27.57.000000","time_log_date_yyyymmdd":"20201218","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/18\/2020","total_hours_formatted":"3 h 0 m","total_hours":3},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-12-21","created_by":"JIMDAN","created_on":"2020-12-20-18.10.33.000000","time_log_date_yyyymmdd":"20201221","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/21\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-12-22","created_by":"JIMDAN","created_on":"2020-12-22-05.18.00.000000","time_log_date_yyyymmdd":"20201222","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/22\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-12-23","created_by":"JIMDAN","created_on":"2020-12-23-05.09.03.000000","time_log_date_yyyymmdd":"20201223","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/23\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2021","employee_first_name":"James","employee_last_name":"Atkins","employee_full_name":"Atkins, James","employee_manager_number":"282","sort_date":"2021-01-08","created_by":"JIMATK","created_on":"2020-12-28-09.54.13.000000","time_log_date_yyyymmdd":"20210108","comments":null,"out_of_office":"Vacation Day","time_log_date":"01\/08\/2021","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"Anthony","employee_last_name":"Mcferren","employee_full_name":"Mcferren, Anthony","employee_manager_number":"282","sort_date":"2020-12-29","created_by":"TONY","created_on":"2020-12-29-07.42.40.000000","time_log_date_yyyymmdd":"20201229","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/29\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-12-24","created_by":"JIMDAN","created_on":"2021-01-01-14.27.16.000000","time_log_date_yyyymmdd":"20201224","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/24\/2020","total_hours_formatted":"8 h 0 m","total_hours":8},{"time_log_year":"2020","employee_first_name":"James","employee_last_name":"Danielski","employee_full_name":"Danielski, James","employee_manager_number":"126","sort_date":"2020-12-25","created_by":"JIMDAN","created_on":"2021-01-01-14.27.30.000000","time_log_date_yyyymmdd":"20201225","comments":null,"out_of_office":"Vacation Day","time_log_date":"12\/25\/2020","total_hours_formatted":"8 h 0 m","total_hours":8}];
var table = $('#example').DataTable( {
rowCallback: function(row, data, index){
if(data['time_log_date_yyyymmdd'] <= date){
$(row).find('td:eq(0)').css('color', 'red');
$(row).find('td:eq(1)').css('color', 'red');
$(row).find('td:eq(2)').css('color', 'red');
}
},
displayLength:100,
scrollY: '495px',
paging: false,
dom: 'Bfrtip',
language: { sSearch: 'Table Search: '},
data: dataSet,
columns: [
{ data: 'time_log_year', visible: false},
{ data: 'employee_last_name', visible: false},
{ data: 'employee_full_name', visible: false},
{ data: 'employee_manager_number', visible: false},
{ data: 'sort_date', visible: false},
{ data: 'created_by', visible: false},
{ data: 'created_on', visible: false},
{ data: 'time_log_date_yyyymmdd', visible: false},
{
sortable: false,
"render": function ( data, type, full, meta ) {
if(full.comments == null) {
return '';
}else{
return '<img class="ui-corner-all" src="../../../images/document-16.ico" alt="'+full.comments+'">';
}
}
},
{ data: 'out_of_office', orderable: false},
{ data: 'time_log_date', orderable: false },
{ data: 'total_hours', orderable: false}
],
select: {style: 'single'},
order: [[0, 'desc'],[2, 'asc'],[1, 'asc'],[4, 'asc']],
rowGroup: {
dataSrc: [ 'time_log_year', 'employee_full_name'],
startRender: function (rows, group, level) {
var totalVacationDays = rows
.data()
.pluck('total_hours')
.reduce( function (a, b) {
return a + b ;
});
totalVacationDays = totalVacationDays / 8;
totalVacationDays = Math.round(totalVacationDays);
var all;
if (level === 0) {
level_1 = group;
all = group;
level_2 ='';
} else {
// if parent collapsed, nothing to do
if (!!collapsedGroups[level-1]) {
return;
}
if (level === 1) {
level_2 = group;
}
all = level_1 + level_2 + group;
}
var collapsed = !!collapsedGroups[all];
rows.nodes().each(function (r) {
r.style.display = 'none';
if (collapsed) {
r.style.display = '';
}});
//fontawsome + and -
var toggleClass = collapsed ? 'fa fa-minus-circle' : 'fa fa-plus-circle';
var groupTD = '';
if(level === 0){
groupTD = '<td colspan="' + rows.columns()[0].length +'">' + group + '</td>';
}else{
groupTD = '<td colspan="' + rows.columns()[0].length +'"><span style="color:#007bff" class="fa fa-fw' + toggleClass + ' toggler"></span> ' + group + ' (' + totalVacationDays + ')</td>';
}
// Add category name to the <tr>
return $('<tr/>')
.append(groupTD)
.attr('data-name', all)
.toggleClass('collapsed', collapsed);
}
}//End rowGroup
} );
// Expand/Collaspe Groups
$('#example tbody').on('click', 'tr.dtrg-start', function () {
var pos = $('div.dataTables_scrollBody').scrollTop();
var name = $(this).data('name');
collapsedGroups[name] = !collapsedGroups[name];
table.draw('page');
});
table.on( 'select deselect', function (e, dt, type, indexes) {
//reset button to disabled
var selectedRows = table.rows( { selected: true } ).count();
table.button( 1 ).disable( selectedRows > 0 );
var data = table.rows(indexes).data();
var timeLogDate = data[0]['time_log_date_yyyymmdd'];
var createdBy = data[0]['created_by'];
var employeeManagerNumber = data[0]['employee_manager_number'];
var surrogateFound = surrogateManagers.includes(employeeManagerNumber);
if(
( createdBy.trim() == userProfile.trim() && timeLogDate <= date ) || ( createdBy.trim() != userProfile.trim() && surrogateFound === false )
){
return;
}else{
selectedRows = table.rows( { selected: true } ).count();
table.button( 1 ).enable( selectedRows > 0 );
}
});
$('#example').on( 'page.dt', function () {
table.buttons(1).disable();
});
} );
You can jump to the latest bin by adding /latest
to your URL
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + [ | Indents selected lines |
ctrl + ] | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Clone Bin |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |