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-ap_transaction.tex | 82 ++++++++++++++++----------------- 1 file changed, 41 insertions(+), 41 deletions(-) (limited to 'templates/Spanish_A4-ap_transaction.tex') diff --git a/templates/Spanish_A4-ap_transaction.tex b/templates/Spanish_A4-ap_transaction.tex index dd064787..ff23b74f 100755 --- a/templates/Spanish_A4-ap_transaction.tex +++ b/templates/Spanish_A4-ap_transaction.tex @@ -28,16 +28,16 @@ \parbox{\textwidth}{% \parbox[b]{.42\textwidth}{% - <%company%> + - <%address%> + } \parbox[b]{.2\textwidth}{ \includegraphics[scale=0.3]{ledger-smb} }\hfill \begin{tabular}[b]{rr@{}} - Telephone & <%tel%>\\ - Facsimile & <%fax%> + Telephone & \\ + Facsimile & \end{tabular} \rule[1.5em]{\textwidth}{0.5pt} @@ -48,78 +48,78 @@ \vspace*{0.5cm} \parbox[t]{.5\textwidth}{ -<%name%> + -<%address1%> + -<%address2%> + -<%city%> <%state%> <%zipcode%> + -<%country%> + \vspace{0.3cm} -<%if contact%> -<%contact%> -<%end contact%> + + + \vspace{0.2cm} -<%if customerphone%> -Tel: <%customerphone%> -<%end customerphone%> + +Tel: + -<%if customerfax%> -Fax: <%customerfax%> -<%end customerfax%> + +Fax: + -<%email%> + } \hfill \begin{tabular}[t]{ll} - \textbf{Invoice \#} & <%invnumber%> \\ - \textbf{Date} & <%invdate%> \\ - \textbf{Due} & <%duedate%> \\ - \textbf{Order \#} & <%ordnumber%> \\ - \textbf{Employee} & <%employee%> \\ + \textbf{Invoice \#} & \\ + \textbf{Date} & \\ + \textbf{Due} & \\ + \textbf{Order \#} & \\ + \textbf{Employee} & \\ \end{tabular} \vspace{1cm} \begin{tabularx}{.5\textwidth}[t]{@{}llrl@{}} -<%foreach amount%> - <%accno%> & <%account%> & <%amount%> & <%projectnumber%> \\ -<%end amount%> + + & & & \\ + - \multicolumn{2}{r}{\textbf{Subtotal}} & <%subtotal%> & \\ -<%foreach tax%> - \multicolumn{2}{r}{\textbf{<%taxdescription%> @ <%taxrate%> \%}} & <%tax%> & \\ -<%end tax%> + \multicolumn{2}{r}{\textbf{Subtotal}} & & \\ + + \multicolumn{2}{r}{\textbf{ @ \%}} & & \\ + - \multicolumn{2}{r}{\textbf{Total}} & <%invtotal%> & \\ + \multicolumn{2}{r}{\textbf{Total}} & & \\ \end{tabularx} -<%notes%> + \vspace{0.3cm} -<%text_amount%> ***** <%decimal%>/100 <%currency%> + ***** /100 \vspace{0.3cm} -<%if paid%> + \begin{tabular}{@{}llllr@{}} \multicolumn{5}{c}{\textbf{Payments}} \\ \hline \textbf{Date} & & \textbf{Source} & \textbf{Memo} & \textbf{Amount} \\ -<%end paid%> -<%foreach payment%> - <%paymentdate%> & <%paymentaccount%> & <%paymentsource%> & <%paymentmemo%> & <%payment%> \\ -<%end payment%> -<%if paid%> + + + & & & & \\ + + \end{tabular} -<%end paid%> + \end{document} -- cgit v1.2.3