summaryrefslogtreecommitdiff
path: root/templates/spiff-en/timecard.tex
blob: b7630a00927b502ff1dcb19495e9a302ca4cbb4d (plain)
  1. \documentclass{scrartcl}
  2. \usepackage[latin1]{inputenc}
  3. \usepackage{tabularx}
  4. \usepackage[letterpaper,top=2cm,bottom=-3cm,left=1.1cm,right=1.5cm]{geometry}
  5. \usepackage{graphicx}
  6. \begin{document}
  7. \pagestyle{myheadings}
  8. \thispagestyle{empty}
  9. \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  10. <%include letterhead.tex%>
  11. \centerline{\textbf{T I M E}\hspace{0.5cm}\textbf{C A R D}}
  12. \vspace*{0.5cm}
  13. \begin{tabular}[t]{ll}
  14. \textbf{Employee} & <%employee%> \\
  15. \textbf{ID} & <%employee_id%> \\
  16. \end{tabular}
  17. \hfill
  18. \begin{tabular}[t]{ll}
  19. \textbf{Card ID} & <%id%> \\
  20. \textbf{Date} & <%transdate%> \\
  21. \textbf{In} & <%checkedin%> \\
  22. \textbf{Out} & <%checkedout%> \\
  23. \textbf{Hours} & <%qty%> \\
  24. \end{tabular}
  25. \vspace{1cm}
  26. \begin{tabular}[b]{ll}
  27. \textbf{Job/Project \#} & <%projectnumber%> \\
  28. \textbf{Description} & <%projectdescription%> \\
  29. \textbf{Labor/Service Code} & <%partnumber%> \\
  30. \textbf{Description} & <%description%> \\
  31. \end{tabular}
  32. \hfill
  33. \begin{tabular}[b]{lr}
  34. \textbf{Rate} & <%sellprice%> \\
  35. \textbf{Total} & <%total%> \\
  36. \end{tabular}
  37. \vspace{0.3cm}
  38. <%notes%>
  39. \end{document}