summaryrefslogtreecommitdiffstats
path: root/templates/products/inventory.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/products/inventory.html')
-rw-r--r--templates/products/inventory.html49
1 files changed, 0 insertions, 49 deletions
diff --git a/templates/products/inventory.html b/templates/products/inventory.html
deleted file mode 100644
index ede1aea..0000000
--- a/templates/products/inventory.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<h1>Inventory <small>Thanks that you do it! </small></h1>
-
-<div class="{{{SUCESS_HIDDEN}}} alert alert-success">
- <strong>Success!</strong> Every change was added. Thank you!
-</div>
-
-<div class="alert alert-info">
- <strong>Tip!</strong> You can download an inventory PDF to collect the data offline.
- <a href="/products/inventory-pdf" target="_blank" class="btn btn-primaryn">Only products with amount > 0</a>
- <a href="/products/inventory-pdf?all=1" target="_blank" class="btn btn-primaryn">All products</a>
-</div>
-
-<form action="/products/inventory" method="POST" class="form form-horizontal">
- <div class="{{{RESTOCK_HIDDEN}}} control-group">
- <label class="control-label">Select the supplier for the restock action.</label>
- <div class="controls">
- <select name="supplierId">
- {{{SUPPLIERS}}}
- </select>
- </div>
- </div>
- <div class="{{{RESTOCK_HIDDEN}}} control-group">
- <label class="control-label">Select the Shop User for loss transaction.</label>
- <div class="controls">
- <select name="userId">
- {{{USERS}}}
- </select>
- </div>
- </div>
- <table class="sortable table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>EAN</th>
- <th>Name</th>
- <th>Category</th>
- <th>Expected Amount</th>
- <th>Real Amount</th>
- </tr>
- </thead>
- <tbody>
- {{{DATA}}}
- </tbody>
- </table>
-
- <div class="pull-right">
- {{{ACTION}}}
- </div>
-
-</form> \ No newline at end of file