Revision 05c6840d
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
templates/French-purchase_order.tex | ||
---|---|---|
1 | 1 |
\documentclass[twoside]{scrartcl} |
2 | 2 |
\usepackage[frame]{xy} |
3 | 3 |
\usepackage[frenchb]{babel} |
4 |
\usepackage[latin1]{inputenc}
|
|
4 |
\usepackage[utf8]{inputenc}
|
|
5 | 5 |
\usepackage{tabularx} |
6 | 6 |
\setlength{\voffset}{0.5cm} |
7 | 7 |
\setlength{\hoffset}{-2.0cm} |
... | ... | |
30 | 30 |
|
31 | 31 |
<%address%>}\hfill |
32 | 32 |
\begin{tabular}[b]{rr@{}} |
33 |
T?l?phone & <%tel%>\\
|
|
34 |
T?l?copieur & <%fax%>
|
|
33 |
Téléphone & <%tel%>\\
|
|
34 |
Télécopieur & <%fax%>
|
|
35 | 35 |
\end{tabular} |
36 | 36 |
|
37 | 37 |
\rule[1.5ex]{\textwidth}{0.5pt} |
... | ... | |
64 | 64 |
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrr@{}} |
65 | 65 |
\textbf{Number} & \textbf{Description} & \textbf{Qt'y} & |
66 | 66 |
\textbf{Unit} & \textbf{Price} & \textbf{Amount} \\ |
67 |
& report? de la page <%lastpage%> & & & & <%sumcarriedforward%> \\
|
|
67 |
& reporté de la page <%lastpage%> & & & & <%sumcarriedforward%> \\
|
|
68 | 68 |
<%end pagebreak%> |
69 | 69 |
|
70 | 70 |
|
... | ... | |
92 | 92 |
<%if reqdate%> |
93 | 93 |
\textbf{Livrable le} & <%reqdate%> \\ |
94 | 94 |
<%end reqdate%> |
95 |
\textbf{Num?ro de commande} & <%ordnumber%>
|
|
95 |
\textbf{Numéro de commande} & <%ordnumber%>
|
|
96 | 96 |
\end{tabular} |
97 | 97 |
|
98 | 98 |
\vspace{1cm} |
99 | 99 |
|
100 | 100 |
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrr@{}} |
101 |
\textbf{Num?ro} & \textbf{Description} & \textbf{Qt?} &
|
|
102 |
\textbf{Unit?} & \textbf{Prix} & \textbf{Montant} \\
|
|
101 |
\textbf{Numéro} & \textbf{Description} & \textbf{Qté} &
|
|
102 |
\textbf{Unité} & \textbf{Prix} & \textbf{Montant} \\
|
|
103 | 103 |
<%foreach number%> |
104 | 104 |
<%number%> & <%description%> & <%qty%> & |
105 | 105 |
<%unit%> & <%sellprice%> & <%linetotal%> \\ |
... | ... | |
125 | 125 |
\vspace{0.3cm} |
126 | 126 |
|
127 | 127 |
\hfill |
128 |
Tous les prix indiqu?s sont en \textbf{<%currency%>}.
|
|
128 |
Tous les prix indiqués sont en \textbf{<%currency%>}.
|
|
129 | 129 |
|
130 | 130 |
\vspace{12pt} |
131 | 131 |
|
Auch abrufbar als: Unified diff
Dateiencodings auf UTF-8 geändert
Fix für Bug 1375.