summaryrefslogtreecommitdiff
path: root/templates/spiff-en/packing_list.tex
blob: 995889f24a0c35732aafb297fbeafaea9626a13e (plain)
  1. \documentclass{scrartcl}
  2. \usepackage[latin1]{inputenc}
  3. \usepackage{tabularx}
  4. \usepackage[letterpaper,top=2cm,bottom=-3cm,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 <%company%> before goods are
  17. returned. Returns must be shipped prepaid and properly insured.
  18. <%company%> will not be responsible for damages during transit.
  19. }
  20. }
  21. <%include letterhead.tex%>
  22. <%pagebreak 90 27 37%>
  23. \end{tabularx}
  24. \newpage
  25. \markboth{<%company%>\hfill <%ordnumber%>}{<%company%>\hfill <%ordnumber%>}
  26. \begin{tabularx}{\textwidth}{@{}rlXllrrl@{}}
  27. \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Ship} & \\
  28. <%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. <%shiptoname%>
  35. <%shiptoaddress1%>
  36. <%shiptoaddress2%>
  37. <%shiptocity%>
  38. <%if shiptostate%>
  39. \hspace{-0.1cm}, <%shiptostate%>
  40. <%end shiptostate%>
  41. <%shiptozipcode%>
  42. <%shiptocountry%>
  43. }
  44. \parbox[t]{.5\textwidth}{
  45. <%shiptocontact%>
  46. <%if shiptophone%>
  47. Tel: <%shiptophone%>
  48. <%end shiptophone%>
  49. <%if shiptofax%>
  50. Fax: <%shiptofax%>
  51. <%end shiptofax%>
  52. <%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. <%if warehouse%>
  62. & \textbf{Warehouse}
  63. <%end warehouse%>
  64. & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em]
  65. \hline
  66. <%invnumber%> & <%ordnumber%>
  67. <%if shippingdate%>
  68. & <%shippingdate%>
  69. <%end shippingdate%>
  70. <%if not shippingdate%>
  71. & <%transdate%>
  72. <%end shippingdate%>
  73. & <%employee%>
  74. <%if warehouse%>
  75. & <%warehouse%>
  76. <%end warehouse%>
  77. & <%shippingpoint%> & <%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. <%foreach number%>
  84. <%runningnumber%> & <%number%> & <%description%> & <%serialnumber%> &
  85. <%deliverydate%> & <%qty%> & <%ship%> & <%unit%> \\
  86. <%end number%>
  87. \end{tabularx}
  88. \parbox{\textwidth}{
  89. \rule{\textwidth}{2pt}
  90. \vspace{12pt}
  91. <%notes%>
  92. }
  93. \vfill
  94. \rule{\textwidth}{0.5pt}
  95. \usebox{\ftr}
  96. \end{document}