pagebreak-Mechanismus entfernen
[kivitendo-erp.git] / templates / print / German / request_quotation.tex
1 \documentclass[twoside]{scrartcl}
2 \usepackage[frame]{xy}
3 \usepackage{tabularx}
4 \usepackage{graphicx}
5 \usepackage{german}
6 \usepackage[utf8]{inputenc}
7 \setlength{\voffset}{0.5cm}
8 \setlength{\hoffset}{-2.0cm}
9 \setlength{\topmargin}{0cm}
10 \setlength{\headheight}{0.5cm}
11 \setlength{\headsep}{1cm}
12 \setlength{\topskip}{0pt}
13 \setlength{\oddsidemargin}{1.0cm}
14 \setlength{\evensidemargin}{1.0cm}
15 \setlength{\textwidth}{17cm}
16 \setlength{\textheight}{24.7cm}
17 \setlength{\footskip}{1cm}
18 \setlength{\parindent}{0pt}
19 \renewcommand{\baselinestretch}{1}
20 \begin{document}
21
22 \newlength{\descrwidth}\setlength{\descrwidth}{12cm}
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]{.45\textwidth}{
49 \textbf{To}
50 \vspace{0.7cm}
51
52 <%name%>
53
54 <%street%>
55
56 <%zipcode%>
57
58 <%city%>
59
60 <%country%>
61
62 \vspace{0.3cm}
63
64 <%if contact%>
65 <%contact%>
66 <%end contact%>
67
68 \vspace{0.2cm}
69
70 <%if vendorphone%>
71 Tel: <%vendorphone%>
72 <%end vendorphone%>
73
74 <%if vendorfax%>
75 Fax: <%vendorfax%>
76 <%end vendorfax%>
77
78 <%email%>
79 }
80 \parbox[t]{.45\textwidth}{
81 \textbf{Lieferanschrift}
82 \vspace{0.7cm}
83
84 <%shiptoname%>
85
86 <%shiptostreet%>
87
88 <%shiptozipcode%>
89
90 <%shiptocity%>
91
92 <%shiptocountry%>
93
94 \vspace{0.3cm}
95
96 <%if shiptocontact%>
97 <%shiptocontact%>
98 <%end shiptocontact%>
99
100 <%if shiptophone%>
101 Tel: <%shiptophone%>
102 <%end shiptophone%>
103
104 <%if shiptofax%>
105 Fax: <%shiptofax%>
106 <%end shiptofax%>
107
108 <%shiptoemail%>
109 }
110 \hfill
111
112 \vspace{1cm}
113
114 \textbf{A N F R A G E}
115 \hfill
116
117 \vspace{1cm}
118
119 \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
120   \textbf{AnfrageNr. \#} & \textbf{Datum} & \textbf{Benötigt am} & \textbf{Kontakt} & \textbf{Lagerplatz} & \textbf{Lieferung mit} \\ [0.5ex]
121   \hline
122   <%quonumber%> & <%quodate%> & <%reqdate%> & <%employee%> & <%shippingpoint%> & <%shipvia%> \\
123   \hline
124 \end{tabularx}
125
126 \vspace{1cm}
127
128 Bitte nennen Sie uns für folgende Artikel Preis und Liefertermin:
129
130 \vspace{1cm}
131
132 \begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rl}
133   \textbf{Nummer} & \textbf{Beschreibung} & \textbf{Menge} & \\
134 <%foreach number%>
135   <%number%> & <%description%> & <%qty%> & <%unit%> \\
136 <%end number%>
137 \end{tabular*}
138
139
140 \parbox{\textwidth}{
141 \rule{\textwidth}{2pt}
142
143 \hfill
144
145 <%if notes%>
146   <%notes%>
147 <%end if%>
148
149 }
150
151 \end{document}
152