summaryrefslogtreecommitdiff
path: root/templates/Russian-packing_list.tex
blob: e97c857f34259cd2807c48127c6e09fd5c23665e (plain)
  1. \documentclass[twoside]{scrartcl}
  2. \usepackage[frame]{xy}
  3. \usepackage{tabularx}
  4. \usepackage[latin1]{inputenc}
  5. \usepackage{graphicx}
  6. \setlength{\voffset}{0.5cm}
  7. \setlength{\hoffset}{-1.9cm}
  8. \setlength{\topmargin}{0cm}
  9. \setlength{\headheight}{0.5cm}
  10. \setlength{\headsep}{1cm}
  11. \setlength{\topskip}{0pt}
  12. \setlength{\oddsidemargin}{1.0cm}
  13. \setlength{\evensidemargin}{1.0cm}
  14. \setlength{\textwidth}{19.2cm}
  15. \setlength{\textheight}{24.7cm}
  16. \setlength{\footskip}{1cm}
  17. \setlength{\parindent}{0pt}
  18. \renewcommand{\baselinestretch}{1}
  19. \begin{document}
  20. \pagestyle{myheadings}
  21. \thispagestyle{empty}
  22. \newlength{\descrwidth}\setlength{\descrwidth}{10cm}
  23. \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  24. \vspace*{-1.3cm}
  25. \parbox{\textwidth}{
  26.   \parbox[b]{.42\textwidth}{%
  27. <%company%>
  28. <%address%>
  29. }
  30. \parbox[b]{.2\textwidth}{
  31. \includegraphics[scale=0.3]{sql-ledger}
  32. }\hfill
  33. \begin{tabular}[b]{rr@{}}
  34. Telephone & <%tel%>\\
  35. Facsimile & <%fax%>
  36. \end{tabular}
  37. \rule[1.5ex]{\textwidth}{0.5pt}
  38. }
  39. <%pagebreak 65 27 37%>
  40. \end{tabularx}
  41. \newpage
  42. \markboth{<%company%>\hfill <%ordnumber%>}{<%company%>\hfill <%ordnumber%>}
  43. \vspace*{-12pt}
  44. \begin{tabularx}{\textwidth}{@{}rlXllrrl@{}}
  45. \textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Ship} & \\
  46. <%end pagebreak%>
  47. \vspace*{0.5cm}
  48. \parbox[t]{1cm}{\hfill}
  49. \parbox[t]{.5\textwidth}{
  50. \textbf{Ship To}} \hfill
  51. \vspace{0.7cm}
  52. \parbox[t]{1cm}{\hfill}
  53. \parbox[t]{.5\textwidth}{
  54. <%shiptoname%>
  55. <%shiptoaddress1%>
  56. <%shiptoaddress2%>
  57. <%shiptocity%> <%shiptostate%> <%shiptozipcode%>
  58. <%shiptocountry%>
  59. }
  60. \parbox[t]{.4\textwidth}{
  61. <%shiptocontact%>
  62. <%if shiptophone%>
  63. Tel: <%shiptophone%>
  64. <%end shiptophone%>
  65. <%if shiptofax%>
  66. Fax: <%shiptofax%>
  67. <%end shiptofax%>
  68. <%shiptoemail%>
  69. }
  70. \hfill
  71. \vspace{1cm}
  72. \textbf{P A C K I N G} \parbox{0.3cm}{\hfill} \textbf{L I S T}
  73. \hfill
  74. \vspace{1cm}
  75. \begin{tabularx}{\textwidth}{*{7}{|X}|} \hline
  76. \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Contact}
  77. <%if warehouse%>
  78. & \textbf{Warehouse}
  79. <%end warehouse%>
  80. & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em]
  81. \hline
  82. <%invnumber%> & <%ordnumber%>
  83. <%if shippingdate%>
  84. & <%shippingdate%>
  85. <%end shippingdate%>
  86. <%if not shippingdate%>
  87. & <%transdate%>
  88. <%end shippingdate%>
  89. & <%employee%>
  90. <%if warehouse%>
  91. & <%warehouse%>
  92. <%end warehouse%>
  93. & <%shippingpoint%> & <%shipvia%> \\
  94. \hline
  95. \end{tabularx}
  96. \vspace{1cm}
  97. \begin{tabularx}{\textwidth}{@{}rlXllrrl@{}}
  98. \textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Ship} & \\
  99. <%foreach number%>
  100. <%runningnumber%> & <%number%> & <%description%> & <%serialnumber%> &
  101. <%deliverydate%> & <%qty%> & <%ship%> & <%unit%> \\
  102. <%end number%>
  103. \end{tabularx}
  104. \parbox{\textwidth}{
  105. \rule{\textwidth}{2pt}
  106. \vspace{12pt}
  107. <%notes%>
  108. }
  109. \vfill
  110. \centerline{\textbf{Thank You for your valued business!}}
  111. \renewcommand{\thefootnote}{\fnsymbol{footnote}}
  112. \footnotetext[1]{\tiny
  113. Items returned are subject to a 10\% restocking charge.
  114. A return authorization must be obtained from <%company%> before goods are
  115. returned. Returns must be shipped prepaid and properly insured.
  116. <%company%> will not be responsible for damages during transit.}
  117. \end{document}