Upload project.
This commit is contained in:
21
ThAmCo-Stock/ThAmCo.Stock/Views/Home/Index.cshtml
Normal file
21
ThAmCo-Stock/ThAmCo.Stock/Views/Home/Index.cshtml
Normal file
@@ -0,0 +1,21 @@
|
||||
@{
|
||||
ViewData["Title"] = "Admin Page";
|
||||
}
|
||||
|
||||
<div class="text-center">
|
||||
<h1 class="display-4">Welcome</h1>
|
||||
<form action="stock/low">
|
||||
Product Count:
|
||||
<input type="number" name="count" value="5" min="1">
|
||||
<input type="submit" class="btn btn-danger" value="Low Stock">
|
||||
</form>
|
||||
<br />
|
||||
<br />
|
||||
<a class="btn btn-primary" href="/stock/index" role="button">View Stocks</a>
|
||||
<br />
|
||||
<br />
|
||||
<a class="btn btn-primary" href="/stock/vendorproducts/supplier?=undercutters" role="button">Vendor Products</a>
|
||||
<br />
|
||||
<br />
|
||||
<a class="btn btn-primary" href="/stock/orderrequests" role="button">Order Requests</a>
|
||||
</div>
|
||||
6
ThAmCo-Stock/ThAmCo.Stock/Views/Home/Privacy.cshtml
Normal file
6
ThAmCo-Stock/ThAmCo.Stock/Views/Home/Privacy.cshtml
Normal file
@@ -0,0 +1,6 @@
|
||||
@{
|
||||
ViewData["Title"] = "Privacy Policy";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
<p>Use this page to detail your site's privacy policy.</p>
|
||||
Reference in New Issue
Block a user