@model GODATA.Models.Report.Analysis @{ ViewBag.Title = "Geo Analysis Report"; Layout = "~/Views/Shared/_Layout.cshtml"; }
Controls
Select Year @(Html.Kendo().DatePicker() .Name("fromDatePicker") .Format("yyyy") .Value(DateTime.Now) .Max(DateTime.Now) .HtmlAttributes(new { @class = "kendo-make-readonly", style = "width:150px", type = "text" }) .Start(CalendarView.Decade) .Depth(CalendarView.Decade) )
Select Month @(Html.Kendo().DatePicker() .Name("fromMonthPicker") .Format("MMM") .Start(CalendarView.Year) .Depth(CalendarView.Year) .HtmlAttributes(new { style = "width:150px", type = "text" }) .Max(DateTime.Now) )
EOS VAN @Html.CheckBoxFor(p => p.IsVan, new { @checked = true })
Dealer @Html.CheckBoxFor(p => p.IsDealer, new { @checked = true })
Open Ticket @Html.CheckBoxFor(p => p.IsOpenTicket, new { @checked = true })
Close Ticket @Html.CheckBoxFor(p => p.IsClosedTickets, new { @checked = true })
@**@ @**@
Reset
SLA Met
SLA Not Met
@**@
@*
*@
  • Open Ticket
  • Close Ticket
  • SLA Met
  • SLA Not Met
  • Opportunity Lost
@*
*@
Geo Analysis Report
@*Popup dialog box div *@ @*Popup dialog box div *@ @*
Device on Map
*@ @{ var mapApiKey = System.Configuration.ConfigurationManager.AppSettings["GoogleId"]; //(mapApiKey); var src1 = "http://maps.googleapis.com/maps/api/js?v=3.exp&type=restaurant,establishment,fire_station&sensor=false&key="+mapApiKey; } *@ @Scripts.Render("~/bundles/jsGeoAnalysisReport")