@using EnVisage.Code @model EnVisage.Models.FiscalCalendarModel @using EnVisage.Code.HtmlHelpers @using Microsoft.AspNet.Identity @{ ViewBag.Title = "Fiscal Calendar"; } @section scripts { }
Fiscal Calendar Settings
@Html.LabelFor(t => t.Type, new {@class="col-sm-2 control-label"})
@Model.Type.ToDisplayValue()
@Html.LabelFor(t => t.CurrentYearStartDate, new {@class="col-sm-2 control-label"})
@(Model.CurrentYearStartDate.HasValue ? Model.CurrentYearStartDate.Value.ToShortDateString() : "")
@Html.LabelFor(t => t.WeekEnding, new {@class="col-sm-2 control-label"})
@Model.WeekEnding.ToDisplayValue()
@Html.LabelFor(t => t.WeekEndingType, new {@class="col-sm-2 control-label"})
@Model.WeekEndingType.ToDisplayValue()
@if (Html.CheckSecurityObjectPermission(Areas.FiscalCalendar, AccessLevel.Write)) { }
Name Date Working Day Non Working Week