summaryrefslogtreecommitdiff
path: root/templates/Estonian_UTF8-statement.tex
blob: 4343c5c657c0b97f9fb590fe808a495e5efb9927 (plain)
  1. \documentclass{scrartcl}
  2. \usepackage[latin1]{inputenc}
  3. \usepackage{tabularx}
  4. \usepackage[letterpaper,top=2cm,bottom=1.5cm,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. <?lsmb include letterhead.tex ?>
  11. \parbox[t]{.5\textwidth}{
  12. <?lsmb name ?>
  13. <?lsmb address1 ?>
  14. <?lsmb address2 ?>
  15. <?lsmb city ?>
  16. <?lsmb if state ?>
  17. \hspace{-0.1cm}, <?lsmb state ?>
  18. <?lsmb end state ?>
  19. <?lsmb zipcode ?>
  20. <?lsmb country ?>
  21. }
  22. \parbox[t]{.5\textwidth}{
  23. <?lsmb if customerphone ?>
  24. Tel: <?lsmb customerphone ?>
  25. <?lsmb end customerphone ?>
  26. <?lsmb if customerfax ?>
  27. Fax: <?lsmb customerfax ?>
  28. <?lsmb end customerfax ?>
  29. <?lsmb email ?>
  30. }
  31. \hfill
  32. \vspace{1cm}
  33. \textbf{S T A T E M E N T} \hfill \textbf{<?lsmb 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. <?lsmb foreach invnumber ?>
  41. <?lsmb invnumber ?> & <?lsmb ordnumber ?> & <?lsmb invdate ?> & <?lsmb duedate ?> &
  42. <?lsmb c0 ?> & <?lsmb c30 ?> & <?lsmb c60 ?> & <?lsmb c90 ?> \\
  43. <?lsmb end invnumber ?>
  44. \multicolumn{8}{|l|}{\mbox{}} \\
  45. \hline
  46. \textbf{Subtotal} & & & & <?lsmb c0total ?> & <?lsmb c30total ?> & <?lsmb c60total ?> & <?lsmb 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{<?lsmb total ?>}
  53. \end{tabularx}
  54. \vfill
  55. All amounts in \textbf{<?lsmb currency ?>} funds.
  56. Please make check payable to \textbf{<?lsmb company ?>}
  57. \end{document}