summaryrefslogtreecommitdiff
path: root/templates/krings/bin_list.tex
blob: 034fd72356740e3e69450fdf4d050d19a4224b5a (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}{-2.0cm}
  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. \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  23. \vspace*{-1.3cm}
  24. \parbox{\textwidth}{
  25.   \parbox[b]{.42\textwidth}{%
  26. <%company%>
  27. <%address%>
  28. }
  29. \parbox[b]{.2\textwidth}{
  30. \includegraphics[scale=0.3]{sql-ledger}
  31. }\hfill
  32. \begin{tabular}[b]{rr@{}}
  33. Telephone & <%tel%>\\
  34. Facsimile & <%fax%>
  35. \end{tabular}
  36. \rule[1.5ex]{\textwidth}{0.5pt}
  37. }
  38. <%pagebreak 90 27 37%>
  39. \end{tabularx}
  40. \newpage
  41. \markboth{<%company%>\hfill <%ordnumber%>}{<%company%>\hfill <%ordnumber%>}
  42. \vspace*{-12pt}
  43. \begin{tabularx}{\textwidth}{@{}rlXllrrll@{}}
  44. \textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Recd} & & \textbf{Bin} \\
  45. <%end pagebreak%>
  46. \vspace*{0.5cm}
  47. \parbox[t]{1cm}{\hfill}
  48. \parbox[t]{.5\textwidth}{
  49. \textbf{From}
  50. \vspace{0.7cm}
  51. <%name%>
  52. <%address1%>
  53. <%if %address2%>
  54. <%address2%>
  55. <%end address2%>
  56. <%city%> <%state%> <%zipcode%>
  57. <%if country%>
  58. <%country4%>
  59. <%end country%>
  60. }
  61. \parbox[t]{.4\textwidth}{
  62. \textbf{Ship To}
  63. \vspace{0.7cm}
  64. <%shiptoname%>
  65. <%shiptoaddress1%>
  66. <%if shiptoaddress2%>
  67. <%shiptoaddress2%>
  68. <%end shiptoaddress2%>
  69. <%shiptocity%> <%shiptostate%> <%shiptozipcode%>
  70. <%if shiptocountry%>
  71. <%shiptocountry%>
  72. <%end shiptocountry%>
  73. }
  74. \hfill
  75. \vspace{1cm}
  76. \textbf{B I N} \parbox{0.3cm}{\hfill} \textbf{L I S T}
  77. \hfill
  78. \vspace{1cm}
  79. \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
  80. \textbf{Order \#} & \textbf{Date} & \textbf{Contact}
  81. <%if warehouse%>
  82. & \textbf{Warehouse}
  83. <%end warehouse%>
  84. & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em]
  85. \hline
  86. <%ordnumber%>
  87. <%if shippingdate%>
  88. & <%shippingdate%>
  89. <%end shippingdate%>
  90. <%if not shippingdate%>
  91. & <%orddate%>
  92. <%end shippingdate%>
  93. & <%employee%>
  94. <%if warehouse%>
  95. & <%warehouse%>
  96. <%end warehouse%>
  97. & <%shippingpoint%> & <%shipvia%> \\
  98. \hline
  99. \end{tabularx}
  100. \vspace{1cm}
  101. \begin{tabularx}{\textwidth}{@{}rlXllrrll@{}}
  102. \textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Recd} & & \textbf{Bin} \\
  103. <%foreach number%>
  104. <%runningnumber%> & <%number%> & <%description%> & <%serialnumber%> &
  105. <%deliverydate%> & <%qty%> & <%ship%> & <%unit%> & <%bin%> \\
  106. <%end number%>
  107. \end{tabularx}
  108. \rule{\textwidth}{2pt}
  109. \end{document}