summaryrefslogtreecommitdiff
path: root/templates/spiff/timecard.tex
blob: 49a30c5426f631518e4eb6a6d1b41414a815b78f (plain)
  1. \documentclass{scrartcl}
  2. \usepackage[latin1]{inputenc}
  3. \usepackage{tabularx}
  4. \usepackage[letterpaper,top=2cm,bottom=-1cm,left=2cm,right=1cm]{geometry}
  5. \usepackage{graphicx}
  6. \setlength{\parindent}{0pt}
  7. \begin{document}
  8. \pagestyle{myheadings}
  9. \thispagestyle{empty}
  10. \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  11. \vspace*{-1.3cm}
  12. \parbox{\textwidth}{%
  13.   \parbox[b]{.42\textwidth}{%
  14. <%company%>
  15. <%address%>
  16. }
  17. \parbox[b]{.2\textwidth}{
  18. \includegraphics[scale=0.3]{sql-ledger}
  19. }\hfill
  20. \begin{tabular}[b]{rr@{}}
  21. Tel: & <%tel%>\\
  22. Fax: & <%fax%>
  23. \end{tabular}
  24. \rule[1.5em]{\textwidth}{0.5pt}
  25. }
  26. \centerline{\textbf{T I M E}\hspace{0.5cm}\textbf{C A R D}}
  27. \vspace*{0.5cm}
  28. \begin{tabular}[t]{ll}
  29. \textbf{Employee} & <%employee%> \\
  30. \textbf{ID} & <%employee_id%> \\
  31. \end{tabular}
  32. \hfill
  33. \begin{tabular}[t]{ll}
  34. \textbf{Card ID} & <%id%> \\
  35. \textbf{Date Worked} & <%transdate%> \\
  36. \textbf{Time In} & <%checkedin%> \\
  37. \textbf{Time Out} & <%checkedout%> \\
  38. \textbf{Hours Worked} & <%qty%> \\
  39. \end{tabular}
  40. \vspace{1cm}
  41. \begin{tabular}[b]{ll}
  42. \textbf{Project/Job \#} & <%projectnumber%> \\
  43. \textbf{Description} & <%projectdescription%> \\
  44. \textbf{Labor/Service Code} & <%partnumber%> \\
  45. \textbf{Description} & <%description%> \\
  46. \end{tabular}
  47. \hfill
  48. \begin{tabular}[b]{lr}
  49. \textbf{Unit Rate} & <%sellprice%> \\
  50. \textbf{Total} & <%total%> \\
  51. \end{tabular}
  52. \vspace{0.3cm}
  53. <%notes%>
  54. \end{document}