summaryrefslogtreecommitdiffstats
path: root/data/templates/products/index.html
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2018-08-31 00:31:08 +0200
committerGitHub <noreply@github.com>2018-08-31 00:31:08 +0200
commit684e9dd1ef04301287e99590254e71907e67f785 (patch)
treec008d2878905e03df7a8bf8bd3330762cc2d8f43 /data/templates/products/index.html
parent3fc3ea6c6df237dbdf48d14703118b747bf5d647 (diff)
parent8f2ba2050ee78d0e4a47f1277c6bc4422d06170c (diff)
downloadserial-barcode-scanner-684e9dd1ef04301287e99590254e71907e67f785.tar.bz2
Merge pull request #43 from smilix/better_inventory
Better inventory
Diffstat (limited to 'data/templates/products/index.html')
-rw-r--r--data/templates/products/index.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/data/templates/products/index.html b/data/templates/products/index.html
index 8ece21a..ba7e08c 100644
--- a/data/templates/products/index.html
+++ b/data/templates/products/index.html
@@ -1,8 +1,13 @@
-<a href="/products/bestbefore">product list with best before dates</a>
-
<table id="producttable" class="table table-bordered table-striped table-condensed">
<thead>
- <tr><th>EAN</th></th><th>Name</th><th>Category</th><th>Amount</th><th>Memberprice</th><th>Guestprice</th></tr>
+ <tr>
+ <th>EAN</th>
+ <th>Name</th>
+ <th>Category</th>
+ <th>Amount</th>
+ <th>Memberprice</th>
+ <th>Guestprice</th>
+ </tr>
</thead>
<tbody>
{{{DATA}}}