Revision 84a7707e
Von Marei Peischl vor fast 5 Jahren hinzugefügt
sales_quotation.tex | ||
---|---|---|
81 | 81 |
% \textEmail \hfill <%employee_email%> |
82 | 82 |
% |
83 | 83 |
%\end{minipage} |
84 |
% |
|
85 |
%<%if shiptoname%> |
|
86 |
% \vspace{0.8cm} |
|
87 |
% \scriptsize \underline{\abweichendeLieferadresse:}\\ |
|
88 |
% \normalsize <%shiptoname%> |
|
89 |
% |
|
90 |
% <%if shiptocontact%> <%shiptocontact%><%end if%> |
|
91 |
% |
|
92 |
% <%shiptodepartment_1%> |
|
93 |
% |
|
94 |
% <%shiptodepartment_2%> |
|
95 |
% |
|
96 |
% <%shiptostreet%> |
|
97 |
% |
|
98 |
% <%shiptozipcode%> <%shiptocity%> |
|
99 |
%<%end if%> |
|
100 |
%\vspace*{1.5cm} |
|
101 |
% |
|
102 |
%\hfill |
|
84 |
|
|
85 |
<%if shiptoname%> |
|
86 |
\makeatletter |
|
87 |
\begin{lrbox}\shippingAddressBox |
|
88 |
\parbox{\useplength{toaddrwidth}}{ |
|
89 |
\backaddr@format{\scriptsize\usekomafont{backaddress}% |
|
90 |
\strut abweichende Lieferadresse |
|
91 |
} |
|
92 |
\par\smallskip |
|
93 |
\setlength{\parskip}{\z@} |
|
94 |
\par |
|
95 |
\normalsize |
|
96 |
<%shiptoname%>\par |
|
97 |
<%if shiptocontact%> <%shiptocontact%><%end if%>\par |
|
98 |
<%shiptodepartment_1%>\par |
|
99 |
<%shiptodepartment_2%>\par |
|
100 |
<%shiptostreet%>\par |
|
101 |
<%shiptozipcode%> <%shiptocity%> |
|
102 |
} |
|
103 |
\end{lrbox} |
|
104 |
\makeatother |
|
105 |
<%end if%> |
|
103 | 106 |
|
104 | 107 |
|
105 | 108 |
\begin{letter}{ |
Auch abrufbar als: Unified diff
add shippingAddressBox mechanism