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