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_A4-purchase_order.tex | 46 ++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'templates/Spanish_A4-purchase_order.tex') diff --git a/templates/Spanish_A4-purchase_order.tex b/templates/Spanish_A4-purchase_order.tex index 69129e86..75744263 100755 --- a/templates/Spanish_A4-purchase_order.tex +++ b/templates/Spanish_A4-purchase_order.tex @@ -30,7 +30,7 @@ \begin{tabular}[t]{p{1.7cm}p{2.4cm}p{1.7cm}}\\ \centering{Número} & \centering{Fecha} & C. Cliente\\ -\centering{<%ordnumber%>} & \centering{<%orddate%>} & \centering{<%vendor_id%>} +\centering{} & \centering{} & \centering{} \end{tabular} \end{minipage} @@ -38,19 +38,19 @@ \textbf{P E D I D O} \vspace{1cm} -<%name%> + -<%address1%> + -<%if address2%> -<%address2%> -<%end address2%> + + + -<%city%> <%state%> <%zipcode%> + -<%if country%> -<%country%> -<%end country%> + + + \end{minipage} } @@ -62,7 +62,7 @@ %\markboth{\usebox{\hdr}}{\usebox{\hdr}} %\thispagestyle{empty} %use this with letterhead paper -<%pagebreak 65 27 37%> + \end{tabular*} \newpage \usebox{\hdr} @@ -71,7 +71,7 @@ \begin{tabular*}{\textwidth}{rp{\descrwidth}rr} \textbf{Cant.} & \textbf{Descripción} & \textbf{Precio} & \textbf{Importe} \\ \hline -<%end pagebreak%> + \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont @@ -80,28 +80,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%>} \EUR \\ -<%foreach tax%> - IVA (<%taxrate%>\%) sobre <%taxbase%> & <%tax%> \EUR\\ -<%end tax%> + \textbf{Base imponible} & \textbf{} \EUR \\ + + IVA (\%) sobre & \EUR\\ + \hline - \textbf{Total} & \textbf{<%ordtotal%>} \EUR\\ + \textbf{Total} & \textbf{} \EUR\\ \end{tabularx} \end{flushright} -- cgit v1.2.3