summaryrefslogtreecommitdiff
path: root/templates/krings/timecard.tex
diff options
context:
space:
mode:
Diffstat (limited to 'templates/krings/timecard.tex')
-rw-r--r--templates/krings/timecard.tex71
1 files changed, 71 insertions, 0 deletions
diff --git a/templates/krings/timecard.tex b/templates/krings/timecard.tex
new file mode 100644
index 00000000..49a30c54
--- /dev/null
+++ b/templates/krings/timecard.tex
@@ -0,0 +1,71 @@
+\documentclass{scrartcl}
+\usepackage[latin1]{inputenc}
+\usepackage{tabularx}
+\usepackage[letterpaper,top=2cm,bottom=-1cm,left=2cm,right=1cm]{geometry}
+\usepackage{graphicx}
+\setlength{\parindent}{0pt}
+
+\begin{document}
+
+\pagestyle{myheadings}
+\thispagestyle{empty}
+
+\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
+
+\vspace*{-1.3cm}
+
+\parbox{\textwidth}{%
+ \parbox[b]{.42\textwidth}{%
+ <%company%>
+
+ <%address%>
+ }
+ \parbox[b]{.2\textwidth}{
+ \includegraphics[scale=0.3]{sql-ledger}
+ }\hfill
+ \begin{tabular}[b]{rr@{}}
+ Tel: & <%tel%>\\
+ Fax: & <%fax%>
+ \end{tabular}
+
+ \rule[1.5em]{\textwidth}{0.5pt}
+}
+
+\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%> \\
+\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%> \\
+\end{tabular}
+
+\vspace{1cm}
+
+\begin{tabular}[b]{ll}
+ \textbf{Project/Job \#} & <%projectnumber%> \\
+ \textbf{Description} & <%projectdescription%> \\
+ \textbf{Labor/Service Code} & <%partnumber%> \\
+ \textbf{Description} & <%description%> \\
+\end{tabular}
+\hfill
+\begin{tabular}[b]{lr}
+ \textbf{Unit Rate} & <%sellprice%> \\
+ \textbf{Total} & <%total%> \\
+\end{tabular}
+
+\vspace{0.3cm}
+
+<%notes%>
+
+\end{document}
+
+