INSERT INTO `timesheet` (`id`, `uid`, `day`, `daytype`, `startofwork`, `endofwork`, `breaktime`, `vacationday`, `notes`, `added`) VALUES
(2, 1, '2018-01-08', 'A', '06:50:00', '16:00:00', '00:50:00', '00:00:00', '', '2018-01-17'),
(3, 1, '2018-01-09', 'A', '07:00:00', '16:10:00', '00:50:00', '00:00:00', '', '2018-01-17'),
(4, 1, '2018-01-10', 'A', '07:00:00', '16:00:00', '00:50:00', '00:00:00', '', '2018-01-17'),
(5, 1, '2018-01-11', 'A', '06:50:00', '16:20:00', '00:50:00', '00:00:00', '', '2018-01-17'),
(6, 1, '2018-01-12', 'U', '06:50:00', '10:40:00', '00:00:00', '00:50:00', 'Halber Urlaubstag, keine Pause.', '2018-01-17'),
(7, 1, '2018-01-15', 'A', '07:00:00', '16:00:00', '00:50:00', '00:00:00', '', '2018-01-17'),
(8, 1, '2018-01-16', 'A', '06:50:00', '16:00:00', '00:50:00', '00:00:00', '', '2018-01-17'),
(9, 1, '2018-01-17', 'A', '06:50:00', '16:00:00', '00:50:00', '00:00:00', '', '2018-01-18'),
(10, 1, '2018-01-18', 'A', '06:57:00', '16:00:00', '00:50:00', '00:00:00', '', '2018-01-18'),
(11, 1, '2018-01-19', 'A', '06:55:00', '13:42:00', '00:50:00', '00:00:00', '', '2018-01-19'),
(12, 1, '2018-01-22', 'A', '07:00:00', '16:00:00', '00:50:00', '00:00:00', '', '2018-01-22'),
(13, 1, '2018-01-23', 'A', '06:53:00', '16:25:00', '00:50:00', '00:00:00', '', '2018-01-23'),
(14, 1, '2018-01-24', 'A', '06:50:00', '16:00:00', '00:50:00', '00:00:00', '', '2018-01-24'),
(15, 1, '2018-01-25', 'A', '06:53:00', '16:00:00', '00:50:00', '00:00:00', '', '2018-01-25'),
(16, 1, '2018-01-26', 'A', '06:54:00', '14:00:00', '00:50:00', '00:00:00', '', '2018-01-26'),
(17, 1, '2018-01-29', 'A', '06:51:00', '00:00:00', '00:50:00', '00:00:00', '', '2018-01-29');