summaryrefslogtreecommitdiff
path: root/templates/Spanish_Letter-sales_order.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/Spanish_Letter-sales_order.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/Spanish_Letter-sales_order.tex')
-rwxr-xr-xtemplates/Spanish_Letter-sales_order.tex46
1 files changed, 23 insertions, 23 deletions
diff --git a/templates/Spanish_Letter-sales_order.tex b/templates/Spanish_Letter-sales_order.tex
index 35c9a1cb..e1d714fb 100755
--- a/templates/Spanish_Letter-sales_order.tex
+++ b/templates/Spanish_Letter-sales_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{<?lsmb ordnumber ?>} & \centering{<?lsmb orddate ?>} & \centering{<?lsmb vendor_id ?>}
\end{tabular}
\end{minipage}
@@ -38,19 +38,19 @@
\textbf{P E D I D O}
\vspace{1cm}
-<%name%>
+<?lsmb name ?>
-<%address1%>
+<?lsmb address1 ?>
-<%if address2%>
-<%address2%>
-<%end address2%>
+<?lsmb if address2 ?>
+<?lsmb address2 ?>
+<?lsmb end address2 ?>
-<%city%> <%state%> <%zipcode%>
+<?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?>
-<%if country%>
-<%country%>
-<%end country%>
+<?lsmb if country ?>
+<?lsmb country ?>
+<?lsmb end country ?>
\end{minipage}
}
@@ -62,7 +62,7 @@
%\markboth{\usebox{\hdr}}{\usebox{\hdr}}
%\thispagestyle{empty} %use this with letterhead paper
-<%pagebreak 65 27 37%>
+<?lsmb 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%>
+<?lsmb 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%>
+<?lsmb foreach number ?>
+ <?lsmb qty ?> & <?lsmb description ?> & <?lsmb sellprice ?> & <?lsmb linetotal ?> \\
+<?lsmb end number ?>
\end{tabular*}
\parbox{\textwidth}{
\vspace{12pt}
-<%if notes%>
- <%notes%>
-<%end if%>
+<?lsmb if notes ?>
+ <?lsmb notes ?>
+<?lsmb 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{<?lsmb subtotal ?>} \\
+<?lsmb foreach tax ?>
+ IVA (<?lsmb taxrate ?>\%) sobre <?lsmb taxbase ?> & <?lsmb tax ?> \\
+<?lsmb end tax ?>
\hline
- \textbf{Total} & \textbf{<%ordtotal%>} \\
+ \textbf{Total} & \textbf{<?lsmb ordtotal ?>} \\
\end{tabularx}
\end{flushright}