summaryrefslogtreecommitdiff
path: root/packages/taler-harness/bin/pdf-template.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-harness/bin/pdf-template.html')
-rw-r--r--packages/taler-harness/bin/pdf-template.html65
1 files changed, 65 insertions, 0 deletions
diff --git a/packages/taler-harness/bin/pdf-template.html b/packages/taler-harness/bin/pdf-template.html
new file mode 100644
index 000000000..d308d67c4
--- /dev/null
+++ b/packages/taler-harness/bin/pdf-template.html
@@ -0,0 +1,65 @@
+<html>
+
+<body style="padding: 3em">
+ <h1 id="account-information">Account information</h1>
+
+ <p>The information in this page is confidentail, do not share with others.</p>
+
+ <h2 style="margin-top: 4em;" id="bank-account">Bank</h2>
+ <p>
+ In your bank account you will be able to see how much revenue
+ has been consolidated.
+ </p>
+ <div style="display: flex; justify-content: space-between;">
+
+ <div>
+ <p>URL: {{bankURL}}</p>
+ <p>accounts id: {{bankUser}}</p>
+ <p>password: {{password}}</p>
+ </div>
+
+ <div>
+ <figure style="text-align: center;">
+ <img src="data:image/png;base64,{{bankQR}}" alt="" />
+ <figcaption>bank URL</figcaption>
+ </figure>
+ </div>
+ </div>
+
+ <hr />
+
+ <h2 style="margin-top: 4em;" id="merchant-instance">Backoffice</h2>
+ <p>
+ In this site you will be able to see how much are you selling,
+ make refunds or create new QR codes.
+ </p>
+
+ <div style="display: flex; justify-content: space-between;">
+ <div>
+ <p>URL: {{merchantURL}}</p>
+ <p>password: {{password}}</p>
+ </div>
+ <div>
+ <figure style="text-align: center;">
+ <img src="data:image/png;base64,{{merchantQR}}" alt="" />
+ <figcaption>merchant URL</figcaption>
+ </figure>
+ </div>
+ </div>
+
+ <hr />
+ <div style="page-break-after: always;">
+
+ </div>
+ <h1 style="margin-top: 4em;" id="template">Payme QR code</h1>
+ <p>
+ The following QR code can be utilized in
+ public settings to request payments.
+ </p>
+ <figure style="text-align: center;">
+ <img src="data:image/png;base64,{{templateQR}}" alt="" />
+ <figcaption>{{templateURI}}</figcaption>
+ </figure>
+</body>
+
+</html> \ No newline at end of file