|
\documentclass[twoside]{scrartcl}
|
|
\usepackage{eurosym}
|
|
\usepackage{tabularx}
|
|
\usepackage[latin1]{inputenc}
|
|
\usepackage{geyger}
|
|
\begin{document}
|
|
|
|
\thispagestyle{plain}
|
|
|
|
\newlength{\descrwidth}\setlength{\descrwidth}{10cm}
|
|
|
|
\fontfamily{cmss}\fontshape{n}\selectfont
|
|
|
|
<%pagebreak 80 28 37%>
|
|
\end{tabularx}
|
|
|
|
\newpage
|
|
|
|
\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%> &
|
|
FIXME & <%linetotal%>\\
|
|
<%end number%>
|
|
<%end pagebreak%>
|
|
|
|
\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
|
|
|
|
\vspace*{1.5cm}
|
|
|
|
\begin{minipage}{8cm}
|
|
\tiny
|
|
\underline{GEYGER GbR $\bullet$ Druckereistr. 9 $\bullet$ 05159
|
|
Leipzig-Stahmeln}
|
|
\normalsize
|
|
|
|
<%name%>
|
|
|
|
<%street%>
|
|
|
|
<%zipcode%> <%city%>
|
|
|
|
<%country%>
|
|
\end{minipage}
|
|
\hfill
|
|
\begin{minipage}{6cm}
|
|
\rightline{\LARGE\textbf{\textit{Auftragsbest?tigung}}}
|
|
\rightline{\large\textbf{\textit{Nr. <%ordnumber%>%
|
|
}}}
|
|
|
|
Datum:\hfill <%orddate%>
|
|
|
|
Kunden-Nr:\hfill <%customernumber%>
|
|
|
|
Telefon:\hfill <%phone%>
|
|
|
|
Telefax:\hfill FIXME <%fax%>
|
|
|
|
Ansprechpartner:\hfill <%employee%>
|
|
\end{minipage}
|
|
|
|
\vspace*{0.5cm}
|
|
|
|
\hfill
|
|
Leipzig-Stahmeln, \today
|
|
|
|
\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%> &
|
|
FIXME & <%linetotal%>\\
|
|
<%end number%>
|
|
\end{tabularx}
|
|
|
|
\begin{tabularx}{\textwidth}{Xrr}
|
|
Zwischensumme: & & <%subtotal%>\\
|
|
abbz?glich der nicht rabattierf?higen Positionen $(*)$ &
|
|
FIXME & FIXME \\
|
|
Rabatt bei vereinbarungsgem??er Bezahlung\hfill
|
|
FIXME von & FIXME & FIXME\\
|
|
\end{tabularx}
|
|
|
|
\vspace{0.5cm}
|
|
|
|
Vereinbarter Liefertermin: <%reqdate%>
|
|
|
|
\vspace{0.5cm}
|
|
|
|
\hrule
|
|
|
|
\hfill
|
|
\begin{tabular}{l@{\hspace*{0.2cm}\euro\hspace*{0.2cm}}r}
|
|
Nettobetrag & FIXME\\
|
|
<%foreach tax%>
|
|
<%taxrate%> <%taxdescription%> & <%tax%>\\
|
|
<%end tax%>
|
|
\textbf{Endbetrag} & \textbf{<%ordtotal%>%
|
|
}
|
|
\end{tabular}
|
|
\hrule
|
|
|
|
\vspace{0.2cm}
|
|
|
|
\textit{Bitte kontrollieren Sie alle Positionen auf ?bereinstimmung
|
|
mit IHrere Bestellung! Abweichungen teilen Sie innerhalb von 3 Tagen
|
|
mit!}
|
|
|
|
Zahlung bar/Scheck am Tage der Lieferung mit 5\% Skonto
|
|
|
|
\end{document}
|
|
|