@{ ViewBag.Title = "Route wise Breakdown Report"; Layout = "~/Views/Shared/_Layout.cshtml"; }
@* *@
Controls
Start Date @(Html.Kendo().DatePicker() .Name("FromDate") .Format("dd MMM yyyy") .Value(DateTime.Now.AddMonths(-1)) .Max(DateTime.Now) .HtmlAttributes(new { @class = "kendo-make-readonly", style = "width:152px !important", type = "text", @id = "fromDatePicker" }) .Start(CalendarView.Month) .Depth(CalendarView.Month) )
End Date @(Html.Kendo().DatePicker() .Name("ToDate") .Format("dd MMM yyyy") .Value(DateTime.Now) .Max(DateTime.Now) .Start(CalendarView.Month) .Depth(CalendarView.Month) .HtmlAttributes(new { style = "width:152px !important", type = "text", @id = "fromMonthPicker" }) .Max(DateTime.Now) )
Select Route @Html.Kendo().DropDownList().OptionLabel("-Select-").SelectedIndex(0).Name("RouteId").DataTextField("Text").DataValueField("Value").BindTo(Model)
Average Response Time (HH:MM) 00:00
Average Closure Time (HH:MM) 00:00
Total Breakdown 0
@*
0 Total Breakdown
00:00 Average Response Time (HH:MM)
00:00 Average Closure Time (HH:MM)
*@

  • Van Ticket
  • Dealer Ticket
Route Wise Breakdown Report
@*Popup dialog box div *@ @*Popup dialog box div *@ @{ 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&key="+mapApiKey; } @*@Scripts.Render("~/bundles/jsGeoAnalysisReport")*@