summaryrefslogtreecommitdiffstats
path: root/templates/products/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/products/entry.html')
-rw-r--r--templates/products/entry.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/products/entry.html b/templates/products/entry.html
index ffb0dcf..0cdd4a6 100644
--- a/templates/products/entry.html
+++ b/templates/products/entry.html
@@ -29,8 +29,12 @@
<div id="restock" style="display: {{{ISADMIN}}};">
<form action="/products/{{{EAN}}}/restock" class="form-horizontal">
- <input class="input-small" name="amount" type="number" min="1" placeholder="Amount" />
- <input class="input-small" name="price" type="number" step="0.01" min="0.01" placeholder="Price" />
+ <input class="input-small" name="amount" type="number" min="1" placeholder="Amount" title="Amount" />
+ <input class="input-small" name="price" type="number" step="0.01" min="0.01" placeholder="Price" title="Price per Piece" />
+ <select name="supplier" title="Supplier">
+ {{{SUPPLIERS}}}
+ </select>
+ <input class="input-small" name="best_before_date" type="date" title="Best Before Date (YYYY-MM-DD)" />
<button type="submit" class="btn btn-primary"><i class="icon-plus"></i></button>
</form>
</div>