summaryrefslogtreecommitdiff
path: root/templates/jones/statement.tex.diff
blob: 35abbd055de8a54322f0e092680e431545a497ab (plain)
  1. --- statement.tex.orig 2004-02-25 20:49:13.000000000 +0100
  2. +++ statement.tex 2005-08-09 15:37:16.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. <?lsmb company ?>
  16. <?lsmb address ?>}\hfill
  17. - \begin{tabular}[b]{rrr@{}}
  18. - Tel & <?lsmb tel ?>\\
  19. - Fax & <?lsmb fax ?>
  20. + \begin{tabular}[b]{rr@{}}
  21. +<?lsmb if tel ?>
  22. + Tlf. & <?lsmb tel ?>\\
  23. +<?lsmb end tel ?>
  24. +<?lsmb if fax ?>
  25. + Fax & <?lsmb fax ?>\\
  26. +<?lsmb end fax ?>
  27. +<?lsmb if businessnumber ?>
  28. + CVR-nummer: & <?lsmb businessnumber ?>\\
  29. +<?lsmb end businessnumber ?>
  30. \end{tabular}
  31. \rule[1.5ex]{\textwidth}{0.5pt}
  32. @@ -68,7 +77,7 @@
  33. }
  34. \parbox[t]{7.5cm}{
  35. <?lsmb if customerphone ?>
  36. -Tel: <?lsmb customerphone ?>
  37. +Telefon: <?lsmb customerphone ?>
  38. <?lsmb end customerphone ?>
  39. <?lsmb if customerfax ?>
  40. @@ -81,13 +90,13 @@
  41. \vspace{1cm}
  42. -\textbf{S T A T E M E N T} \hfill \textbf{<?lsmb statementdate ?>}
  43. +\textbf{U D E S T Å E N D E R} \hfill \textbf{<?lsmb 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. <?lsmb foreach invnumber ?>
  51. <?lsmb invnumber ?> & <?lsmb invdate ?> & <?lsmb duedate ?> &
  52. <?lsmb c0 ?> & <?lsmb c30 ?> & <?lsmb c60 ?> & <?lsmb c90 ?> \\
  53. @@ -100,12 +109,12 @@
  54. \hfill
  55. \begin{tabularx}{7cm}{Xr@{}}
  56. - \textbf{Total outstanding} & <?lsmb total ?>
  57. + \textbf{Samlet udestående} & <?lsmb total ?>
  58. \end{tabularx}
  59. \vfill
  60. -Please make check payable to <?lsmb company ?>
  61. +Indbetaling bedes ske til Merkur Andelskasse på konto 8401-1036773.
  62. \end{document}