summaryrefslogtreecommitdiff
path: root/templates/spiff-en/pick_list.tex
blob: 3abf3f390f91aa6150b1e00e1ee2d9a9be0f060a (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. <%include letterhead.tex%>
  11.  
  12. <%pagebreak 90 27 37%>
  13. \end{tabularx}
  14. \newpage
  15. \markboth{<%company%>\hfill <%ordnumber%>}{<%company%>\hfill <%ordnumber%>}
  16. \begin{tabularx}{\textwidth}{@{}rlXrcll@{}}
  17. \textbf{Item} & \textbf{Number} & \textbf{Description} &
  18. \textbf{Qty} & \textbf{Ship} & & \textbf{Bin} \\
  19. <%end pagebreak%>
  20. \vspace*{0.5cm}
  21. \parbox[t]{.5\textwidth}{
  22. \textbf{Ship To}
  23. } \hfill
  24. \vspace{0.3cm}
  25. \parbox[t]{.5\textwidth}{
  26. <%shiptoname%>
  27. <%shiptoaddress1%>
  28. <%shiptoaddress2%>
  29. <%shiptocity%>
  30. <%if shiptostate%>
  31. \hspace{-0.1cm}, <%shiptostate%>
  32. <%end shiptostate%>
  33. <%shiptozipcode%>
  34. <%shiptocountry%>
  35. }
  36. \parbox[t]{.5\textwidth}{
  37. <%shiptocontact%>
  38. <%if shiptophone%>
  39. Tel: <%shiptophone%>
  40. <%end shiptophone%>
  41. <%if shiptofax%>
  42. Fax: <%shiptofax%>
  43. <%end shiptofax%>
  44. <%shiptoemail%>
  45. }
  46. \hfill
  47. \vspace{1cm}
  48. \textbf{P I C K} \parbox{0.3cm}{\hfill} \textbf{L I S T}
  49. \hfill
  50. \vspace{1cm}
  51. \begin{tabularx}{\textwidth}{*{7}{|X}|} \hline
  52. \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Contact}
  53. & \textbf{Warehouse} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em]
  54. \hline
  55. <%invnumber%> & <%ordnumber%>
  56. <%if shippingdate%>
  57. & <%shippingdate%>
  58. <%end shippingdate%>
  59. <%if not shippingdate%>
  60. & <%transdate%>
  61. <%end shippingdate%>
  62. & <%employee%> & <%warehouse%> & <%shippingpoint%> & <%shipvia%> \\
  63. \hline
  64. \end{tabularx}
  65. \vspace{1cm}
  66. \begin{tabularx}{\textwidth}{@{}rlXrcll@{}}
  67. \textbf{Item} & \textbf{Number} & \textbf{Description} &
  68. \textbf{Qty} & \textbf{Ship} & & \textbf{Bin} \\
  69. <%foreach number%>
  70. <%runningnumber%> & <%number%> & <%description%> &
  71. <%qty%> & [\hspace{1cm}] & <%unit%> & <%bin%> \\
  72. <%end number%>
  73. \end{tabularx}
  74. \parbox{\textwidth}{
  75. \rule{\textwidth}{2pt}
  76. }
  77. \end{document}