@using EnVisage.Code @model EnVisage.Models.SupplyDemandReportFilterResponseModel @{ ViewBag.Title = "Supply and Demand Report"; } @section stylesheets { @Styles.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_STYLES_BASE_PATH, "prevu-acstyles")) } @section scripts { @Scripts.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_SCRIPTS_BASE_PATH, "prevu-angularservices")) @Scripts.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_SCRIPTS_BASE_PATH, "prevu-supplydemandreport")) } @section pagemenu {
} @{ var model = new { DisplayMode = new { MenuId = "visibilitydropdown_calendar", DataSection = "reportView", PageKey = "/SupplyDemandReport", BackUrlTitle = "calendar" } }; var json = Newtonsoft.Json.JsonConvert.SerializeObject(model); }