Uebernahme der kompletten Version, so wie sie Philip als "Demo-Version" gezeigt hat...
[kivitendo-erp.git] / templates / German-sales_order.tex
1 \documentclass[twoside]{scrartcl}
2 \usepackage{eurosym}
3 \usepackage{tabularx}
4 \usepackage[latin1]{inputenc}
5 \usepackage{geyger}
6 \begin{document}
7
8 \thispagestyle{plain}
9
10 \newlength{\descrwidth}\setlength{\descrwidth}{10cm}
11
12 \fontfamily{cmss}\fontshape{n}\selectfont
13
14 <%pagebreak 80 28 37%>
15 \end{tabularx}
16
17 \newpage
18
19 \begin{tabularx}{\textwidth}{lrXrr}
20   \hline
21   \textbf{Pos} & \textbf{Menge} & \textbf{Bezeichnung} &
22   \textbf{E-Preis/\euro} & \textbf{G-Preis/\euro} \\
23   \hline
24   <%foreach number%>
25     <%runningnumber%> & <%qty%> <%unit%> & \raggedright <%description%> &
26     FIXME & <%linetotal%>\\
27   <%end number%>
28 <%end pagebreak%>
29
30 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
31
32 \vspace*{1.5cm}
33
34 \begin{minipage}{8cm}
35   \tiny
36   \underline{GEYGER GbR $\bullet$ Druckereistr. 9 $\bullet$ 05159
37     Leipzig-Stahmeln}
38   \normalsize
39
40   <%name%>
41
42   <%street%>
43
44   <%zipcode%> <%city%>
45
46   <%country%>
47 \end{minipage}
48 \hfill
49 \begin{minipage}{6cm}
50   \rightline{\LARGE\textbf{\textit{Auftragsbestätigung}}}
51   \rightline{\large\textbf{\textit{Nr. <%ordnumber%>%
52   }}}
53
54   Datum:\hfill <%orddate%>
55
56   Kunden-Nr:\hfill <%customernumber%>
57
58   Telefon:\hfill <%phone%>
59
60   Telefax:\hfill FIXME <%fax%>
61
62   Ansprechpartner:\hfill <%employee%>
63 \end{minipage}
64
65 \vspace*{0.5cm}
66
67 \hfill
68 Leipzig-Stahmeln, \today
69
70 \vspace{0.5cm}
71
72 \begin{tabularx}{\textwidth}{lrXrr}
73   \hline
74   \textbf{Pos} & \textbf{Menge} & \textbf{Bezeichnung} &
75   \textbf{E-Preis/\euro} & \textbf{G-Preis/\euro} \\
76   \hline
77   <%foreach number%>
78     <%runningnumber%> & <%qty%> <%unit%> & \raggedright <%description%> &
79     FIXME & <%linetotal%>\\
80   <%end number%>
81 \end{tabularx}
82
83 \begin{tabularx}{\textwidth}{Xrr}
84   Zwischensumme: & & <%subtotal%>\\
85   abbzüglich der nicht rabattierfähigen Positionen $(*)$ &
86   FIXME & FIXME \\
87   Rabatt bei vereinbarungsgemäßer Bezahlung\hfill
88     FIXME von & FIXME & FIXME\\
89 \end{tabularx}
90
91 \vspace{0.5cm}
92
93 Vereinbarter Liefertermin: <%reqdate%>
94
95 \vspace{0.5cm}
96
97 \hrule
98
99 \hfill
100 \begin{tabular}{l@{\hspace*{0.2cm}\euro\hspace*{0.2cm}}r}
101   Nettobetrag & FIXME\\
102   <%foreach tax%>
103   <%taxrate%> <%taxdescription%> & <%tax%>\\
104   <%end tax%>
105   \textbf{Endbetrag} & \textbf{<%ordtotal%>%
106   }
107 \end{tabular}
108 \hrule
109
110 \vspace{0.2cm}
111
112 \textit{Bitte kontrollieren Sie alle Positionen auf Übereinstimmung
113   mit IHrere Bestellung! Abweichungen teilen Sie innerhalb von 3 Tagen
114   mit!}
115
116 Zahlung bar/Scheck am Tage der Lieferung mit 5\% Skonto
117
118 \end{document}
119