From eedad02e621755aa269a6728364fa2ef07f6bca9 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 24 Sep 2006 17:44:51 +0000 Subject: 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 --- templates/Spanish_Letter-packing_list.tex | 38 +++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'templates/Spanish_Letter-packing_list.tex') diff --git a/templates/Spanish_Letter-packing_list.tex b/templates/Spanish_Letter-packing_list.tex index ed7eea63..59f76e8c 100755 --- a/templates/Spanish_Letter-packing_list.tex +++ b/templates/Spanish_Letter-packing_list.tex @@ -31,7 +31,7 @@ \begin{tabular}[t]{p{1.7cm}p{1.7cm}p{2.4cm}p{1.7cm}}\\ \centering{Número} & \centering{Número} & \centering{Fecha} & C. Cliente\\ - \centering{<%ordnumber%>} & \centering{<%invnumber%>} & \centering{<%invdate%>} & \centering{<%customer_id%>} + \centering{} & \centering{} & \centering{} & \centering{} \end{tabular} \end{minipage} @@ -39,15 +39,15 @@ \textbf{A L B A R Á N} \vspace{1cm} -<%name%> + -<%address1%> + -<%address2%> + -<%city%> <%state%> <%zipcode%> + -<%country%> + \end{minipage} } @@ -59,7 +59,7 @@ %\markboth{\usebox{\hdr}}{\usebox{\hdr}} %\thispagestyle{empty} %use this with letterhead paper -<%pagebreak 65 27 37%> + \end{tabular*} \newpage \usebox{\hdr} @@ -68,7 +68,7 @@ %\markboth{\usebox{\hdr}}{\usebox{\hdr}} \begin{tabular*}{\textwidth}{rp{\descrwidth}rr} \textbf{Cant.} & \textbf{Descripción} & \textbf{Precio} & \textbf{Importe} \\ \hline -<%end pagebreak%> + \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont @@ -77,28 +77,28 @@ \begin{tabular*}{\textwidth}{rp{\descrwidth}rr} \textbf{Cant.} & \textbf{Descripción} & \textbf{Precio} & \textbf{Importe} \\ \hline -<%foreach number%> - <%qty%> & <%description%> & <%sellprice%> & <%linetotal%> \\ -<%end number%> + + & & & \\ + \end{tabular*} \parbox{\textwidth}{ \vspace{12pt} -<%if notes%> - <%notes%> -<%end if%> + + + } \vfill \begin{flushright} \begin{tabularx}{10cm}{Xr@{}} - \textbf{Base imponible} & \textbf{<%subtotal%>} \\ -<%foreach tax%> - IVA (<%taxrate%>\%) sobre <%taxbase%> & <%tax%> \\ -<%end tax%> + \textbf{Base imponible} & \textbf{} \\ + + IVA (\%) sobre & \\ + \hline - \textbf{Total} & \textbf{<%invtotal%>} \\ + \textbf{Total} & \textbf{} \\ \end{tabularx} \end{flushright} -- cgit v1.2.3