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 --- .../Traditional_Chinese_UTF8-ar_transaction.tex | 110 ++++++++++----------- 1 file changed, 55 insertions(+), 55 deletions(-) (limited to 'templates/Traditional_Chinese_UTF8-ar_transaction.tex') diff --git a/templates/Traditional_Chinese_UTF8-ar_transaction.tex b/templates/Traditional_Chinese_UTF8-ar_transaction.tex index 1c3c44f3..251df3b6 100755 --- a/templates/Traditional_Chinese_UTF8-ar_transaction.tex +++ b/templates/Traditional_Chinese_UTF8-ar_transaction.tex @@ -12,107 +12,107 @@ \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont -<%include letterhead.tex%> + \centerline{\textbf{A R} \hspace{0.3cm} \textbf{T R A N S A C T I O N}} \vspace*{0.5cm} \parbox[t]{.5\textwidth}{ -<%name%> + -<%address1%> + -<%address2%> + -<%city%> -<%if state%> -\hspace{-0.1cm}, <%state%> -<%end state%> -<%zipcode%> + + +\hspace{-0.1cm}, + + -<%country%> + \vspace{0.3cm} -<%if contact%> -<%contact%> + + \vspace{0.2cm} -<%end contact%> + -<%if customerphone%> -Tel: <%customerphone%> -<%end customerphone%> + +Tel: + -<%if customerfax%> -Fax: <%customerfax%> -<%end customerfax%> + +Fax: + -<%email%> + -<%if customertaxnumber%> -Tax Number: <%customertaxnumber%> -<%end customertaxnumber%> + +Tax Number: + } \hfill \begin{tabular}[t]{ll} - \textbf{Invoice \#} & <%invnumber%> \\ - \textbf{Date} & <%invdate%> \\ - \textbf{Due} & <%duedate%> \\ - <%if ponumber%> - \textbf{PO \#} & <%ponumber%> \\ - <%end ponumber%> - <%if ordnumber%> - \textbf{Order \#} & <%ordnumber%> \\ - <%end ordnumber%> - \textbf{Employee} & <%employee%> \\ + \textbf{Invoice \#} & \\ + \textbf{Date} & \\ + \textbf{Due} & \\ + + \textbf{PO \#} & \\ + + + \textbf{Order \#} & \\ + + \textbf{Employee} & \\ \end{tabular} \vspace{1cm} \begin{tabularx}{\textwidth}[t]{@{}llrX@{\hspace{1cm}}l@{}} -<%foreach amount%> - <%accno%> & <%account%> & <%amount%> & <%description%> & <%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} \vspace{0.3cm} -<%text_amount%> ***** <%decimal%>/100 <%currency%> + ***** /100 -<%if notes%> + \vspace{0.3cm} -<%notes%> -<%end notes%> + + \vspace{0.3cm} -<%if paid_1%> + \begin{tabular}{@{}lllr@{}} \multicolumn{5}{c}{\textbf{Payments}} \\ \hline \textbf{Date} & & \textbf{Source} & \textbf{Amount} \\ -<%end paid_1%> -<%foreach payment%> - <%paymentdate%> & <%paymentaccount%> & <%paymentsource%> & <%payment%> \\ -<%end payment%> -<%if paid_1%> + + + & & & \\ + + \end{tabular} -<%end paid_1%> + \vspace{0.5cm} -<%foreach tax%> -\textbf{\scriptsize <%taxdescription%> Registration <%taxnumber%>} \\ -<%end tax%> + +\textbf{\scriptsize Registration } \\ + \end{document} -- cgit v1.2.3