From b0df61f757ab0ce721b9fd9476a99ea9f5f7e633 Mon Sep 17 00:00:00 2001 From: shivam kohli Date: Thu, 2 Aug 2018 05:54:45 +0530 Subject: improved ui by adding explanations --- templates/inventory/home.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/inventory/home.html') diff --git a/templates/inventory/home.html b/templates/inventory/home.html index 5b5d6b6..f7d2faa 100644 --- a/templates/inventory/home.html +++ b/templates/inventory/home.html @@ -24,11 +24,15 @@ with the Taler Codeless Merchant. If not, see . {% load staticfiles %}

INVENTORY

+

The current products in the inventory available has been displayed below. To add new physical or digital inventory click the buttons respectively below this text. For detailed information about specific product click on the card below (cards are displayed only when there is inventory in the stocks).

{% endblock headermsg %} {% block content %} -
- +
+
+
ADD PHYSICAL INVENTORY

+
ADD DIGITAL INVENTORY

+
    {% for item in data %}
  • @@ -48,9 +52,5 @@ with the Taler Codeless Merchant. If not, see .
  • {% endfor %}
- -
ADD PRODUCT

-
ADD DIGITAL INVENTORY
-
{% endblock content %} \ No newline at end of file -- cgit v1.2.3