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