@model PlanTempus.Application.Features.Employees.Components.EmployeeDetailSalaryViewModel @Model.LabelRates @Model.LabelEdit @Model.LabelNormalRate @Model.LabelOvertimeRate @Model.LabelVacationRate @Model.LabelCommission @Model.LabelProductCommission @Model.LabelServiceCommission @Model.LabelSupplements @Model.LabelWeekdaySupplement @Model.LabelSaturdaySupplement @Model.LabelSundaySupplement @Model.LabelSpecifications @foreach (var spec in Model.Specifications) { @spec.Period @spec.Weeks.Sum(w => w.NormalHours + w.OvertimeHours)t @spec.GrossSalaryFormatted @Model.LabelTotal @Model.LabelWeek Timer Overtid I alt @foreach (var week in spec.Weeks) { Uge @week.WeekNumber @week.NormalHoursFormatted @week.OvertimeHoursFormatted @week.TotalPayFormatted } TOTAL @(spec.Weeks.Sum(w => w.NormalHours))t @(spec.Weeks.Sum(w => w.OvertimeHours))t @(spec.Weeks.Sum(w => w.TotalPay).ToString("N2", System.Globalization.CultureInfo.GetCultureInfo("da-DK"))) kr Se lønspecifikation }
@Model.LabelRatesDrawerTitle @Model.LabelBaseRates @Model.LabelNormalRate kr @Model.LabelOvertimeRate kr @Model.LabelCourseRate kr @Model.LabelTimeOffRate kr @Model.LabelPaidLeaveRate kr @Model.LabelVacationRate kr @Model.LabelOfficeRate kr @Model.LabelChildSickRate kr @Model.LabelChildHospitalRate kr @Model.LabelMaternityRate kr @Model.LabelSupplements @Model.LabelWeekdaySupplementFull kr @Model.LabelSaturdaySupplementFull kr @Model.LabelSundaySupplement kr @Model.LabelCommission @Model.LabelProductCommissionFull % @Model.LabelServiceCommissionFull %