summaryrefslogtreecommitdiff
path: root/templates/German-statement.tex
blob: 1b6b47c0cfc7d45d6c895df5f3571007e8f7afe2 (plain)
  1. \documentclass[twoside]{scrartcl}
  2. \usepackage[frame]{xy}
  3. \usepackage{tabularx}
  4. \usepackage[latin1]{inputenc}
  5. \setlength{\voffset}{0.5cm}
  6. \setlength{\hoffset}{-2.0cm}
  7. \setlength{\topmargin}{0cm}
  8. \setlength{\headheight}{0.5cm}
  9. \setlength{\headsep}{1cm}
  10. \setlength{\topskip}{0pt}
  11. \setlength{\oddsidemargin}{1.0cm}
  12. \setlength{\evensidemargin}{1.0cm}
  13. \setlength{\textwidth}{19.2cm}
  14. \setlength{\textheight}{24.5cm}
  15. \setlength{\footskip}{1cm}
  16. \setlength{\parindent}{0pt}
  17. \renewcommand{\baselinestretch}{1}
  18. \begin{document}
  19. \newlength{\descrwidth}\setlength{\descrwidth}{10cm}
  20. \newsavebox{\hdr}
  21. \sbox{\hdr}{
  22.   \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  23. \parbox{\textwidth}{
  24. \parbox[b]{12cm}{
  25. <?lsmb company ?>
  26. <?lsmb address ?>}\hfill
  27. \begin{tabular}[b]{rrr@{}}
  28. Tel & <?lsmb tel ?>\\
  29. Fax & <?lsmb fax ?>
  30. \end{tabular}
  31. \rule[1.5ex]{\textwidth}{0.5pt}
  32. }
  33. }
  34. \fontfamily{cmss}\fontshape{n}\selectfont
  35. \markboth{<?lsmb company ?>\hfill <?lsmb statementdate ?>}{\usebox{\hdr}}
  36. \pagestyle{myheadings}
  37. %\thispagestyle{empty} use this with letterhead paper
  38. \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  39. \vspace*{1.5cm}
  40. \parbox[t]{1cm}{\hfill}
  41. \parbox[t]{10.5cm}{
  42. <?lsmb name ?>
  43. <?lsmb address1 ?>
  44. <?lsmb if address2 ?>
  45. <?lsmb address2 ?>
  46. <?lsmb end address2 ?>
  47. <?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?>
  48. <?lsmb if country ?>
  49. <?lsmb country ?>
  50. <?lsmb end country ?>
  51. }
  52. \parbox[t]{7.5cm}{
  53. <?lsmb if customerphone ?>
  54. Tel: <?lsmb customerphone ?>
  55. <?lsmb end customerphone ?>
  56. <?lsmb if customerfax ?>
  57. Fax: <?lsmb customerfax ?>
  58. <?lsmb end customerfax ?>
  59. <?lsmb email ?>
  60. }
  61. \hfill
  62. \vspace{1cm}
  63. \textbf{S T A T E M E N T} \hfill \textbf{<?lsmb statementdate ?>}
  64. \vspace{2cm}
  65. \begin{tabular*}{\textwidth}{@{}l@{\extracolsep\fill}ccrrrr@{}}
  66. \textbf{Invoice \#} & \textbf{Date} & \textbf{Due} &
  67. \textbf{Current} & \textbf{30} & \textbf{60} & \textbf{90+} \\
  68. <?lsmb foreach invnumber ?>
  69. <?lsmb invnumber ?> & <?lsmb invdate ?> & <?lsmb duedate ?> &
  70. <?lsmb c0 ?> & <?lsmb c30 ?> & <?lsmb c60 ?> & <?lsmb c90 ?> \\
  71. <?lsmb end invnumber ?>
  72. \textbf{Subtotal} & & & <?lsmb c0total ?> & <?lsmb c30total ?> & <?lsmb c60total ?> & <?lsmb c90total ?>
  73. \end{tabular*}
  74. \rule{\textwidth}{1pt}
  75. \vspace{0.5cm}
  76. \hfill
  77. \begin{tabularx}{7cm}{Xr@{}}
  78. \textbf{Total outstanding} & <?lsmb total ?>
  79. \end{tabularx}
  80. \vfill
  81. Please make check payable to <?lsmb company ?>
  82. \end{document}