Remove CRM bits

This commit is contained in:
2016-08-25 13:05:31 -04:00
parent a5fcb46e04
commit b57c5ae41c
42 changed files with 0 additions and 1471 deletions
@@ -1,22 +0,0 @@
@using InventoryTraker.Web.Helpers
@using InventoryTraker.Web.Models
@model dynamic
@{
ViewBag.Title = "Reports";
}
<h1 class="page-header">
Reports
</h1>
@(Html.Angular().GridFor<ReportController>(c => c.NewCustomers())
.Title("New Customers")
.Columns<NewCustomerReportViewModel>(config =>
{
config.Add(x => x.Name);
config.Add(x => x.WorkEmail);
config.Add(x => x.CreateDate, "Date Joined", "date: 'MM/dd/yyyy'");
}))
<lost-customers-report ></lost-customers-report>