summaryrefslogtreecommitdiff
path: root/templates/Estonian_UTF8-packing_list.tex
blob: 71d90b5332f9059233bcd6b63de0a54a6e0f51ef (plain)
  1. \documentclass{scrartcl}
  2. \usepackage[latin1]{inputenc}
  3. \usepackage{tabularx}
  4. \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
  5. \usepackage{graphicx}
  6. \begin{document}
  7. \pagestyle{myheadings}
  8. \thispagestyle{empty}
  9. \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  10. \newsavebox{\ftr}
  11. \sbox{\ftr}{
  12.   \parbox{\textwidth}{
  13. \tiny
  14. \rule[1.5em]{\textwidth}{0.5pt}
  15. Items returned are subject to a 10\% restocking charge.
  16. A return authorization must be obtained from <?lsmb company ?> before goods are
  17. returned. Returns must be shipped prepaid and properly insured.
  18. <?lsmb company ?> will not be responsible for damages during transit.
  19. }
  20. }
  21. <?lsmb include letterhead.tex ?>
  22. <?lsmb pagebreak 65 27 37 ?>
  23. \end{tabularx}
  24. \newpage
  25. \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}
  26. \begin{tabularx}{\textwidth}{@{}rlXllrrl@{}}
  27. \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Ship} & \\
  28. <?lsmb end pagebreak ?>
  29. \vspace*{0.5cm}
  30. \parbox[t]{.5\textwidth}{
  31. \textbf{Ship To}} \hfill
  32. \vspace{0.3cm}
  33. \parbox[t]{.5\textwidth}{
  34. <?lsmb shiptoname ?>
  35. <?lsmb shiptoaddress1 ?>
  36. <?lsmb shiptoaddress2 ?>
  37. <?lsmb shiptocity ?>
  38. <?lsmb if shiptostate ?>
  39. \hspace{-0.1cm}, <?lsmb shiptostate ?>
  40. <?lsmb end shiptostate ?>
  41. <?lsmb shiptozipcode ?>
  42. <?lsmb shiptocountry ?>
  43. }
  44. \parbox[t]{.5\textwidth}{
  45. <?lsmb shiptocontact ?>
  46. <?lsmb if shiptophone ?>
  47. Tel: <?lsmb shiptophone ?>
  48. <?lsmb end shiptophone ?>
  49. <?lsmb if shiptofax ?>
  50. Fax: <?lsmb shiptofax ?>
  51. <?lsmb end shiptofax ?>
  52. <?lsmb shiptoemail ?>
  53. }
  54. \hfill
  55. \vspace{1cm}
  56. \textbf{P A C K I N G} \parbox{0.3cm}{\hfill} \textbf{L I S T}
  57. \hfill
  58. \vspace{1cm}
  59. \begin{tabularx}{\textwidth}{*{7}{|X}|} \hline
  60. \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Contact}
  61. <?lsmb if warehouse ?>
  62. & \textbf{Warehouse}
  63. <?lsmb end warehouse ?>
  64. & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em]
  65. \hline
  66. <?lsmb invnumber ?> & <?lsmb ordnumber ?>
  67. <?lsmb if shippingdate ?>
  68. & <?lsmb shippingdate ?>
  69. <?lsmb end shippingdate ?>
  70. <?lsmb if not shippingdate ?>
  71. & <?lsmb transdate ?>
  72. <?lsmb end shippingdate ?>
  73. & <?lsmb employee ?>
  74. <?lsmb if warehouse ?>
  75. & <?lsmb warehouse ?>
  76. <?lsmb end warehouse ?>
  77. & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\
  78. \hline
  79. \end{tabularx}
  80. \vspace{1cm}
  81. \begin{tabularx}{\textwidth}{@{}rlXllrrl@{}}
  82. \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Ship} & \\
  83. <?lsmb foreach number ?>
  84. <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & <?lsmb serialnumber ?> &
  85. <?lsmb deliverydate ?> & <?lsmb qty ?> & <?lsmb ship ?> & <?lsmb unit ?> \\
  86. <?lsmb end number ?>
  87. \end{tabularx}
  88. \parbox{\textwidth}{
  89. \rule{\textwidth}{2pt}
  90. \vspace{12pt}
  91. <?lsmb notes ?>
  92. }
  93. \vfill
  94. \rule{\textwidth}{0.5pt}
  95. \usebox{\ftr}
  96. \end{document}