summaryrefslogtreecommitdiff
path: root/templates/macronald/timecard.tex
diff options
context:
space:
mode:
Diffstat (limited to 'templates/macronald/timecard.tex')
-rw-r--r--templates/macronald/timecard.tex52
1 files changed, 52 insertions, 0 deletions
diff --git a/templates/macronald/timecard.tex b/templates/macronald/timecard.tex
new file mode 100644
index 00000000..1c54eb4f
--- /dev/null
+++ b/templates/macronald/timecard.tex
@@ -0,0 +1,52 @@
+\documentclass{scrartcl}
+\usepackage[latin1]{inputenc}
+\usepackage{tabularx}
+\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
+\usepackage{graphicx}
+
+\begin{document}
+
+\pagestyle{myheadings}
+\thispagestyle{empty}
+
+\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
+
+<?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} & <?lsmb employee ?> \\
+ \textbf{ID} & <?lsmb employee_id ?> \\
+\end{tabular}
+\hfill
+\begin{tabular}[t]{ll}
+ \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 \#} & <?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} & <?lsmb sellprice ?> \\
+ \textbf{Total} & <?lsmb total ?> \\
+\end{tabular}
+
+\vspace{0.3cm}
+
+<?lsmb notes ?>
+
+\end{document}
+