diff --git a/devel/README b/devel/README index 55038fa..9b35276 100644 --- a/devel/README +++ b/devel/README @@ -11,6 +11,14 @@ and overengineered... But oh well, here is our attempt! Mighty Kassensystem, finally! +Dependencies +============ + - python-django >= 1.3 + - python-django-auth-ldap + - python-django-piston + - easy-thumbnails + https://github.com/SmileyChris/easy-thumbnails.git + Installation Process ==================== diff --git a/devel/TODO b/devel/TODO index 61546ec..7c1f58d 100644 --- a/devel/TODO +++ b/devel/TODO @@ -49,3 +49,5 @@ Open for discussion: Konrad: - in js verhindern, das wer durch doppelklick auf "KAUFEN" das ding 2x kauft(also 2x http request abgesetzt werden) + - BUG: Auf der HOME-seite ist das Bild direkt neben "SNACKS" nicht als link anklickbar + - BUG: directBuy-anzeige ist z.B. auf der HOME-seite hinter den "Kauf"-Buttons diff --git a/k4ever/buyable/templates/buyables/history.html b/k4ever/buyable/templates/buyables/history.html index 7fbc2be..300ea8c 100644 --- a/k4ever/buyable/templates/buyables/history.html +++ b/k4ever/buyable/templates/buyables/history.html @@ -1,4 +1,6 @@ {% extends "base.html" %} +{% load thumbnail %} + {% block "content" %} {% if history %} @@ -53,7 +55,7 @@ {% for item in order.purchase_set.all %}
- - | -{{ buyable.buyable__name }} ({{ buyable.num_buys }} mal gekauft) | -- {% if buyable.buyable__deposit > 0 %} - Kaufen (Ohne Pfand) - Kaufen (Mit Pfand) - {% if includeDeposit %} - Kaufen (Nur Pfand) - {% endif %} - {% else %} - Kaufen - {% endif %} - | -
{{ default|default_if_none:"Noch keine gekauft" }}
-{% endif %} \ No newline at end of file diff --git a/k4ever/buyable/templates/buyables/product_list.html b/k4ever/buyable/templates/buyables/product_list.html index 6fe3755..aea79c0 100644 --- a/k4ever/buyable/templates/buyables/product_list.html +++ b/k4ever/buyable/templates/buyables/product_list.html @@ -1,10 +1,12 @@ +{% load thumbnail %} + {% if buyables %}- + | {{ buyable.name }} | @@ -37,4 +39,4 @@ |
{{ default|default_if_none:"Noch keine gekauft" }}
-{% endif %} \ No newline at end of file +{% endif %} diff --git a/k4ever/buyable/templates/buyables/showItem.html b/k4ever/buyable/templates/buyables/showItem.html index 67774d7..f7be065 100644 --- a/k4ever/buyable/templates/buyables/showItem.html +++ b/k4ever/buyable/templates/buyables/showItem.html @@ -1,4 +1,6 @@ {% extends "base.html" %} +{% load thumbnail %} + {% block "content" %} @@ -10,7 +12,7 @@