summaryrefslogtreecommitdiff
path: root/template/docs.html.j2
diff options
context:
space:
mode:
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">