diff options
Diffstat (limited to 'templates/Estonian_UTF8-timecard.tex')
-rwxr-xr-x | templates/Estonian_UTF8-timecard.tex | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/templates/Estonian_UTF8-timecard.tex b/templates/Estonian_UTF8-timecard.tex index b7630a00..ab849993 100755 --- a/templates/Estonian_UTF8-timecard.tex +++ b/templates/Estonian_UTF8-timecard.tex @@ -11,42 +11,42 @@ \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont -<%include letterhead.tex%> +<?lsmb include letterhead.tex ?> \centerline{\textbf{T I M E}\hspace{0.5cm}\textbf{C A R D}} \vspace*{0.5cm} \begin{tabular}[t]{ll} - \textbf{Employee} & <%employee%> \\ - \textbf{ID} & <%employee_id%> \\ + \textbf{Employee} & <?lsmb employee ?> \\ + \textbf{ID} & <?lsmb employee_id ?> \\ \end{tabular} \hfill \begin{tabular}[t]{ll} - \textbf{Card ID} & <%id%> \\ - \textbf{Date} & <%transdate%> \\ - \textbf{In} & <%checkedin%> \\ - \textbf{Out} & <%checkedout%> \\ - \textbf{Hours} & <%qty%> \\ + \textbf{Card ID} & <?lsmb id ?> \\ + \textbf{Date} & <?lsmb transdate ?> \\ + \textbf{In} & <?lsmb checkedin ?> \\ + \textbf{Out} & <?lsmb checkedout ?> \\ + \textbf{Hours} & <?lsmb qty ?> \\ \end{tabular} \vspace{1cm} \begin{tabular}[b]{ll} - \textbf{Job/Project \#} & <%projectnumber%> \\ - \textbf{Description} & <%projectdescription%> \\ - \textbf{Labor/Service Code} & <%partnumber%> \\ - \textbf{Description} & <%description%> \\ + \textbf{Job/Project \#} & <?lsmb projectnumber ?> \\ + \textbf{Description} & <?lsmb projectdescription ?> \\ + \textbf{Labor/Service Code} & <?lsmb partnumber ?> \\ + \textbf{Description} & <?lsmb description ?> \\ \end{tabular} \hfill \begin{tabular}[b]{lr} - \textbf{Rate} & <%sellprice%> \\ - \textbf{Total} & <%total%> \\ + \textbf{Rate} & <?lsmb sellprice ?> \\ + \textbf{Total} & <?lsmb total ?> \\ \end{tabular} \vspace{0.3cm} -<%notes%> +<?lsmb notes ?> \end{document} |