f4b43a779c10a9145f785c33fa991062548844bf
[kivitendo-erp.git] / templates / print / German / sales_order.tex
1 \documentclass[twoside]{scrartcl}
2 \usepackage{eurosym}
3 \usepackage{tabularx}
4 \usepackage[utf8]{inputenc}
5 \begin{document}
6
7 \thispagestyle{empty}
8
9 \newlength{\descrwidth}\setlength{\descrwidth}{10cm}
10 \setlength{\parindent}{0cm}
11
12 \fontfamily{cmss}\fontshape{n}\selectfont
13
14 <%pagebreak 80 28 37%>
15 \end{tabularx}
16
17 \newpage
18
19 \begin{tabularx}{\textwidth}{lrXrr}
20   \hline
21   \textbf{Pos} & \textbf{Menge} & \textbf{Bezeichnung} &
22   \textbf{E-Preis/\euro} & \textbf{G-Preis/\euro} \\
23   \hline
24   <%foreach number%>
25     <%runningnumber%> & <%qty%> <%unit%> & \raggedright <%description%> &
26     <%sellprice%> & <%linetotal%>\\
27   <%end number%>
28 <%end pagebreak%>
29
30 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
31
32 \vspace*{1.5cm}
33
34 \begin{minipage}{8cm}
35   <%name%>
36
37   <%street%>
38
39   <%zipcode%> <%city%>
40
41   <%country%>
42 \end{minipage}
43 \hfill
44 \begin{minipage}{6cm}
45   \rightline{\LARGE\textbf{\textit{Auftragsbestätigung}}} \vspace*{0.2cm}
46   \rightline{\large\textbf{\textit{Nr. <%ordnumber%>%
47   }}} \vspace*{0.2cm}
48
49   Datum:\hfill <%orddate%>
50
51   Kunden-Nr:\hfill <%customernumber%>
52
53   Telefon:\hfill <%phone%>
54
55   Telefax:\hfill <%fax%>
56
57   Ansprechpartner:\hfill <%employee%>
58 \end{minipage}
59
60 \vspace*{0.5cm}
61
62 \hfill
63
64 \vspace{0.5cm}
65
66 \begin{tabularx}{\textwidth}{lrXrr}
67   \hline
68   \textbf{Pos} & \textbf{Menge} & \textbf{Bezeichnung} &
69   \textbf{E-Preis/\euro} & \textbf{G-Preis/\euro} \\
70   \hline
71   <%foreach number%>
72     <%runningnumber%> & <%qty%> <%unit%> & \raggedright <%description%> &
73     <%sellprice%> \euro  & <%linetotal%> \euro \\
74   <%end number%> \hline
75   \multicolumn{4}{l}{Nettobetrag} & <%subtotal%> \euro\\
76   <%foreach tax%>
77     \multicolumn{4}{l}{<%taxdescription%>} & <%tax%>\euro \\
78   <%end tax%>
79   \multicolumn{4}{l}{\textbf{Endbetrag}} & \textbf{<%ordtotal%> \euro} \\
80 \end{tabularx}
81 \hrule
82
83 \vspace{1cm}
84 Vereinbarter Liefertermin: <%reqdate%> \\ \\
85 \textit{Bitte kontrollieren Sie alle Positionen auf Übereinstimmung
86   mit Ihrer Bestellung! Abweichungen teilen Sie innerhalb von 3 Tagen
87   mit!} \\ \\
88
89 \end{document}
90