Start adding MonthlyInventory
This commit is contained in:
@@ -57,5 +57,16 @@ namespace InventoryTraker.Web.Controllers
|
||||
|
||||
return BetterJson(report.ToArray());
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
public ActionResult MonthlyInventory()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
public ActionResult MonthlyInventory(DateTime month)
|
||||
{
|
||||
return BetterJson(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user