summaryrefslogtreecommitdiff
path: root/templates/Service-timecard.tex
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
commiteedad02e621755aa269a6728364fa2ef07f6bca9 (patch)
treee56cb7ebc28954055603056c514dd3c4c62b02d0 /templates/Service-timecard.tex
parent1eb75f0d6e9074d96445c810267aebe415b1b2d7 (diff)
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
Diffstat (limited to 'templates/Service-timecard.tex')
-rwxr-xr-xtemplates/Service-timecard.tex36
1 files changed, 18 insertions, 18 deletions
diff --git a/templates/Service-timecard.tex b/templates/Service-timecard.tex
index 1043658e..98748cf3 100755
--- a/templates/Service-timecard.tex
+++ b/templates/Service-timecard.tex
@@ -16,16 +16,16 @@
\parbox{\textwidth}{%
\parbox[b]{.42\textwidth}{%
- <%company%>
+ <?lsmb company ?>
- <%address%>
+ <?lsmb address ?>
}
\parbox[b]{.2\textwidth}{
\includegraphics[scale=0.3]{ledger-smb}
}\hfill
\begin{tabular}[b]{rr@{}}
- Tel: & <%tel%>\\
- Fax: & <%fax%>
+ Tel: & <?lsmb tel ?>\\
+ Fax: & <?lsmb 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} & <?lsmb employee ?> \\
+ \textbf{ID} & <?lsmb employee_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} & <?lsmb id ?> \\
+ \textbf{Date Worked} & <?lsmb transdate ?> \\
+ \textbf{Time In} & <?lsmb checkedin ?> \\
+ \textbf{Time Out} & <?lsmb checkedout ?> \\
+ \textbf{Hours Worked} & <?lsmb qty ?> \\
\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 \#} & <?lsmb projectnumber ?> \\
+ \textbf{Description} & <?lsmb projectdescription ?> \\
+ \textbf{Labor/Service Code} & <?lsmb partnumber ?> \\
+ \textbf{Description} & <?lsmb description ?> \\
\end{tabular}
\hfill
\begin{tabular}[b]{lr}
- \textbf{Unit Rate} & <%sellprice%> \\
- \textbf{Total} & <%total%> \\
+ \textbf{Unit Rate} & <?lsmb sellprice ?> \\
+ \textbf{Total} & <?lsmb total ?> \\
\end{tabular}
\vspace{0.3cm}
-<%notes%>
+<?lsmb notes ?>
\end{document}