From bb55e121576a5b5d225bfc68c5062f386cc32db9 Mon Sep 17 00:00:00 2001 From: Holger Cremer Date: Thu, 26 Jul 2018 20:09:26 +0200 Subject: adds an inventory function --- templates/products/inventory.html | 49 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 templates/products/inventory.html (limited to 'templates/products/inventory.html') diff --git a/templates/products/inventory.html b/templates/products/inventory.html new file mode 100644 index 0000000..ede1aea --- /dev/null +++ b/templates/products/inventory.html @@ -0,0 +1,49 @@ +

Inventory Thanks that you do it!

+ +
+ Success! Every change was added. Thank you! +
+ +
+ Tip! You can download an inventory PDF to collect the data offline. + Only products with amount > 0 + All products +
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+ + + + + + + + + + + + {{{DATA}}} + +
EANNameCategoryExpected AmountReal Amount
+ +
+ {{{ACTION}}} +
+ +
\ No newline at end of file -- cgit v1.2.3