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/invoice.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)$}
......
98 98
\newcommand{\shiptofax}{$(shiptofax)$}
99 99

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

  
107 106
% ---------- Ende Reportvariablen-Umsetzung ----------
108 107

  
......
142 141
% ---------- Begrüßung und Bemerkungen ----------
143 142
\vspace{ 5mm}
144 143
\lettergreeting
145
Hiermit erlauben wir uns, Ihnen die nachfolgenden Positionen $(if orddate)$gemäß 
144
Hiermit erlauben wir uns, Ihnen die nachfolgenden Positionen $(if orddate)$gemäß
146 145
Ihrem Auftrag vom \orddate{ }$(end)$in Rechnung zu stellen.\\
147 146

  
148
Für Nachfragen steht Ihnen \employeename \ per Telefon (\employeetel) 
147
Für Nachfragen steht Ihnen \employeename \ per Telefon (\employeetel)
149 148
oder per E-Mail (\employeeemail) gerne zur Verfügung.\\[1\baselineskip]
150 149
\ifthenelse{\isempty{$(notes)$}}{}{
151 150
      $(notes)$\\[1\baselineskip]
......
207 206
	\ifthenelse{\isempty{$(sellprice)$}}{&}{
208 207
		\numprint{$(sellprice)$}
209 208
		\ifthenelse{\equal{$(p_discount)$}{0}}{}{ -$(p_discount)$\%} &
210
		\numprint{$(linetotal)$}\Wert{$(linetotal NOFORMAT)$}  
209
		\numprint{$(linetotal)$}\Wert{$(linetotal NOFORMAT)$}
211 210
	}\\ %
212 211
  $(end number)$
213 212

  
......
228 227
%       {$(taxdescription)$ auf }\numprint{$(taxbase)$}~\currency: & \numprint{$(tax)$}& \\
229 228
		{$(taxdescription)$}:  & \numprint{$(tax)$}& \currency\\
230 229
   $(end tax)$
231
   \midrule  
230
   \midrule
232 231
   {\textbf{Rechnungsbetrag:}} & \bfseries\numprint{\invtotal} & \textbf{\currency}\\
233 232
% ---------- Wenn bereits etwas gezahlt wurde ----------
234 233
$(if invtotal != total)$
......
270 269
% ---------- Nachbemerkung mit max. Abstand nach unten ----------
271 270
$(if payment_terms)$
272 271
\vspace*{0.5em}
273
\textbf{Zahlungsbedingungen:}\hfill\parbox[t]{0.7\textwidth}{$(payment_terms)$}\\ 
272
\textbf{Zahlungsbedingungen:}\hfill\parbox[t]{0.7\textwidth}{$(payment_terms)$}\\
274 273
$(end)$
275 274
\vspace*{0.5em}
276 275
%Bitte überweisen Sie den Rechnungsbetrag in Höhe von

Auch abrufbar als: Unified diff