summaryrefslogtreecommitdiff
path: root/templates/spiff-en/statement.tex
blob: 0beb6c64129af658b06a239b497c68a15a76a3cd (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. \parbox[t]{.5\textwidth}{
  12. <%name%>
  13. <%address1%>
  14. <%address2%>
  15. <%city%>
  16. <%if state%>
  17. \hspace{-0.1cm}, <%state%>
  18. <%end state%>
  19. <%zipcode%>
  20. <%country%>
  21. }
  22. \parbox[t]{.5\textwidth}{
  23. <%if customerphone%>
  24. Tel: <%customerphone%>
  25. <%end customerphone%>
  26. <%if customerfax%>
  27. Fax: <%customerfax%>
  28. <%end customerfax%>
  29. <%email%>
  30. }
  31. \hfill
  32. \vspace{1cm}
  33. \textbf{S T A T E M E N T} \hfill \textbf{<%statementdate%>}
  34. \vspace{2cm}
  35. \begin{tabular*}{\textwidth}{|ll@{\extracolsep\fill}ccrrrr|}
  36. \hline
  37. \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Due} &
  38. \textbf{Current} & \textbf{30} & \textbf{60} & \textbf{90} \\
  39. \hline
  40. <%foreach invnumber%>
  41. <%invnumber%> & <%ordnumber%> & <%invdate%> & <%duedate%> &
  42. <%c0%> & <%c30%> & <%c60%> & <%c90%> \\
  43. <%end invnumber%>
  44. \multicolumn{8}{|l|}{\mbox{}} \\
  45. \hline
  46. \textbf{Subtotal} & & & & <%c0total%> & <%c30total%> & <%c60total%> & <%c90total%> \\
  47. \hline
  48. \end{tabular*}
  49. \vspace{0.5cm}
  50. \hfill
  51. \begin{tabularx}{\textwidth}{Xr@{\hspace{1cm}}r@{}}
  52. & \textbf{Total outstanding} & \textbf{<%total%>}
  53. \end{tabularx}
  54. \vfill
  55. All amounts in \textbf{<%currency%>} funds.
  56. Please make check payable to \textbf{<%company%>}
  57. \end{document}