From a2c2a4b9e6a2dbbf103e989bebb507f4340d71e7 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sat, 2 Mar 2013 01:02:26 +0100 Subject: initial support for suppliers & best before dates --- templates/products/entry.html | 8 ++++++-- templates/products/restock.html | 13 ++++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to 'templates') 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 @@
- - + + + +
diff --git a/templates/products/restock.html b/templates/products/restock.html index c314b29..70926c5 100644 --- a/templates/products/restock.html +++ b/templates/products/restock.html @@ -1,8 +1,15 @@

Restock: {{{NAME}}}

-
- Successfully restocked {{{AMOUNT}}} items of - product {{{NAME}}}. Price per item: {{{PRICE}}}. +
+

Successfully restocked:

+ + + + + + + +
Name{{{NAME}}}
Amount{{{AMOUNT}}}
Price{{{PRICE}}}
Supplier{{{SUPPLIER}}}
Best Before Date{{{BESTBEFORE}}}
-- cgit v1.2.3