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/Estonian-statement.tex | 52 ++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'templates/Estonian-statement.tex') diff --git a/templates/Estonian-statement.tex b/templates/Estonian-statement.tex index 0beb6c64..f700a750 100755 --- a/templates/Estonian-statement.tex +++ b/templates/Estonian-statement.tex @@ -11,39 +11,39 @@ \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont -<%include letterhead.tex%> + \parbox[t]{.5\textwidth}{ -<%name%> + -<%address1%> + -<%address2%> + -<%city%> -<%if state%> -\hspace{-0.1cm}, <%state%> -<%end state%> -<%zipcode%> + + +\hspace{-0.1cm}, + + -<%country%> + } \parbox[t]{.5\textwidth}{ -<%if customerphone%> -Tel: <%customerphone%> -<%end customerphone%> + +Tel: + -<%if customerfax%> -Fax: <%customerfax%> -<%end customerfax%> + +Fax: + -<%email%> + } \hfill \vspace{1cm} -\textbf{S T A T E M E N T} \hfill \textbf{<%statementdate%>} +\textbf{S T A T E M E N T} \hfill \textbf{} \vspace{2cm} @@ -52,13 +52,13 @@ Fax: <%customerfax%> \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Due} & \textbf{Current} & \textbf{30} & \textbf{60} & \textbf{90} \\ \hline -<%foreach invnumber%> - <%invnumber%> & <%ordnumber%> & <%invdate%> & <%duedate%> & - <%c0%> & <%c30%> & <%c60%> & <%c90%> \\ -<%end invnumber%> + + & & & & + & & & \\ + \multicolumn{8}{|l|}{\mbox{}} \\ \hline - \textbf{Subtotal} & & & & <%c0total%> & <%c30total%> & <%c60total%> & <%c90total%> \\ + \textbf{Subtotal} & & & & & & & \\ \hline \end{tabular*} @@ -66,13 +66,13 @@ Fax: <%customerfax%> \hfill \begin{tabularx}{\textwidth}{Xr@{\hspace{1cm}}r@{}} - & \textbf{Total outstanding} & \textbf{<%total%>} + & \textbf{Total outstanding} & \textbf{} \end{tabularx} \vfill -All amounts in \textbf{<%currency%>} funds. +All amounts in \textbf{} funds. -Please make check payable to \textbf{<%company%>} +Please make check payable to \textbf{} \end{document} -- cgit v1.2.3