pagebreak-Mechanismus entfernen
[kivitendo-erp.git] / templates / print / Default / 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}{19.2cm}
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   Telephone & <%tel%>\\
37   Facsimile & <%fax%>
38   \end{tabular}
39
40   \rule[1.5ex]{\textwidth}{0.5pt}
41 }
42
43
44 \vspace*{0.5cm}
45
46 \parbox[t]{1cm}{\hfill}
47 \parbox[t]{.5\textwidth}{
48 \textbf{From}
49 \vspace{0.7cm}
50
51 <%name%> \\
52 <%street%> \\
53 <%zipcode%> \\
54 <%city%> \\
55 <%country%>
56 }
57 \parbox[t]{.4\textwidth}{
58 \textbf{Ship To}
59 \vspace{0.7cm}
60
61 <%shiptoname%> \\
62 <%shiptostreet%> \\
63 <%shiptozipcode%> \\
64 <%shiptocity%> \\
65 <%shiptocountry%>
66 }
67 \hfill
68
69 \vspace{1cm}
70
71 \textbf{B I N} \parbox{0.3cm}{\hfill} \textbf{L I S T}
72 \hfill
73
74 \vspace{1cm}
75
76 \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
77   \textbf{Order \#} & \textbf{Date} & \textbf{Contact}
78   <%if warehouse%>
79   & \textbf{Warehouse}
80   <%end warehouse%>
81   & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em]
82   \hline
83
84   <%ordnumber%>
85   <%if shippingdate%>
86   & <%shippingdate%>
87   <%end shippingdate%>
88   <%if not shippingdate%>
89   & <%orddate%>
90   <%end shippingdate%>
91   & <%employee%>
92   <%if warehouse%>
93   & <%warehouse%>
94   <%end warehouse%>
95   & <%shippingpoint%> & <%shipvia%> \\
96   \hline
97 \end{tabularx}
98
99 \vspace{1cm}
100
101 \begin{tabularx}{\textwidth}{@{}rlXllrrll@{}}
102   \textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Recd} & & \textbf{Bin} \\
103
104 <%foreach number%>
105   <%runningnumber%> & <%number%> & <%description%> & <%serialnumber%> &
106   <%deliverydate%> & <%qty%> & <%ship%> & <%unit%> & <%bin%> \\
107 <%end number%>
108 \end{tabularx}
109
110
111 \rule{\textwidth}{2pt}
112
113 \end{document}
114