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/zahlungserinnerung.tex
37 37
\newcommand{\employeeemail}{$(employee_email)$}
38 38
\newcommand{\employeecoustid}{$(employee_co_ustid)$}
39 39
\newcommand{\employeetaxnumber}{$(employee_taxnumber)$}
40
\newcommand{\employeetable}{tabelle$(employee_login)$.tex}
40
\newcommand{\employeetable}{$(template_meta.tmpfile NOESCAPE)$.table.tex}
41 41

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

  
102 102
% ---------- Währungszeichen ----------
103
\newcommand{\currency}{$(currency)$}
104
\ifthenelse{\equal{\currency}{EUR}}{\let\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\$}{}
103
\newcommand{\currency}{\euro}
104
\ifthenelse{\equal{$(currency)$}{YEN}}{\let\currency\textyen}{}
105
\ifthenelse{\equal{$(currency)$}{GBP}}{\let\currency\pounds}{}
106
\ifthenelse{\equal{$(currency)$}{USD}}{\let\currency\$}{}
108 107

  
109 108
% ---------- Ende Reportvariablen-Umsetzung ----------
110 109

  

Auch abrufbar als: Unified diff