+++ /dev/null
-\documentclass[twoside]{scrartcl}
-\usepackage{eurosym}
-\usepackage{tabularx}
-\usepackage[utf8]{inputenc}
-\begin{document}
-
-\thispagestyle{empty}
-
-\newlength{\descrwidth}\setlength{\descrwidth}{10cm}
-\setlength{\parindent}{0cm}
-
-\fontfamily{cmss}\fontshape{n}\selectfont
-
-\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
-
-\vspace*{1.5cm}
-
-\begin{minipage}{8cm}
- <%name%>
-
- <%street%>
-
- <%zipcode%> <%city%>
-
- <%country%>
-\end{minipage}
-\hfill
-\begin{minipage}{6cm}
- \rightline{\LARGE\textbf{\textit{Auftragsbestätigung}}} \vspace*{0.2cm}
- \rightline{\large\textbf{\textit{Nr. <%ordnumber%>%
- }}} \vspace*{0.2cm}
-
- Datum:\hfill <%orddate%>
-
- Kunden-Nr:\hfill <%customernumber%>
-
- Telefon:\hfill <%phone%>
-
- Telefax:\hfill <%fax%>
-
- Ansprechpartner:\hfill <%employee%>
-\end{minipage}
-
-\vspace*{0.5cm}
-
-\hfill
-
-\vspace{0.5cm}
-
-\begin{tabularx}{\textwidth}{lrXrr}
- \hline
- \textbf{Pos} & \textbf{Menge} & \textbf{Bezeichnung} &
- \textbf{E-Preis/\euro} & \textbf{G-Preis/\euro} \\
- \hline
- <%foreach number%>
- <%runningnumber%> & <%qty%> <%unit%> & \raggedright <%description%> &
- <%sellprice%> \euro & <%linetotal%> \euro \\
- <%end number%> \hline
- \multicolumn{4}{l}{Nettobetrag} & <%subtotal%> \euro\\
- <%foreach tax%>
- \multicolumn{4}{l}{<%taxdescription%>} & <%tax%>\euro \\
- <%end tax%>
- \multicolumn{4}{l}{\textbf{Endbetrag}} & \textbf{<%ordtotal%> \euro} \\
-\end{tabularx}
-\hrule
-
-\vspace{1cm}
-Vereinbarter Liefertermin: <%reqdate%> \\ \\
-\textit{Bitte kontrollieren Sie alle Positionen auf Übereinstimmung
- mit Ihrer Bestellung! Abweichungen teilen Sie innerhalb von 3 Tagen
- mit!} \\ \\
-
-\end{document}
-