summaryrefslogtreecommitdiff
path: root/templates/French-packing_list.tex
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
commiteedad02e621755aa269a6728364fa2ef07f6bca9 (patch)
treee56cb7ebc28954055603056c514dd3c4c62b02d0 /templates/French-packing_list.tex
parent1eb75f0d6e9074d96445c810267aebe415b1b2d7 (diff)
Changed all templates to the new syntax
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@142 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/French-packing_list.tex')
-rwxr-xr-xtemplates/French-packing_list.tex50
1 files changed, 25 insertions, 25 deletions
diff --git a/templates/French-packing_list.tex b/templates/French-packing_list.tex
index 26e1c249..3a3af2bd 100755
--- a/templates/French-packing_list.tex
+++ b/templates/French-packing_list.tex
@@ -26,12 +26,12 @@
\parbox{\textwidth}{
\parbox[b]{12cm}{
- <%company%>
+ <?lsmb company ?>
- <%address%>}\hfill
+ <?lsmb address ?>}\hfill
\begin{tabular}[b]{rr@{}}
- Téléphone & <%tel%>\\
- Télécopieur & <%fax%>
+ Téléphone & <?lsmb tel ?>\\
+ Télécopieur & <?lsmb fax ?>
\end{tabular}
\rule[1.5ex]{\textwidth}{0.5pt}
@@ -40,39 +40,39 @@
\fontfamily{cmss}\fontshape{n}\selectfont
-\markboth{<%company%>\hfill <%invnumber%>}{\usebox{\hdr}}
+\markboth{<?lsmb company ?>\hfill <?lsmb invnumber ?>}{\usebox{\hdr}}
\pagestyle{myheadings}
%\thispagestyle{empty} use this with letterhead paper
-<%pagebreak 65 27 37%>
+<?lsmb pagebreak 65 27 37 ?>
\end{tabular*}
\newpage
-\markright{<%company%>\hfill <%invnumber%>}
+\markright{<?lsmb company ?>\hfill <?lsmb invnumber ?>}
\vspace*{-12pt}
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rll@{}}
\textbf{Numéro} & \textbf{Description} & \textbf{Qté} &
\textbf{Unité} & \textbf{Bin} \\
-<%end pagebreak%>
+<?lsmb end pagebreak ?>
\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
\vspace*{2cm}
-<%shiptoname%>
+<?lsmb shiptoname ?>
-<%shiptoaddr1%>
+<?lsmb shiptoaddr1 ?>
-<%shiptoaddr2%>
+<?lsmb shiptoaddr2 ?>
-<%shiptoaddr3%>
+<?lsmb shiptoaddr3 ?>
-<%shiptoaddr4%>
+<?lsmb shiptoaddr4 ?>
\vspace{3.5cm}
@@ -81,9 +81,9 @@
\hfill
\begin{tabular}[t]{l@{\hspace{0.3cm}}l}
- \textbf{Date de facture} & <%invdate%> \\
- \textbf{Numéro de facture} & <%invnumber%> \\
- \textbf{Numéro de client} & <%customer_id%>
+ \textbf{Date de facture} & <?lsmb invdate ?> \\
+ \textbf{Numéro de facture} & <?lsmb invnumber ?> \\
+ \textbf{Numéro de client} & <?lsmb customer_id ?>
\end{tabular}
\vspace{1cm}
@@ -91,10 +91,10 @@
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rll@{}}
\textbf{Numéro} & \textbf{Description} & \textbf{Qté} &
\textbf{Unité} & \textbf{Bin} \\
-<%foreach number%>
- <%number%> & <%description%> & <%qty%> &
- <%unit%> & <%bin%> \\
-<%end number%>
+<?lsmb foreach number ?>
+ <?lsmb number ?> & <?lsmb description ?> & <?lsmb qty ?> &
+ <?lsmb unit ?> & <?lsmb bin ?> \\
+<?lsmb end number ?>
\end{tabular*}
@@ -103,9 +103,9 @@
\vspace{12pt}
-<%if notes%>
- <%notes%>
-<%end if%>
+<?lsmb if notes ?>
+ <?lsmb notes ?>
+<?lsmb end if ?>
}
@@ -117,9 +117,9 @@
\footnotetext[1]{\tiny
Les éléments retournés seront sujets à un supplément de remmagasinnage de
10\%. Une autorisation de renvoi doit être obtenue au préalable auprès de
-<%company%>. Les frais de transports et d'assurance sur les éléments
+<?lsmb company ?>. Les frais de transports et d'assurance sur les éléments
retournés devront être couvert par le client de façon appropriée.
-<%company%> ne peut être tenue responsable des dommages survenus pendant
+<?lsmb company ?> ne peut être tenue responsable des dommages survenus pendant
le transit.}
\end{document}