summaryrefslogtreecommitdiff
path: root/templates/Russian-packing_list.tex
blob: e18bc745442f3e4f331e246ff535f55acb37349c (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. <?lsmb company ?>
  28. <?lsmb address ?>
  29. }
  30. \parbox[b]{.2\textwidth}{
  31. \includegraphics[scale=0.3]{ledger-smb}
  32. }\hfill
  33. \begin{tabular}[b]{rr@{}}
  34. Telephone & <?lsmb tel ?>\\
  35. Facsimile & <?lsmb fax ?>
  36. \end{tabular}
  37. \rule[1.5ex]{\textwidth}{0.5pt}
  38. }
  39. <?lsmb pagebreak 65 27 37 ?>
  40. \end{tabularx}
  41. \newpage
  42. \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}
  43. \vspace*{-12pt}
  44. \begin{tabularx}{\textwidth}{@{}rlXllrrl@{}}
  45. \textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Ship} & \\
  46. <?lsmb 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. <?lsmb shiptoname ?>
  55. <?lsmb shiptoaddress1 ?>
  56. <?lsmb shiptoaddress2 ?>
  57. <?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?>
  58. <?lsmb shiptocountry ?>
  59. }
  60. \parbox[t]{.4\textwidth}{
  61. <?lsmb shiptocontact ?>
  62. <?lsmb if shiptophone ?>
  63. Tel: <?lsmb shiptophone ?>
  64. <?lsmb end shiptophone ?>
  65. <?lsmb if shiptofax ?>
  66. Fax: <?lsmb shiptofax ?>
  67. <?lsmb end shiptofax ?>
  68. <?lsmb 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. <?lsmb if warehouse ?>
  78. & \textbf{Warehouse}
  79. <?lsmb end warehouse ?>
  80. & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em]
  81. \hline
  82. <?lsmb invnumber ?> & <?lsmb ordnumber ?>
  83. <?lsmb if shippingdate ?>
  84. & <?lsmb shippingdate ?>
  85. <?lsmb end shippingdate ?>
  86. <?lsmb if not shippingdate ?>
  87. & <?lsmb transdate ?>
  88. <?lsmb end shippingdate ?>
  89. & <?lsmb employee ?>
  90. <?lsmb if warehouse ?>
  91. & <?lsmb warehouse ?>
  92. <?lsmb end warehouse ?>
  93. & <?lsmb shippingpoint ?> & <?lsmb 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. <?lsmb foreach number ?>
  100. <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & <?lsmb serialnumber ?> &
  101. <?lsmb deliverydate ?> & <?lsmb qty ?> & <?lsmb ship ?> & <?lsmb unit ?> \\
  102. <?lsmb end number ?>
  103. \end{tabularx}
  104. \parbox{\textwidth}{
  105. \rule{\textwidth}{2pt}
  106. \vspace{12pt}
  107. <?lsmb 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 <?lsmb company ?> before goods are
  115. returned. Returns must be shipped prepaid and properly insured.
  116. <?lsmb company ?> will not be responsible for damages during transit.}
  117. \end{document}