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/Brazilian_Portuguese-timecard.tex | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'templates/Brazilian_Portuguese-timecard.tex') diff --git a/templates/Brazilian_Portuguese-timecard.tex b/templates/Brazilian_Portuguese-timecard.tex index 1043658e..98748cf3 100755 --- a/templates/Brazilian_Portuguese-timecard.tex +++ b/templates/Brazilian_Portuguese-timecard.tex @@ -16,16 +16,16 @@ \parbox{\textwidth}{% \parbox[b]{.42\textwidth}{% - <%company%> + - <%address%> + } \parbox[b]{.2\textwidth}{ \includegraphics[scale=0.3]{ledger-smb} }\hfill \begin{tabular}[b]{rr@{}} - Tel: & <%tel%>\\ - Fax: & <%fax%> + Tel: & \\ + Fax: & \end{tabular} \rule[1.5em]{\textwidth}{0.5pt} @@ -36,35 +36,35 @@ \vspace*{0.5cm} \begin{tabular}[t]{ll} - \textbf{Employee} & <%employee%> \\ - \textbf{ID} & <%employee_id%> \\ + \textbf{Employee} & \\ + \textbf{ID} & \\ \end{tabular} \hfill \begin{tabular}[t]{ll} - \textbf{Card ID} & <%id%> \\ - \textbf{Date Worked} & <%transdate%> \\ - \textbf{Time In} & <%checkedin%> \\ - \textbf{Time Out} & <%checkedout%> \\ - \textbf{Hours Worked} & <%qty%> \\ + \textbf{Card ID} & \\ + \textbf{Date Worked} & \\ + \textbf{Time In} & \\ + \textbf{Time Out} & \\ + \textbf{Hours Worked} & \\ \end{tabular} \vspace{1cm} \begin{tabular}[b]{ll} - \textbf{Project/Job \#} & <%projectnumber%> \\ - \textbf{Description} & <%projectdescription%> \\ - \textbf{Labor/Service Code} & <%partnumber%> \\ - \textbf{Description} & <%description%> \\ + \textbf{Project/Job \#} & \\ + \textbf{Description} & \\ + \textbf{Labor/Service Code} & \\ + \textbf{Description} & \\ \end{tabular} \hfill \begin{tabular}[b]{lr} - \textbf{Unit Rate} & <%sellprice%> \\ - \textbf{Total} & <%total%> \\ + \textbf{Unit Rate} & \\ + \textbf{Total} & \\ \end{tabular} \vspace{0.3cm} -<%notes%> + \end{document} -- cgit v1.2.3