pagebreak-Mechanismus entfernen
[kivitendo-erp.git] / templates / print / RB / bin_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 \pagestyle{myheadings}
23 \thispagestyle{empty}
24
25 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
26
27 \vspace*{-1.3cm}
28
29 \parbox{\textwidth}{
30   \parbox[b]{.42\textwidth}{%
31     <%company%>
32
33     <%address%>
34   }\hfill
35   \begin{tabular}[b]{rr@{}}
36   Tel & <%tel%>\\
37   Fax & <%fax%>
38   \end{tabular}
39
40   \rule[1.5ex]{\textwidth}{0.5pt}
41 }
42
43 \vspace*{0.5cm}
44
45 \parbox[t]{1cm}{\hfill}
46 \parbox[t]{.5\textwidth}{
47 \textbf{Von}
48 \vspace{0.7cm}
49
50 <%name%> \\
51 <%street%> \\
52 <%zipcode%> \\
53 <%city%> \\
54 <%country%>
55 }
56 \parbox[t]{.4\textwidth}{
57 \textbf{Lieferanschrift}
58 \vspace{0.7cm}
59
60 <%shiptoname%> \\
61 <%shiptostreet%> \\
62 <%shiptozipcode%> \\
63 <%shiptocity%> \\
64 <%shiptocountry%>
65 }
66 \hfill
67
68 \vspace{1cm}
69
70 \textbf{L A G E R L I S T E}
71 \hfill
72
73 \vspace{1cm}
74
75 \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
76   \textbf{BestellNr. \#} & \textbf{Datum} & \textbf{Kontakt}
77   <%if warehouse%>
78   & \textbf{Lager}
79   <%end warehouse%>
80   & \textbf{Lagerplatz} & \textbf{Lieferung mit} \\ [0.5em]
81   \hline
82
83   <%ordnumber%>
84   <%if shippingdate%>
85   & <%shippingdate%>
86   <%end shippingdate%>
87   <%if not shippingdate%>
88   & <%orddate%>
89   <%end shippingdate%>
90   & <%employee%>
91   <%if warehouse%>
92   & <%warehouse%>
93   <%end warehouse%>
94   & <%shippingpoint%> & <%shipvia%> \\
95   \hline
96 \end{tabularx}
97
98 \vspace{1cm}
99
100 \begin{tabularx}{\textwidth}{@{}rlXllrrll@{}}
101   \textbf{Pos} & \textbf{Nummer} & \textbf{Beschreibung} & \textbf{Seriennumner} & & \textbf{Menge} & \textbf{Erh} & & \textbf{Lagerplatz} \\
102
103 <%foreach number%>
104   <%runningnumber%> & <%number%> & <%description%> & <%serialnumber%> &
105   <%deliverydate%> & <%qty%> & <%ship%> & <%unit%> & <%bin%> \\
106 <%end number%>
107 \end{tabularx}
108
109
110 \rule{\textwidth}{2pt}
111
112 \end{document}
113