summaryrefslogtreecommitdiff
path: root/templates/spiff/statement.tex.diff
blob: f9649a624645719fc0cbbcf9c5eef916289082d7 (plain)
  1. --- statement.tex.orig 2004-02-25 20:49:13.000000000 +0100
  2. +++ statement.tex 2005-08-09 15:36:49.000000000 +0200
  3. @@ -1,7 +1,9 @@
  4. -\documentclass[twoside]{scrartcl}
  5. +\documentclass[a4paper,twoside]{scrartcl}
  6.  \usepackage[frame]{xy}
  7. \usepackage{tabularx}
  8. \usepackage[latin1]{inputenc}
  9. +\usepackage[T1]{fontenc}
  10. +\usepackage[danish]{babel}
  11. \setlength{\voffset}{0.5cm}
  12. \setlength{\hoffset}{-2.0cm}
  13. \setlength{\topmargin}{0cm}
  14. @@ -28,9 +30,16 @@
  15. <%company%>
  16. <%address%>}\hfill
  17. - \begin{tabular}[b]{rrr@{}}
  18. - Tel & <%tel%>\\
  19. - Fax & <%fax%>
  20. + \begin{tabular}[b]{rr@{}}
  21. +<%if tel%>
  22. + Tlf. & <%tel%>\\
  23. +<%end tel%>
  24. +<%if fax%>
  25. + Fax & <%fax%>\\
  26. +<%end fax%>
  27. +<%if businessnumber%>
  28. + CVR-nummer: & <%businessnumber%>\\
  29. +<%end businessnumber%>
  30. \end{tabular}
  31. \rule[1.5ex]{\textwidth}{0.5pt}
  32. @@ -68,7 +77,7 @@
  33. }
  34. \parbox[t]{7.5cm}{
  35. <%if customerphone%>
  36. -Tel: <%customerphone%>
  37. +Telefon: <%customerphone%>
  38. <%end customerphone%>
  39. <%if customerfax%>
  40. @@ -81,13 +90,13 @@
  41. \vspace{1cm}
  42. -\textbf{S T A T E M E N T} \hfill \textbf{<%statementdate%>}
  43. +\textbf{U D E S T Å E N D E R} \hfill \textbf{<%statementdate%>}
  44. \vspace{2cm}
  45. \begin{tabular*}{\textwidth}{@{}l@{\extracolsep\fill}ccrrrr@{}}
  46. - \textbf{Invoice \#} & \textbf{Date} & \textbf{Due} &
  47. - \textbf{Current} & \textbf{30} & \textbf{60} & \textbf{90+} \\
  48. + \textbf{Fakturanr.} & \textbf{Dato} & \textbf{Forfald} &
  49. + \textbf{Nuværende} & \textbf{30} & \textbf{60} & \textbf{90+} \\
  50. <%foreach invnumber%>
  51. <%invnumber%> & <%invdate%> & <%duedate%> &
  52. <%c0%> & <%c30%> & <%c60%> & <%c90%> \\
  53. @@ -100,12 +109,12 @@
  54. \hfill
  55. \begin{tabularx}{7cm}{Xr@{}}
  56. - \textbf{Total outstanding} & <%total%>
  57. + \textbf{Samlet udestående} & <%total%>
  58. \end{tabularx}
  59. \vfill
  60. -Please make check payable to <%company%>
  61. +Indbetaling bedes ske til Merkur Andelskasse på konto 8401-1028192.
  62. \end{document}