summaryrefslogtreecommitdiff
path: root/templates/Dutch-bin_list.tex
blob: 552a9e333dfd676d1e6d23477594f3a8c7f400e1 (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. <?lsmb company ?>
  27. <?lsmb address ?>
  28. }
  29. \parbox[b]{.2\textwidth}{
  30. \includegraphics[scale=0.3]{ledger-smb}
  31. }\hfill
  32. \begin{tabular}[b]{rr@{}}
  33. Telephone & <?lsmb tel ?>\\
  34. Facsimile & <?lsmb fax ?>
  35. \end{tabular}
  36. \rule[1.5ex]{\textwidth}{0.5pt}
  37. }
  38. <?lsmb pagebreak 65 27 37 ?>
  39. \end{tabularx}
  40. \newpage
  41. \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb 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. <?lsmb end pagebreak ?>
  46. \vspace*{0.5cm}
  47. \parbox[t]{1cm}{\hfill}
  48. \parbox[t]{.5\textwidth}{
  49. \textbf{From}
  50. \vspace{0.7cm}
  51. <?lsmb name ?>
  52. <?lsmb address1 ?>
  53. <?lsmb if %address2 ?>
  54. <?lsmb address2 ?>
  55. <?lsmb end address2 ?>
  56. <?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?>
  57. <?lsmb if country ?>
  58. <?lsmb country4 ?>
  59. <?lsmb end country ?>
  60. }
  61. \parbox[t]{.4\textwidth}{
  62. \textbf{Ship To}
  63. \vspace{0.7cm}
  64. <?lsmb shiptoname ?>
  65. <?lsmb shiptoaddress1 ?>
  66. <?lsmb if shiptoaddress2 ?>
  67. <?lsmb shiptoaddress2 ?>
  68. <?lsmb end shiptoaddress2 ?>
  69. <?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?>
  70. <?lsmb if shiptocountry ?>
  71. <?lsmb shiptocountry ?>
  72. <?lsmb 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. <?lsmb if warehouse ?>
  82. & \textbf{Warehouse}
  83. <?lsmb end warehouse ?>
  84. & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em]
  85. \hline
  86. <?lsmb ordnumber ?>
  87. <?lsmb if shippingdate ?>
  88. & <?lsmb shippingdate ?>
  89. <?lsmb end shippingdate ?>
  90. <?lsmb if not shippingdate ?>
  91. & <?lsmb orddate ?>
  92. <?lsmb end shippingdate ?>
  93. & <?lsmb employee ?>
  94. <?lsmb if warehouse ?>
  95. & <?lsmb warehouse ?>
  96. <?lsmb end warehouse ?>
  97. & <?lsmb shippingpoint ?> & <?lsmb 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. <?lsmb foreach number ?>
  104. <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & <?lsmb serialnumber ?> &
  105. <?lsmb deliverydate ?> & <?lsmb qty ?> & <?lsmb ship ?> & <?lsmb unit ?> & <?lsmb bin ?> \\
  106. <?lsmb end number ?>
  107. \end{tabularx}
  108. \rule{\textwidth}{2pt}
  109. \end{document}