@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); }
  • Resource Totals as
  • Group by
  • Mode
  • Projects Displayed as
  • Default View
  • Use Capacity
  • Parts
  • Sort By
  • Sort Order
  • Show Projects
  • Show Resources
to

to

to

@* In this case controller will be initialized via broadcasted event from the parent controller *@