pagebreak-Mechanismus entfernen
[kivitendo-erp.git] / templates / print / German / pick_list.tex
1 \documentclass[twoside]{scrartcl}
2 \usepackage[frame]{xy}
3 \usepackage{tabularx}
4 \usepackage[utf8]{inputenc}
5 \usepackage{graphicx}
6 \setlength{\voffset}{0.5cm}
7 \setlength{\hoffset}{-2.0cm}
8 \setlength{\topmargin}{0cm}
9 \setlength{\headheight}{0.5cm}
10 \setlength{\headsep}{1cm}
11 \setlength{\topskip}{0pt}
12 \setlength{\oddsidemargin}{1.0cm}
13 \setlength{\evensidemargin}{1.0cm}
14 \setlength{\textwidth}{17cm}
15 \setlength{\textheight}{24.7cm}
16 \setlength{\footskip}{1cm}
17 \setlength{\parindent}{0pt}
18 \renewcommand{\baselinestretch}{1}
19
20 \begin{document}
21
22 \newlength{\descrwidth}\setlength{\descrwidth}{9cm}
23 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
24
25 \pagestyle{myheadings}
26 \thispagestyle{empty}
27
28 \vspace*{-1.3cm}
29
30 \parbox{\textwidth}{
31   \parbox[b]{.42\textwidth}{
32     <%company%>
33
34     <%address%>
35   }\hfill
36   \begin{tabular}[b]{rr@{}}
37   Tel & <%tel%>\\
38   Fax & <%fax%>
39   \end{tabular}
40
41   \rule[1.5ex]{\textwidth}{0.5pt}
42 }
43
44
45 \vspace*{0.5cm}
46
47 \parbox[t]{1cm}{\hfill}
48 \parbox[t]{.5\textwidth}{
49   \textbf{Lieferanschrift}
50 } \hfill
51
52 \vspace{0.7cm}
53
54 \parbox[t]{1cm}{\hfill}
55 \parbox[t]{.5\textwidth}{
56
57 <%shiptoname%> \\
58 <%shiptostreet%> \\
59 <%shiptozipcode%> \\
60 <%shiptocity%> \\
61 <%shiptocountry%>
62 }
63 \parbox[t]{.4\textwidth}{
64   <%shiptocontact%>
65
66   <%if shiptophone%>
67   Tel: <%shiptophone%>
68   <%end shiptophone%>
69
70   <%if shiptofax%>
71   Fax: <%shiptofax%>
72   <%end shiptofax%>
73
74   <%shiptoemail%>
75 }
76 \hfill
77
78 \vspace{1cm}
79
80 \textbf{S A M M E L L I S T E}
81 \hfill
82
83 \vspace{1cm}
84
85 \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
86   \textbf{BestellNr. \#} & \textbf{Datum} & \textbf{Kontakt}
87   <%if warehouse%>
88   & \textbf{Lager}
89   <%end warehouse%>
90   & \textbf{Lagerplatz} & \textbf{Lieferung mit} \\ [0.5em]
91   \hline
92   <%ordnumber%>
93   <%if shippingdate%>
94   & <%shippingdate%>
95   <%end shippingdate%>
96   <%if not shippingdate%>
97   & <%orddate%>
98   <%end shippingdate%>
99   & <%employee%>
100   <%if warehouse%>
101   & <%warehouse%>
102   <%end warehouse%>
103   & <%shippingpoint%> & <%shipvia%> \\
104   \hline
105 \end{tabularx}
106
107 \vspace{1cm}
108
109 \begin{tabular*}{\textwidth}{@{}rlp{\descrwidth}@{\extracolsep\fill}rcll@{}}
110   \textbf{Pos} & \textbf{Nummer} & \textbf{Beschreibung} &
111   \textbf{Menge} & \textbf{Lagerausgang} & & \textbf{Lagerplatz} \\
112 <%foreach number%>
113   <%runningnumber%> & <%number%> & <%description%> &
114   <%qty%> & [\hspace{1cm}] & <%unit%> & <%bin%> \\
115 <%end number%>
116 \end{tabular*}
117
118
119 \parbox{\textwidth}{
120 \rule{\textwidth}{2pt}
121 }
122
123 \end{document}
124