416b0e7d70c7f202c019294341b4377478468f5d
[kivitendo-erp.git] / templates / print / Default / sales_quotation.tex
1 \documentclass[twoside]{scrartcl}
2 \usepackage[frame]{xy}
3 \usepackage{tabularx}
4 \usepackage{graphicx}
5 \setlength{\voffset}{0.5cm}
6 \setlength{\hoffset}{-2.0cm}
7 \setlength{\topmargin}{0cm}
8 \setlength{\headheight}{0.5cm}
9 \setlength{\headsep}{1cm}
10 \setlength{\topskip}{0pt}
11 \setlength{\oddsidemargin}{1.0cm}
12 \setlength{\evensidemargin}{1.0cm}
13 \setlength{\textwidth}{19.2cm}
14 \setlength{\textheight}{24.7cm}
15 \setlength{\footskip}{1cm}
16 \setlength{\parindent}{0pt}
17 \renewcommand{\baselinestretch}{1}
18 \begin{document}
19
20 \newlength{\descrwidth}\setlength{\descrwidth}{10cm}
21 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
22
23 \pagestyle{myheadings}
24 \thispagestyle{empty}
25
26 \vspace*{-1.3cm}
27
28 \parbox{\textwidth}{
29   \parbox[b]{.42\textwidth}{
30     <%company%>
31     
32     <%address%>
33   }
34   \parbox[b]{.2\textwidth}{
35     \includegraphics[scale=0.3]{sql-ledger}
36   }\hfill
37   \begin{tabular}[b]{rr@{}}
38   Telephone & <%tel%>\\
39   Facsimile & <%fax%>
40   \end{tabular}
41
42   \rule[1.5ex]{\textwidth}{0.5pt}
43 }
44
45
46 <%pagebreak 90 27 48%>
47 \end{tabular*}
48
49   \rule{\textwidth}{2pt}
50   
51   \hfill
52   \begin{tabularx}{7cm}{Xr@{}}
53   \textbf{Subtotal} & \textbf{<%sumcarriedforward%>} \\
54   \end{tabularx}
55
56 \newpage
57
58 \markboth{<%company%>\hfill <%quonumber%>}{<%company%>\hfill <%quonumber%>}
59
60 \vspace*{-12pt}
61
62 \begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrrr@{}}
63   \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
64     \textbf{Unit} & \textbf{Price} & \textbf{Disc} & \textbf{Amount} \\
65   & carried forward from <%lastpage%> & & & & & <%sumcarriedforward%> \\
66 <%end pagebreak%>
67
68
69 \vspace*{0.5cm}
70
71 \parbox[t]{1cm}{\hfill}
72 \parbox[t]{.45\textwidth}{
73
74 <%name%>
75
76 <%street%>
77
78 <%zipcode%>
79
80 <%city%>
81
82 <%country%>
83
84 \vspace{0.3cm}
85
86 <%if contact%>
87 <%contact%>
88 <%end contact%>
89
90 \vspace{0.2cm}
91
92 <%if customerphone%>
93 Tel: <%customerphone%>
94 <%end customerphone%>
95
96 <%if customerfax%>
97 Fax: <%customerfax%>
98 <%end customerfax%>
99
100 <%email%>
101 }
102
103 \vspace{1cm}
104
105 \textbf{Q U O T A T I O N}
106 \hfill
107
108 \vspace{1cm}
109
110 \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
111   \textbf{Quotation \#} & \textbf{Date} & \textbf{Valid until} & \textbf{Contact} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5ex]
112   \hline
113   <%quonumber%> & <%quodate%> & <%reqdate%> & <%employee%> & <%shippingpoint%> & <%shipvia%> \\
114   \hline
115 \end{tabularx}
116   
117 \vspace{1cm}
118
119 \begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrrr@{}}
120   \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
121     \textbf{Unit} & \textbf{Price} & \textbf{Disc} & \textbf{Amount} \\
122 <%foreach number%>
123   <%number%> & <%description%> & <%qty%> &
124     <%unit%> & <%sellprice%> & <%discount%> & <%linetotal%> \\
125 <%end number%>
126 \end{tabular*}
127
128
129 \parbox{\textwidth}{
130 \rule{\textwidth}{2pt}
131
132 \vspace{0.2cm}
133
134 \hfill
135 \begin{tabularx}{7cm}{Xr@{}}
136   Subtotal & <%subtotal%> \\
137 <%foreach tax%>
138   <%taxdescription%> on <%taxbase%> & <%tax%>\\
139 <%end tax%>
140   \hline
141   Total & <%quototal%>\\
142 \end{tabularx}
143
144 \vspace{0.3cm}
145
146 \hfill
147   All prices in \textbf{<%currency%>}.
148
149 \vspace{12pt}
150
151 <%if notes%>
152   <%notes%>
153 <%end if%>
154
155 }
156
157 \vfill
158
159 \end{document}
160