# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # --

[% Translate("Time reporting") | html %]: [% Translate(Data.Month_to_Text) | html %] [% Data.Year %]

[% Translate("Month Navigation") | html %]

[% Translate(Data.Month_to_Text) | html %] [% Data.Year %]
[% Data.MonthOption %] [% Data.YearOption %]
[% Translate("Go to date") | html %]

[% Translate("User reports") | html %]

[% RenderBlockStart("NoUserDataFoundMsg") %]
[% Translate("No data found.") | html %]
[% RenderBlockEnd("NoUserDataFoundMsg") %] [% RenderBlockStart("UserTable") %] [% RenderBlockStart("User") %] [% RenderBlockEnd("User") %] [% RenderBlockStart("UserGrandTotal") %] [% RenderBlockEnd("UserGrandTotal") %]
[% Translate("Monthly total") | html %] [% Translate("Lifetime total") | html %]
[% Translate("User") | html %] [% Translate("Working Hours") | html %] [% Translate("Overtime leave") | html %] [% Translate("Vacation") | html %] [% Translate("Sick leave") | html %] [% Translate("Overtime leave") | html %] [% Translate("Vacation remaining") | html %]
[% Data.User | html %] [% Data.WorkingHours | html %] [% Data.Overtime | html %] [% Data.LeaveDay | html %] [% Data.Sick | html %] [% Data.OvertimeTotal | html %] [% Data.LeaveDayRemaining | html %]
[% Translate("Total") | html %] [% Data.TotalWorkingHours | html %] [% Data.TotalOvertime | html %] [% Data.TotalLeaveDay | html %] [% Data.TotalSick | html %] [% Data.TotalOvertimeTotal | html %] [% Data.TotalLeaveDayRemaining | html %]
[% RenderBlockEnd("UserTable") %]

[% Translate("Project reports") | html %] ([% Translate(Data.ShowProjects) | html %])

[% RenderBlockStart("NoProjectDataFoundMsg") %]
[% Translate("No data found.") | html %]
[% RenderBlockEnd("NoProjectDataFoundMsg") %] [% RenderBlockStart("ProjectTable") %] [% RenderBlockStart("Action") %] [% RenderBlockStart("Project") %] [% RenderBlockEnd("Project") %] [% RenderBlockStart("ActionTotal") %] [% RenderBlockEnd("ActionTotal") %] [% RenderBlockEnd("Action") %] [% RenderBlockStart("ProjectGrandTotal") %] [% RenderBlockEnd("ProjectGrandTotal") %]
[% Translate("Project") | html %] [% Translate("Task") | html %] [% Translate("Hours (monthly)") | html %] [% Translate("Hours (Lifetime)") | html %]
[% Data.Project %] [% RenderBlockStart("ProjectDescription") %]
[% Data.ProjectDescription %] [% RenderBlockEnd("ProjectDescription") %]
[% Data.Action | html %] [% Data.Hours | html %] [% Data.HoursTotal | html %]
[% Translate("Total") | html %] [% Data.Hours | html %] [% Data.HoursTotal | html %]
[% Translate("Grand total") | html %] [% Data.TotalHours | html %] [% Data.TotalHoursTotal | html %]
[% RenderBlockEnd("ProjectTable") %]