summaryrefslogtreecommitdiff
path: root/template/docs.html.j2
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-02-21 12:38:32 -0300
committerTorsten Grote <t@grobox.de>2020-02-21 12:38:32 -0300
commit95264a99379ed183a8d098fbaadbca973c5baa68 (patch)
tree616dc77832cf140c99c5f06d590a348036419e2e /template/docs.html.j2
parentc8e81e9bec3303d355b267b3fccda0b96a1fb348 (diff)
downloadwww-95264a99379ed183a8d098fbaadbca973c5baa68.tar.gz
www-95264a99379ed183a8d098fbaadbca973c5baa68.tar.bz2
www-95264a99379ed183a8d098fbaadbca973c5baa68.zip
Add Cashier and Merchant POS to components
Diffstat (limited to 'template/docs.html.j2')
-rw-r--r--template/docs.html.j222
1 files changed, 22 insertions, 0 deletions
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index c6b55547..aeaa1f23 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -97,6 +97,28 @@
{% endtrans %}
<a href="https://{{ siteconfitem['docshost'] }}/pdf/taler-backoffice-manual.pdf">PDF</a>.
</div>
+
+ <div class="col-3">
+ <a href="https://{{ siteconfitem['docshost'] }}/taler-merchant-pos-terminal.html">
+ <img src="{{ url('icons/icon-market.svg') }}" height=60>
+ <h3>{{ _("Merchant POS Terminal") }}</h3>
+ </a>
+ {% trans %}
+ Manual for configuring and using the point of sale app.
+ Also available as
+ {% endtrans %}
+ <a href="https://{{ siteconfitem['docshost'] }}/pdf/taler-merchant-pos-terminal.pdf">PDF</a>.
+ </div>
+
+ <div class="col-3">
+ <a href="{{ url_localized('cashier.html') }}">
+ <img src="{{ url('icons/icon-cashier.svg') }}" height=60>
+ <h3>{{ _("Cashier") }}</h3>
+ </a>
+ {% trans %}
+ An app for taking in cash and handing out electronic cash.
+ {% endtrans %}
+ </div>
</div>
<div class="row mt-5">