Uebernahme der kompletten Version, so wie sie Philip als "Demo-Version" gezeigt hat...
[kivitendo-erp.git] / templates / German-packing_list.tex
1 \documentclass[twoside]{scrartcl}
2 \usepackage{tabularx}
3 \usepackage[latin1]{inputenc}
4 \usepackage{geyger}
5 \begin{document}
6
7 \thispagestyle{plain}
8
9 \newlength{\descrwidth}\setlength{\descrwidth}{10cm}
10
11 \fontfamily{cmss}\fontshape{n}\selectfont
12
13 <%pagebreak 100 35 37%>
14 \end{tabularx}
15
16 \newpage
17
18 \begin{tabularx}{\textwidth}{lXr}
19   \hline
20   \textbf{Pos} & \textbf{Bezeichnung} & \textbf{Liefermenge} \\
21   \hline
22 <%end pagebreak%>
23
24 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
25
26 \vspace*{1.5cm}
27
28 \begin{minipage}{8cm}
29   \tiny
30   \underline{GEYGER GbR $\bullet$ Druckereistr. 9 $\bullet$ 05159
31     Leipzig-Stahmeln}
32   \normalsize
33
34   <%dc_name%>
35
36   <%dc_street%>
37
38   <%dc_zipcode%> <%dc_city%>
39
40   <%dc_country%>
41 \end{minipage}
42 \hfill
43 \begin{minipage}{6cm}
44   \rightline{\LARGE\textbf{\textit{Lieferschein}}}
45   \rightline{\large\textbf{\textit{Nr. <%invnumber%>%
46   }}}
47
48   Datum:\hfill <%invdate%>
49
50   Auftrag-Nr:\hfill <%ordnumber%>
51
52   Kunden-Nr:\hfill <%customernumber%>
53
54   Ansprechpartner:\hfill <%employee%>
55 \end{minipage}
56
57 \vspace*{0.5cm}
58
59 Ihre Bestellung ex <%cusordnumber%> vom <%orddate%>
60 \hfill
61 Leipzig-Stahmeln, \today
62
63 \vspace*{0.5cm}
64
65 \begin{minipage}[t]{8cm}
66   \underline{Händler}
67
68   <%dv_name%>
69
70   <%dv_street%>
71
72   <%dv_zipcode%> <%dv_city%>
73
74   <%dv_country%>
75
76   Telefon: <%dv_phone%>
77 \end{minipage}
78 \begin{minipage}[t]{8cm}
79   \underline{Rechnungsempfänger}
80
81   <%name%>
82
83   <%street%>
84
85   <%zipcode%> <%city%>
86
87   <%country%>
88
89   Telefon: <%phone%>
90 \end{minipage}
91
92 \vspace{0.5cm}
93
94 \begin{tabularx}{\textwidth}{lXr}
95   \hline
96   \textbf{Pos} & \textbf{Bezeichnung} & \textbf{Liefermenge} \\
97   \hline
98 <%foreach number%>
99   <%runningnumber%> & \raggedright <%description%> & <%qty%> <%unit%>\\
100 <%end number%>
101 \end{tabularx}
102
103 \vspace{0.5cm}
104
105 Liefertermin: <%deliverydate%>
106
107 \vspace{0.5cm}
108
109 Oben angeführte Positionen vollständig und ohne Mängel erhalten:
110 \hspace*{0.5cm}
111 \parbox[t]{6cm}{
112   \underline{\hspace*{6cm}}\\
113   \centerline{\small Datum / Unterschrift}
114 }
115
116 \end{document}
117