summaryrefslogtreecommitdiff
path: root/templates/Swedish-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/Swedish-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/Swedish-timecard.tex')
-rwxr-xr-xtemplates/Swedish-timecard.tex36
1 files changed, 18 insertions, 18 deletions
diff --git a/templates/Swedish-timecard.tex b/templates/Swedish-timecard.tex
index d6245fa9..8498a333 100755
--- a/templates/Swedish-timecard.tex
+++ b/templates/Swedish-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{Anstäld} & <%employee%> \\
- \textbf{ID} & <%employee_id%> \\
+ \textbf{Anstäld} & <?lsmb employee ?> \\
+ \textbf{ID} & <?lsmb employee_id ?> \\
\end{tabular}
\hfill
\begin{tabular}[t]{ll}
- \textbf{Kort ID} & <%id%> \\
- \textbf{Datum Arbetat} & <%transdate%> \\
- \textbf{Tid In} & <%checkedin%> \\
- \textbf{Tid ut} & <%checkedout%> \\
- \textbf{Timmar Arbetat} & <%qty%> \\
+ \textbf{Kort ID} & <?lsmb id ?> \\
+ \textbf{Datum Arbetat} & <?lsmb transdate ?> \\
+ \textbf{Tid In} & <?lsmb checkedin ?> \\
+ \textbf{Tid ut} & <?lsmb checkedout ?> \\
+ \textbf{Timmar Arbetat} & <?lsmb qty ?> \\
\end{tabular}
\vspace{1cm}
\begin{tabular}[b]{ll}
- \textbf{Project/Jobb \#} & <%projectnumber%> \\
- \textbf{Beskrivning} & <%projectdescription%> \\
- \textbf{Arbete/Service kod} & <%partnumber%> \\
- \textbf{Beskrivning} & <%description%> \\
+ \textbf{Project/Jobb \#} & <?lsmb projectnumber ?> \\
+ \textbf{Beskrivning} & <?lsmb projectdescription ?> \\
+ \textbf{Arbete/Service kod} & <?lsmb partnumber ?> \\
+ \textbf{Beskrivning} & <?lsmb description ?> \\
\end{tabular}
\hfill
\begin{tabular}[b]{lr}
- \textbf{Enhetspris} & <%sellprice%> \\
- \textbf{Totalt} & <%total%> \\
+ \textbf{Enhetspris} & <?lsmb sellprice ?> \\
+ \textbf{Totalt} & <?lsmb total ?> \\
\end{tabular}
\vspace{0.3cm}
-<%notes%>
+<?lsmb notes ?>
\end{document}