Revision ab064135
Von Marei Peischl vor 11 Monaten hinzugefügt
templates/print/marei/check.tex | ||
---|---|---|
31 | 31 |
\begin{document} |
32 | 32 |
|
33 | 33 |
\begin{letter}{% |
34 |
<%if billing_address_id%>% |
|
35 |
<%billing_address_name%> \strut\\%
|
|
36 |
<%billing_address_street%>\strut\\%
|
|
37 |
<%billing_address_zipcode%> <%billing_address_city%> \strut\\%
|
|
38 |
<%billing_address_country%>\strut\\%
|
|
39 |
<%else%>% |
|
40 |
<%name%>\strut\\%
|
|
41 |
<%street%>\strut\\%
|
|
42 |
<%zipcode%> <%city%>\strut\\%
|
|
43 |
<%country%>\strut%
|
|
44 |
<%end if%>%
|
|
45 |
} |
|
46 |
|
|
47 |
\opening{<%company%>} |
|
48 |
\pagestyle{empty} |
|
49 |
|
|
50 |
<%name%> \hfill <%datepaid%> \hfill <%source%>% |
|
51 |
|
|
52 |
\begin{SimpleTabular}[colspec=lXrr,headline={\bfseries\rechnung&\bfseries\ausgestellt&\bfseries\faellig&\bfseries\verrechnet}] |
|
53 |
<%foreach invnumber%>% |
|
54 |
<%invnumber%> & <%invdate%> & <%due%> & <%paid%> \\ |
|
55 |
<%end invnumber%>% |
|
56 |
\end{SimpleTabular} |
|
34 |
<%if billing_address_id%>%
|
|
35 |
<%billing_address_name%> \strut\\%
|
|
36 |
<%billing_address_street%>\strut\\%
|
|
37 |
<%billing_address_zipcode%> <%billing_address_city%> \strut\\%
|
|
38 |
<%billing_address_country%>\strut\\%
|
|
39 |
<%else%>%
|
|
40 |
<%name%>\strut\\%
|
|
41 |
<%street%>\strut\\%
|
|
42 |
<%zipcode%> <%city%>\strut\\%
|
|
43 |
<%country%>\strut%
|
|
44 |
<%end billing_address_id%>%
|
|
45 |
}
|
|
46 |
|
|
47 |
\opening{<%company%>}
|
|
48 |
\pagestyle{empty}
|
|
49 |
|
|
50 |
<%name%> \hfill <%datepaid%> \hfill <%source%>%
|
|
51 |
|
|
52 |
\begin{SimpleTabular}[colspec=lXrr,headline={\bfseries\rechnung&\bfseries\ausgestellt&\bfseries\faellig&\bfseries\verrechnet}]
|
|
53 |
<%foreach invnumber%>%
|
|
54 |
<%invnumber%> & <%invdate%> & <%due%> & <%paid%> \\
|
|
55 |
<%end invnumber%>%
|
|
56 |
\end{SimpleTabular}
|
|
57 | 57 |
|
58 | 58 |
\end{letter} |
59 | 59 |
|
Auch abrufbar als: Unified diff
unify identation