|
@@ -54,7 +54,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div id="ingredientsStrand" class="strand">
|
|
<div id="ingredientsStrand" class="strand">
|
|
|
- <div id="ingredientHead">
|
|
|
|
|
|
|
+ <div class="strandHead">
|
|
|
<h1 class="strandTitle">Ingredient Inventory</h1>
|
|
<h1 class="strandTitle">Ingredient Inventory</h1>
|
|
|
|
|
|
|
|
<button class="button" onclick="addIngredientsComp.display()">
|
|
<button class="button" onclick="addIngredientsComp.display()">
|
|
@@ -67,7 +67,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div id="recipeBookStrand" class="strand">
|
|
<div id="recipeBookStrand" class="strand">
|
|
|
- <div id="recipeHead">
|
|
|
|
|
|
|
+ <div class="strandHead">
|
|
|
<h1 class="strandTitle">Recipe Book</h1>
|
|
<h1 class="strandTitle">Recipe Book</h1>
|
|
|
|
|
|
|
|
<% if(merchant.pos === "none"){ %>
|
|
<% if(merchant.pos === "none"){ %>
|
|
@@ -82,7 +82,14 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div id="ordersStrand" class="strand">
|
|
<div id="ordersStrand" class="strand">
|
|
|
- <h1 class="strandTitle">Orders</h1>
|
|
|
|
|
|
|
+ <div class="strandHead">
|
|
|
|
|
+ <h1 class="strandTitle">Orders</h1>
|
|
|
|
|
+
|
|
|
|
|
+ <button class="button" onclick="newOrderComp.display()">
|
|
|
|
|
+ <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>
|
|
|
|
|
+ add
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
<table id="orderList">
|
|
<table id="orderList">
|
|
|
<thead>
|
|
<thead>
|
|
@@ -115,6 +122,8 @@
|
|
|
<% include ./components/recipeDetails %>
|
|
<% include ./components/recipeDetails %>
|
|
|
|
|
|
|
|
<% include ./components/addRecipe %>
|
|
<% include ./components/addRecipe %>
|
|
|
|
|
+
|
|
|
|
|
+ <% include ./components/newOrder %>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<script>let merchant = <%- JSON.stringify(merchant) %>;</script>
|
|
<script>let merchant = <%- JSON.stringify(merchant) %>;</script>
|