Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a473872b

Von root vor fast 11 Jahren hinzugefügt

Dokumentvorlagen Standard LaTeX * fix #2410 waehrungsdefinition * fix dateiname fuer ausgelagerte tabellen-Datei \filecontents

Unterschiede anzeigen:

templates/print/Standard/mahnung.tex
36 36
\newcommand{\employeeemail}{$(employee_email)$}
37 37
\newcommand{\employeecoustid}{$(employee_co_ustid)$}
38 38
\newcommand{\employeetaxnumber}{$(employee_taxnumber)$}
39
\newcommand{\employeetable}{tabelle$(employee_login)$.tex}
39
\newcommand{\employeetable}{$(template_meta.tmpfile NOESCAPE)$.table.tex}
40 40

  
41 41
% ---------- Eigene Bankverbindung falls nicht im Briefkopf gesetzt ----------
42 42
% \newcommand{\companybank}{$(company_bank)$}
......
101 101
\newcommand{\shiptofax}{$(shiptofax)$}
102 102

  
103 103
% ---------- Währungszeichen ----------
104
\newcommand{\currency}{$(currency)$}
105
\ifthenelse{\equal{\currency}{EUR}}{\let\currency\euro}{}
106
\ifthenelse{\equal{\currency}{YEN}}{\let\currency\textyen}{}
107
\ifthenelse{\equal{\currency}{GBP}}{\let\currency\pounds}{}
108
\ifthenelse{\equal{\currency}{USD}}{\let\currency\$}{}
104
\newcommand{\currency}{\euro}
105
\ifthenelse{\equal{$(currency)$}{YEN}}{\let\currency\textyen}{}
106
\ifthenelse{\equal{$(currency)$}{GBP}}{\let\currency\pounds}{}
107
\ifthenelse{\equal{$(currency)$}{USD}}{\let\currency\$}{}
109 108

  
110 109
% ---------- Ende Reportvariablen-Umsetzung ----------
111 110

  
......
164 163
  $(dn_amount)$ \euro & $(dn_fee)$  \euro & $(dn_interest)$  \euro & $(dn_linetotal)$   \euro \\[1pt]
165 164
$(end dn_invnumber)$
166 165
\cline{1-7}\\
167
 Insgesamt: & & & $(total_open_amount)$ \euro & $(fee)$ \euro & $(total_interest)$ \euro & \textbf{$(total_amount)$  \euro} 
166
 Insgesamt: & & & $(total_open_amount)$ \euro & $(fee)$ \euro & $(total_interest)$ \euro & \textbf{$(total_amount)$  \euro}
168 167
\end{tabular*}
169 168
\rule{\textwidth}{0.5pt}
170 169

  

Auch abrufbar als: Unified diff