Initiate InventoyTypes from a xlxs

Arrival mostly working
This commit is contained in:
2016-08-22 11:03:00 -04:00
parent 7e4d8a6d2a
commit 53ed1b3af9
40 changed files with 798 additions and 208 deletions
@@ -6,7 +6,7 @@ namespace InventoryTraker.Web
{
public static void RegisterBundles(BundleCollection bundles)
{
bundles.Add(new StyleBundle("~/Content/all.css")
bundles.Add(new StyleBundle("~/Content/all-styles")
.Include("~/Content/font-awesome.css")
.Include("~/Content/bootstrap.css")
.Include("~/Content/sb-admin.css")
@@ -14,7 +14,7 @@ namespace InventoryTraker.Web
.Include("~/Content/ui-grid.css")
);
bundles.Add(new ScriptBundle("~/js/all.js")
bundles.Add(new ScriptBundle("~/js/all-javascript")
.Include("~/Scripts/jquery-1.9.1.js")
.Include("~/Scripts/bootstrap.js")
.Include("~/Scripts/angular.js")