summaryrefslogtreecommitdiff
path: root/templates/spiff-en/check.tex
blob: 908f0e791f7fd65c2a7608d9214c0e9d3ab86909 (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{9pt}{9pt}\selectfont
  10. \parbox[t]{12cm}{
  11.   <%company%>
  12. <%address%>}
  13. \hfill
  14. \parbox[t]{6cm}{\hfill <%source%>}
  15. \vspace*{0.6cm}
  16. <%text_amount%> \dotfill <%decimal%>/100 \makebox[0.5cm]{\hfill}
  17. \vspace{0.5cm}
  18. \hfill <%datepaid%> \makebox[2cm]{\hfill} <%amount%>
  19. % different date format for datepaid
  20. % <%DD%><%MM%><%YYYY%>
  21. \vspace{0.5cm}
  22. <%name%>
  23. <%address1%>
  24. <%address2%>
  25. <%city%>
  26. <%if state%>
  27. \hspace{-0.1cm}, <%state%>
  28. <%end state%>
  29. <%zipcode%>
  30. <%country%>
  31. \vspace{1.8cm}
  32. <%memo%>
  33. \vspace{0.8cm}
  34. <%company%>
  35. \vspace{0.5cm}
  36. <%name%> \hfill <%datepaid%> \hfill <%source%>
  37. \vspace{0.5cm}
  38. \begin{tabularx}{\textwidth}{lXrr@{}}
  39. \textbf{Invoice \#} & \textbf{Invoice Date}
  40. & \textbf{Amount Due} & \textbf{Applied} \\
  41. <%foreach invnumber%>
  42. <%invnumber%> & <%invdate%> \dotfill
  43. & <%due%> & <%paid%> \\
  44. <%end invnumber%>
  45. \end{tabularx}
  46. \vspace{1cm}
  47. <%memo%>
  48. \vfill
  49. \end{document}