@using System.Globalization @using ApacKernel @using ApacKernel.Web.MVC @using Now.Entities @using Now.Web.Models @model Dictionary @{ ViewBag.Title = "Invoices"; Layout = "~/Views/Shared/_LayoutMaster.cshtml"; var numberFormat = new CultureInfo("en-AU").NumberFormat; } @section ServiceSection {
@Html.InputPartialView("_Switcher", @ViewBag.FilterOptions as List)
}

@ViewBag.Title

@Model["Today"].PerDay.ToString("$#,0.00", numberFormat)
@Model["Today"].AvgOrder.ToString("$#,0.00", numberFormat) @Model["Today"].OrdersCount.ToString("#,0", numberFormat) @Model["Today"].ItemsCount.ToString("#,0", numberFormat)
AVG order Orders Units
@if (ViewContext.HttpContext.GetOverriddenBrowser().IsMobileDevice) { } else { }
@Html.ActionLink(Model["Yesterday"].PerDay.ToString("$#,0", numberFormat), "Historical", new { controller = "Dashboards", rangeName = "Yesterday" }, new { @class = "block-revenue-hstat-td-data_link", @id = "totalRevenueYesterday" }) @Html.ActionLink(Model["ThisMonth"].PerDay.ToString("$#,0", numberFormat), "Historical", new { controller = "Dashboards", rangeName = "ThisMonth" }, new { @class = "block-revenue-hstat-td-data_link", @id = "totalRevenueThisMonth" })
Yesterday This Month
@Html.ActionLink(Model["TTLM"].PerDay.ToString("$#,0", numberFormat), "Historical", new { controller = "Dashboards", rangeName = "TTLM" }, new { @class = "block-revenue-hstat-td-data_link", @id = "totalRevenueTTLM" }) @Html.ActionLink(Model["TTLY"].PerDay.ToString("$#,0", numberFormat), "Historical", new { controller = "Dashboards", rangeName = "TTLY" }, new { @class = "block-revenue-hstat-td-data_link", @id = "totalRevenueTTLY" })
TTLM TTLY
@Html.ActionLink(Model["LastMonth"].PerDay.ToString("$#,0", numberFormat), "Historical", new { controller = "Dashboards", rangeName = "LastMonth" }, new { @class = "block-revenue-hstat-td-data_link", @id = "totalRevenueLastMonth" }) @Html.ActionLink(Model["LastYear"].PerDay.ToString("$#,0", numberFormat), "Historical", new { controller = "Dashboards", rangeName = "LastYear" }, new { @class = "block-revenue-hstat-td-data_link", @id = "totalRevenueLastYear" })
Last Month Last Year
@Html.ActionLink(Model["ThisMonth"].PerDay.ToString("$#,0", numberFormat), "Historical", new { controller = "Dashboards", rangeName = "ThisMonth" }, new { @class = "block-revenue-hstat-td-data_link", @id = "totalRevenueThisMonth" }) @Html.ActionLink(Model["TTLM"].PerDay.ToString("$#,0", numberFormat), "Historical", new { controller = "Dashboards", rangeName = "TTLM" }, new { @class = "block-revenue-hstat-td-data_link", @id = "totalRevenueTTLM" }) @Html.ActionLink(Model["TTLY"].PerDay.ToString("$#,0", numberFormat), "Historical", new { controller = "Dashboards", rangeName = "TTLY" }, new { @class = "block-revenue-hstat-td-data_link", @id = "totalRevenueTTLY" })
This Month TTLM TTLY
@Html.ActionLink(Model["Yesterday"].PerDay.ToString("$#,0", numberFormat), "Historical", new { controller = "Dashboards", rangeName = "Yesterday" }, new { @class = "block-revenue-hstat-td-data_link", @id = "totalRevenueYesterday" }) @Html.ActionLink(Model["LastMonth"].PerDay.ToString("$#,0", numberFormat), "Historical", new { controller = "Dashboards", rangeName = "LastMonth" }, new { @class = "block-revenue-hstat-td-data_link", @id = "totalRevenueLastMonth" }) @Html.ActionLink(Model["LastYear"].PerDay.ToString("$#,0", numberFormat), "Historical", new { controller = "Dashboards", rangeName = "LastYear" }, new { @class = "block-revenue-hstat-td-data_link", @id = "totalRevenueLastYear" })
Yesterday Last Month Last Year

Websites Summary

  Revenue Orders Items New
Loading..

Sales Summary

Name Today Total
Loading..