From 95264a99379ed183a8d098fbaadbca973c5baa68 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 21 Feb 2020 12:38:32 -0300 Subject: Add Cashier and Merchant POS to components --- template/cashier.html.j2 | 29 +++++++++++++++++++++++++++++ template/docs.html.j2 | 22 ++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 template/cashier.html.j2 (limited to 'template') diff --git a/template/cashier.html.j2 b/template/cashier.html.j2 new file mode 100644 index 00000000..c7509e96 --- /dev/null +++ b/template/cashier.html.j2 @@ -0,0 +1,29 @@ +{% extends "common/base.j2" %} + +{% block body_content %} + +
+
+

{{ _("Taler Cashier") }}

+
+
+ +
+ +
+
+

+ {% trans %} + The Taler Cashier is an Android app + that enables you to take cash and give out electronic cash. + {% endtrans %} +

+

{{ _("Download") }}

+

+ Coming soon! +

+
+
+ +
+{% endblock body_content %} 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 %} PDF. + +
+ + +

{{ _("Merchant POS Terminal") }}

+
+ {% trans %} + Manual for configuring and using the point of sale app. + Also available as + {% endtrans %} + PDF. +
+ +
+ + +

{{ _("Cashier") }}

+
+ {% trans %} + An app for taking in cash and handing out electronic cash. + {% endtrans %} +
-- cgit v1.2.3