-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qrrechnung-output.dtx
382 lines (351 loc) · 10.7 KB
/
qrrechnung-output.dtx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
% \iffalse meta-comment
% vim: textwidth=75
%<*internal>
\iffalse
%</internal>
%<*internal>
\fi
\def\nameofplainTeX{plain}
\ifx\fmtname\nameofplainTeX\else
\expandafter\begingroup
\fi
%</internal>
%<*install>
\input docstrip.tex
\keepsilent
\askforoverwritefalse
\preamble
-----------------------:| -------------------------------------------------
qrrechnung-definitions: | generates the output for qrrechnung
Author:| Benedikt Trefzer
E-mail:| [email protected]
License:| Released under the LaTeX Project Public License v1.3c or later
See:| http://www.latex-project.org/lppl.txt
\endpreamble
\postamble
Copyright (C) 2020 by Benedikt Trefzer, Cirrax GmbH <[email protected]>
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License (LPPL), either
version 1.3c of this license or (at your option) any later
version. The latest version of this license is in the file:
http://www.latex-project.org/lppl.txt
This work is "maintained" (as per LPPL maintenance status) by
(not set).
This work consists of the file qrrechnung-output.dtx
\endpostamble
\usedir{tex/latex/qrrechnung-output}
\generate{
\file{\jobname.sty}{\from{\jobname.dtx}{package}}
}
%</install>
%<install>\endbatchfile
%<*internal>
\usedir{source/latex/qrrechnung-output}
\generate{
\file{\jobname.ins}{\from{\jobname.dtx}{install}}
}
\nopreamble\nopostamble
\usedir{doc/latex/qrrechnung-output}
\ifx\fmtname\nameofplainTeX
\expandafter\endbatchfile
\else
\expandafter\endgroup
\fi
%</internal>
% \fi
%
% \iffalse
%<*driver>
\ProvidesFile{qrrechnung-output.dtx}
%</driver>
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{qrrechnung-output}
%<*package>
[2020/02/06 v1.00 qrrechnung-output]
%</package>
%<*driver>
\documentclass{ltxdoc}
\usepackage[a4paper,margin=25mm,left=50mm,nohead]{geometry}
\usepackage[numbered]{hypdoc}
\usepackage{\jobname}
\EnableCrossrefs
\CodelineIndex
\RecordChanges
\begin{document}
\DocInput{\jobname.dtx}
\end{document}
%</driver>
% \fi
%
% \GetFileInfo{\jobname.dtx}
% \DoNotIndex{\newcommand,\newenvironment}
%
%\title{\textsf{qrrechnung-definitions} --- qrrechnung-output\thanks{This file
% describes version \fileversion, last revised \filedate.}
%}
%\author{Benedikt Trefzer, Cirrax GmbH\thanks{E-mail: [email protected]}}
%\date{Released \filedate}
%
%\maketitle
%
%\changes{v1.00}{2020/02/06}{First public release}
%
% \begin{abstract}
% Provides commands for generating the output of a qrrechnung
% \end{abstract}
%
% \section{Usage}
%
% only used in qrrechnung.
%
%
%\StopEventually{^^A
% \PrintChanges
% \PrintIndex
%}
%
% \section{Implementation}
%
% \begin{macrocode}
%<*package>
% \end{macrocode}
% \begin{macrocode}
\RequirePackage{xstring}
\RequirePackage{ifthen}
\RequirePackage{tikz}
\RequirePackage[absolute,overlay]{textpos}
\RequirePackage{color}
% \end{macrocode}
% \begin{macro}{\qrrO@initialize}
% Initialzes several length used for the output
% \begin{macrocode}
\newlength{\qrrechnung@space} % ident Left
\newlength{\qrrechnung@qrcodesize}
\newlength{\qrrechnung@columnOne}
\newlength{\qrrechnung@columnTwo}
\newlength{\qrrechnung@columnThree}
\newcommand{\qrrO@initialize}{
% \TPoptions{showboxes=true}
\textblockorigin{\paperwidth - 210mm}{\paperheight - 105mm} % upper left corner of a6 zahlteil (without upper margin)
\setlength{\qrrechnung@space}{5mm} % minimum 5mm
\setlength{\qrrechnung@qrcodesize}{46 mm} % size of the qrcode
\setlength{\qrrechnung@columnOne}{52mm} % width of first column (Empfangsteil)
\setlength{\qrrechnung@columnTwo}{51mm} % width of second column (Zahlteil, Titel, QRCode Betrag )
\setlength{\qrrechnung@columnThree}{87mm } % width of third column (Bereich Angaben Zahlteil
}
% \end{macrocode}
% \end{macro}
% \begin{macro}{\qrrO@textblock}
% add textblock for text
% \begin{macrocode}
\def\qrrO@textblock#1#2#3{
{ \setlength{\parindent}{0pt} %\linespread{0.5}
\begin{textblock*}{#1}(#2)
#3
\end{textblock*}
}
}
% \end{macrocode}
% \end{macro}
% \begin{macro}{\qrrO@Etitle}
% Receipt title section.
% \begin{macrocode}
\newcommand{\qrrO@Etitle}{
\qrrO@textblock{\qrrechnung@columnOne}{\qrrechnung@space , 5 mm}{
\textblocklabel{Bereich Titel}
\qrr@formatTitle{\qrrT@Empfangsteil}
}
}
% \end{macrocode}
% \end{macro}
% \begin{macro}{\qrrO@Einformation}
% Receipt information section.
% \begin{macrocode}
\newcommand{\qrrO@Einformation}{
\qrrO@textblock{\qrrechnung@columnOne}{\qrrechnung@space , 12 mm}{
\textblocklabel{Bereich Angaben}
\qrr@printifE{\qrrT@Konto}{
\qrrechnung@iban\\
\qrrechnung@zahlungsempfaenger\\
}
\qrr@printifE{\qrrT@Referenz}{\qrrechnung@referenz}
\ifthenelse{\equal{}{\qrrechnung@zahlungspflichtiger}}{
\qrr@formatSubTitleE{\qrrT@ZahlungspflichtigerLeer}\\
\qrr@box{52mm}{20mm}
\qrr@formatTextE{}\
}
{
\qrr@formatSubTitleE{\qrrT@Zahlungspflichtiger}\\
\qrr@formatTextE{\qrrechnung@zahlungspflichtiger\\}
}
}
}
% \end{macrocode}
% \end{macro}
% \begin{macro}{\qrrO@Eamount}
% Receipt amount section.
% \begin{macrocode}
\newcommand{\qrrO@Eamount}{
\qrrO@textblock{\qrrechnung@columnOne/4}{\qrrechnung@space , 68 mm}{
\textblocklabel{Bereich Betrag}
\qrr@formatSubTitleE{\qrrT@Waehrung}\\
\qrr@formatTextE{\qrrechnung@waehrung}
}
\ifthenelse{\equal{}{\qrrechnung@betrag}}{
\qrrO@textblock{5mm}{27mm , 68mm}{
\qrr@box{30mm}{10mm}
}
}
\qrrO@textblock{\qrrechnung@columnOne/4 + \qrrechnung@columnOne/4}{\qrrechnung@columnOne/4+\qrrechnung@space, 68mm}{
\textblocklabel{Bereich Betrag}
\qrr@formatSubTitleE{\qrrT@Betrag}\\
\ifthenelse{\equal{}{\qrrechnung@betrag}}{}{
\qrr@formatTextE{\qrr@paddingAmount{\qrrechnung@betrag}}
}
}
}
% \end{macrocode}
% \end{macro}
% \begin{macro}{\qrrO@Eacceptancepoint}
% Receipt acceptance point section.
% \begin{macrocode}
\newcommand{\qrrO@Eacceptancepoint}{
\qrrO@textblock{\qrrechnung@columnOne}{\qrrechnung@space , 82 mm}{
\textblocklabel{Bereich Annahmestelle}
\raggedleft
\qrr@formatAnnahmestelle{\qrrT@Annahmestelle}
}
}
% \end{macrocode}
% \end{macro}
% \begin{macro}{\qrrO@Ptitle}
% Payment part, title section
% \begin{macrocode}
\newcommand{\qrrO@Ptitle}{
\qrrO@textblock{\qrrechnung@columnTwo}{\qrrechnung@columnOne + \qrrechnung@space*3 , 5 mm }{
\textblocklabel{Bereich Titel}
\qrr@formatTitle{\qrrT@Zahlteil}
}
}
% \end{macrocode}
% \end{macro}
% \begin{macro}{length definitions}
% Payment part, swiss QR code section
% \begin{macrocode}
\newcommand{\qrrO@Pqrcode}{
\qrrO@textblock{\qrrechnung@columnTwo-\qrrechnung@space}{\qrrechnung@columnOne + \qrrechnung@space*3 , 17mm}{
\textblocklabel{Bereich Swiss QR code}
\vspace{-1.4mm} % TODO: this should not be needed....
\hspace{-2.25mm}
\begin{tikzpicture}[node distance=0mm]
\node[label={[anchor=center, scale=1]center:{\includegraphics[width=7mm]{swisscross}}}] (qrc) {
\qrcode[height=46 mm , level=M, version=10, tight, nolink ]{
\qrr@qrcodetext
}
};
\end{tikzpicture}
}
}
% \end{macrocode}
% \end{macro}
% \begin{macro}{\qrrO@Pamount}
% Payment part, amount section
% \begin{macrocode}
\newcommand{\qrrO@Pamount}{
\qrrO@textblock{\qrrechnung@columnTwo/3 }{\qrrechnung@columnOne + \qrrechnung@space*3, 68mm }{
\textblocklabel{Bereich Betrag}
\qrr@formatSubTitleZ{\qrrT@Waehrung}\\
\qrr@formatTextZ{\qrrechnung@waehrung}
}
\ifthenelse{\equal{}{\qrrechnung@betrag}}{
\qrrO@textblock{40mm}{\qrrechnung@space*3 + \qrrechnung@columnOne +\qrrechnung@columnTwo -40mm, 71mm}{
\qrr@box{40mm}{15mm}
}
}
\qrrO@textblock{\qrrechnung@columnTwo/3 + \qrrechnung@columnTwo/3}{\qrrechnung@columnOne +\qrrechnung@columnTwo/3 + \qrrechnung@space*3, 68mm}{
\textblocklabel{Bereich Betrag}
\qrr@formatSubTitleZ{\qrrT@Betrag}\\
\ifthenelse{\equal{}{\qrrechnung@betrag}}{}{
\qrr@formatTextZ{\qrr@paddingAmount{\qrrechnung@betrag}}
}
}
}
% \end{macrocode}
% \end{macro}
% \begin{macro}{\qrrO@Pfurtherinfo}
% Payment part, further information section.
% \begin{macrocode}
\newcommand{\qrrO@Pfurtherinfo}{
\qrrO@textblock{\qrrechnung@columnTwo + \qrrechnung@columnThree}{\qrrechnung@columnOne + \qrrechnung@space*3 , 90 mm }{
\textblocklabel{Further information section}
\ifthenelse{\not \equal{}{\qrrechnugn@AVerfahrenA}}{
\qrr@formatSubTitleZ{\qrrechnugn@AVerfahrenAname}\qrr@formatTextZ{\qrrechnugn@AVerfahrenA}\\
}
\qrr@formatSubTitleZ{\qrrechnugn@AVerfahrenBname}\qrr@formatTextZ{\qrrechnugn@AVerfahrenB}
}
}
% \end{macrocode}
% \end{macro}
% \begin{macro}{\qrrO@Pinformation}
% Payment part, information section.
% \begin{macrocode}
\newcommand{\qrrO@Pinformation}{ % print the title
\qrrO@textblock{\qrrechnung@columnThree}{\qrrechnung@space*3 + \qrrechnung@columnOne + \qrrechnung@columnTwo , 5mm }{
\textblocklabel{Bereich Angaben}
\qrr@printifZ{\qrrT@Konto}{
\qrrechnung@iban\\
\qrrechnung@zahlungsempfaenger\\
}
\qrr@printifZ{\qrrT@Referenz}{\qrrechnung@referenz}
%
\ifthenelse{\isundefined{\qrrechnung@printzusatz}}{}{
\qrr@printifZ{\qrrT@ZusaetzlicheInformationen}{\qrrechnung@zusatzinfo}
}
%
\ifthenelse{\equal{}{\qrrechnung@zahlungspflichtiger}}{
\qrr@formatSubTitleZ{\qrrT@ZahlungspflichtigerLeer}\\
\qrr@box{65mm}{25mm}
\qrr@formatTextZ{}\
}
{
\qrr@formatSubTitleZ{\qrrT@Zahlungspflichtiger}\\
\qrr@formatTextZ{\qrrechnung@zahlungspflichtiger\\}
}
}
}
% \end{macrocode}
% \end{macro}
% \begin{macro}{\qrrO@seplines}
% Print separator lines with scissor (only for email Format) and ensures we have a white background.
% The white background should also overwrite any defined footers !
% \begin{macrocode}
\newcommand{\qrrO@seplines}{
\qrrO@textblock{210mm}{0mm , 0mm }{
\ifthenelse{\equal{\qrrechnungForm}{email}}{
\rule{\textwidth}{0.2pt}
}{~}
\colorbox{white}{\parbox[t][106mm]{210mm}{\rule{\textwidth}{0pt}}} % hack for white background ;)
}
\qrrO@textblock{2mm}{62mm , 0mm }{
\ifthenelse{\equal{\qrrechnungForm}{email}}{
\rule{0.2pt}{106mm}
}{~}
}
\ifthenelse{\equal{\qrrechnungForm}{email}}{
\qrrO@textblock{5mm}{5mm , -2mm }{
\colorbox{white}{\ding{34}} % scissor
}
\qrrO@textblock{4mm}{60mm , 5.5mm }{
\begin{turn}{90}
\colorbox{white}{\ding{34}} % scissor
\end{turn}
}
}
}
% \end{macrocode}
% \end{macro}
\endinput
% \begin{macrocode}
%</package>
% \end{macrocode}
%\Finale