summaryrefslogtreecommitdiff
path: root/templates/Russian-statement.tex
blob: 3edeacc2ab76ed41ed69418239067837f5d90300 (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. <%company%>
  29. <%address%>
  30. }
  31. \parbox[b]{.2\textwidth}{
  32. \includegraphics[scale=0.3]{sql-ledger}
  33. }\hfill
  34. \begin{tabular}[b]{rr@{}}
  35. Telephone & <%tel%>\\
  36. Facsimile & <%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. <%name%>
  44. <%address1%>
  45. <%address2%>
  46. <%city%> <%state%> <%zipcode%>
  47. <%country%>
  48. }
  49. \parbox[t]{.45\textwidth}{
  50. <%if customerphone%>
  51. Tel: <%customerphone%>
  52. <%end customerphone%>
  53. <%if customerfax%>
  54. Fax: <%customerfax%>
  55. <%end customerfax%>
  56. <%email%>
  57. }
  58. \hfill
  59. \vspace{1cm}
  60. \textbf{S T A T E M E N T} \hfill \textbf{<%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. <%foreach invnumber%>
  69. <%invnumber%> & <%ordnumber%> & <%notes%> & <%invdate%> & <%duedate%> &
  70. <%c0%> & <%c30%> & <%c60%> & <%c90%> \\
  71. <%end invnumber%>
  72. \multicolumn{9}{|l|}{\mbox{}} \\
  73. \hline
  74. \textbf{Subtotal} & & & & & <%c0total%> & <%c30total%> & <%c60total%> & <%c90total%> \\
  75. \hline
  76. \end{tabularx}
  77. \vspace{0.5cm}
  78. \hfill
  79. \begin{tabularx}{.4\textwidth}{Xr@{}}
  80. \textbf{Total outstanding} & \textbf{<%total%>}
  81. \end{tabularx}
  82. \vfill
  83. Please make check payable to <%company%>
  84. \end{document}