summaryrefslogtreecommitdiff
path: root/templates/spiff-en/bin_list.tex
blob: 82ce40b8739f41115ffb544ebfa223070278b862 (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}{@{}rlXllrrll@{}}
  17. \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Recd} & & \textbf{Bin} \\
  18. <%end pagebreak%>
  19. \vspace*{0.5cm}
  20. \parbox[t]{.5\textwidth}{
  21. \textbf{From}
  22. \vspace{0.3cm}
  23. <%name%>
  24. <%address1%>
  25. <%address2%>
  26. <%city%>
  27. <%if state%>
  28. \hspace{-0.1cm}, <%state%>
  29. <%end state%>
  30. <%zipcode%>
  31. <%country%>
  32. }
  33. \parbox[t]{.5\textwidth}{
  34. \textbf{Ship To}
  35. \vspace{0.3cm}
  36. <%shiptoname%>
  37. <%shiptoaddress1%>
  38. <%shiptoaddress2%>
  39. <%shiptocity%>
  40. <%if shiptostate%>
  41. \hspace{-0.1cm}, <%shiptostate%>
  42. <%end shiptostate%>
  43. <%shiptozipcode%>
  44. <%shiptocountry%>
  45. }
  46. \hfill
  47. \vspace{1cm}
  48. \textbf{B I N} \parbox{0.3cm}{\hfill} \textbf{L I S T}
  49. \hfill
  50. \vspace{1cm}
  51. \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
  52. \textbf{Order \#} & \textbf{Date} & \textbf{Contact}
  53. <%if warehouse%>
  54. & \textbf{Warehouse}
  55. <%end warehouse%>
  56. & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em]
  57. \hline
  58. <%ordnumber%>
  59. <%if shippingdate%>
  60. & <%shippingdate%>
  61. <%end shippingdate%>
  62. <%if not shippingdate%>
  63. & <%orddate%>
  64. <%end shippingdate%>
  65. & <%employee%>
  66. <%if warehouse%>
  67. & <%warehouse%>
  68. <%end warehouse%>
  69. & <%shippingpoint%> & <%shipvia%> \\
  70. \hline
  71. \end{tabularx}
  72. \vspace{1cm}
  73. \begin{tabularx}{\textwidth}{@{}rlXllrrll@{}}
  74. \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Recd} & & \textbf{Bin} \\
  75. <%foreach number%>
  76. <%runningnumber%> & <%number%> & <%description%> & <%serialnumber%> &
  77. <%deliverydate%> & <%qty%> & <%ship%> & <%unit%> & <%bin%> \\
  78. <%end number%>
  79. \end{tabularx}
  80. \rule{\textwidth}{2pt}
  81. \end{document}