@{ ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["Title"]; Layout = "~/Views/Shared/_Layout.cshtml"; }
Home Dashboard
Select Dealer: @Html.Kendo().ComboBox().SelectedIndex(0).Name("DealerId").Filter("contains").DataTextField("Text").DataValueField("Value").BindTo(Model).Suggest(true) From: @(Html.Kendo().DatePicker() .Name("monthpickerFrom") .Start(CalendarView.Month) .Depth(CalendarView.Month) .Format("dd-MMM-yyyy") .Value(new DateTime(DateTime.Now.Year, DateTime.Now.Month, 1)) .HtmlAttributes(new { style = "width:150px", type = "text" }) ) To: @(Html.Kendo().DatePicker() .Name("monthpickerTo") .Start(CalendarView.Month) .Depth(CalendarView.Month) .Format("dd-MMM-yyyy") .Value(DateTime.Now) .Max(DateTime.Now) .HtmlAttributes(new { style = "width:150px", type = "text" }) )
@*Dashboard*@
EICHER TRUCKS AND BUSES

EOS Call Tracking and Feedback

- Vans
- Average Response Time (H:M)
- % of calls closed within 24 hours
- % of calls responded within 2 hours

-

Total breakdowns

-

MINIMUM RESPONSE TIME (DEALER) (HH:MM)

-

MAXIMUM RESPONSE TIME (DEALER) (HH:MM)

-

NO. of open tickets

1-7 1-6 2-3 2-5 3-2 2-1

-

MINIMUM RESPONSE TIME (VAN) (H:M)

@**@
2-5 1-7 3-2 2-3 2-1 1-6

-

MAXIMUM RESPONSE TIME (VAN) (HH:MM)

-

No of Dealer Tickets

-

No. of Van Ticket

@**@
@Scripts.Render("~/bundles/jsDealerDashboard") @* *@