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