|
@@ -12,7 +12,9 @@
|
|
|
|
|
|
|
|
<% include ../shared/banner %>
|
|
<% include ../shared/banner %>
|
|
|
|
|
|
|
|
- <div id="inventoryStrand">
|
|
|
|
|
|
|
+ <strand-selector></strand-selector>
|
|
|
|
|
+
|
|
|
|
|
+ <div id="inventoryStrand" class="strand">
|
|
|
<h1><span><%= merchant.name %></span> inventory</h1>
|
|
<h1><span><%= merchant.name %></span> inventory</h1>
|
|
|
|
|
|
|
|
<div class="options">
|
|
<div class="options">
|
|
@@ -43,7 +45,11 @@
|
|
|
</table>
|
|
</table>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div id="addIngredientStrand" class="add-ingredient">
|
|
|
|
|
|
|
+ <div id="accountStrand" class="strand">
|
|
|
|
|
+ <h1>Account Strand</h1>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div id="addIngredientAction" class="action">
|
|
|
<button class="button" onclick="inventoryObj.display()">Back to Inventory</button>
|
|
<button class="button" onclick="inventoryObj.display()">Back to Inventory</button>
|
|
|
|
|
|
|
|
<div class="container">
|
|
<div class="container">
|
|
@@ -85,7 +91,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div id="enterTransactionsStrand">
|
|
|
|
|
|
|
+ <div id="enterTransactionsAction" class="action">
|
|
|
<h1>Enter items sold since (Date)</h1>
|
|
<h1>Enter items sold since (Date)</h1>
|
|
|
|
|
|
|
|
<button class="button" onclick="inventoryObj.display()">Back to inventory</button>
|
|
<button class="button" onclick="inventoryObj.display()">Back to inventory</button>
|
|
@@ -103,7 +109,7 @@
|
|
|
<button class="button" onclick="enterTransactionsObj.submit()">Submit</button>
|
|
<button class="button" onclick="enterTransactionsObj.submit()">Submit</button>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div id="enterPurchaseStrand">
|
|
|
|
|
|
|
+ <div id="enterPurchaseAction" class="action">
|
|
|
<h1>Enter Purchases</h1>
|
|
<h1>Enter Purchases</h1>
|
|
|
|
|
|
|
|
<button class="button" onclick="inventoryObj.display()">Back to inventory</button>
|
|
<button class="button" onclick="inventoryObj.display()">Back to inventory</button>
|
|
@@ -134,10 +140,10 @@
|
|
|
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
|
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
|
|
<script src="../shared/validation.js"></script>
|
|
<script src="../shared/validation.js"></script>
|
|
|
<script src="/inventoryPage/inventory.js"></script>
|
|
<script src="/inventoryPage/inventory.js"></script>
|
|
|
- <script src="/inventoryPage/recipe.js"></script>
|
|
|
|
|
|
|
+ <script src="/inventoryPage/account.js"></script>
|
|
|
<script src="/inventoryPage/addIngredient.js"></script>
|
|
<script src="/inventoryPage/addIngredient.js"></script>
|
|
|
<script src="/inventoryPage/enterTransactions.js"></script>
|
|
<script src="/inventoryPage/enterTransactions.js"></script>
|
|
|
<script src="/inventoryPage/enterPurchase.js"></script>
|
|
<script src="/inventoryPage/enterPurchase.js"></script>
|
|
|
- <script src="/inventoryPage/controller.js"></script>
|
|
|
|
|
|
|
+ <script src="/shared/controller.js"></script>
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|