@using PowderCoating.Core.Enums @using PowderCoating.Web.Controllers @model RevenueDashboardViewModel @section Styles { } @{ ViewData["Title"] = "Revenue Dashboard"; }
| Active | @Model.ActiveCount |
| Grace Period | @Model.GracePeriodCount |
| Expired | @Model.ExpiredCount |
| Canceled / Inactive | @Model.CanceledCount |
| Comped | @Model.CompedCount |
| Total | @Model.TotalCompanies |
| Plan | Co. | MRR |
|---|---|---|
| @row.PlanName | @row.CompanyCount | @row.Revenue.ToString("C0") |
| Company | Plan | Status | End Date | Days | |
|---|---|---|---|---|---|
| @alert.CompanyName | @alert.PlanName | @alert.Status | @Html.Raw(alert.EndDate?.ToString("MM/dd/yyyy") ?? "—") | @daysText | Manage |