summaryrefslogtreecommitdiff
path: root/templates/Service-pick_list.tex
blob: b88285e65b6261bcc272334b3ca199bdd632f361 (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. \newlength{\descrwidth}\setlength{\descrwidth}{10cm}
  21. \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  22. \pagestyle{myheadings}
  23. \thispagestyle{empty}
  24. \vspace*{-1.3cm}
  25. \parbox{\textwidth}{
  26.   \parbox[b]{.42\textwidth}{
  27. <?lsmb company ?>
  28. <?lsmb address ?>
  29. }
  30. \parbox[b]{.2\textwidth}{
  31. \includegraphics[scale=0.3]{ledger-smb}
  32. }\hfill
  33. \begin{tabular}[b]{rr@{}}
  34. Telephone & <?lsmb tel ?>\\
  35. Facsimile & <?lsmb fax ?>
  36. \end{tabular}
  37. \rule[1.5ex]{\textwidth}{0.5pt}
  38. }
  39. <?lsmb pagebreak 65 27 37 ?>
  40. \end{tabularx}
  41. \newpage
  42. \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}
  43. \vspace*{-12pt}
  44. \begin{tabularx}{\textwidth}{@{}rlXrcll@{}}
  45. \textbf{Pos} & \textbf{Number} & \textbf{Description} &
  46. \textbf{Qty} & \textbf{Ship} & & \textbf{Bin} \\
  47. <?lsmb end pagebreak ?>
  48. \vspace*{0.5cm}
  49. \parbox[t]{1cm}{\hfill}
  50. \parbox[t]{.5\textwidth}{
  51. \textbf{Ship To}
  52. } \hfill
  53. \vspace{0.7cm}
  54. \parbox[t]{1cm}{\hfill}
  55. \parbox[t]{.5\textwidth}{
  56. <?lsmb shiptoname ?>
  57. <?lsmb shiptoaddress1 ?>
  58. <?lsmb shiptoaddress2 ?>
  59. <?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?>
  60. <?lsmb shiptocountry ?>
  61. }
  62. \parbox[t]{.4\textwidth}{
  63. <?lsmb shiptocontact ?>
  64. <?lsmb if shiptophone ?>
  65. Tel: <?lsmb shiptophone ?>
  66. <?lsmb end shiptophone ?>
  67. <?lsmb if shiptofax ?>
  68. Fax: <?lsmb shiptofax ?>
  69. <?lsmb end shiptofax ?>
  70. <?lsmb shiptoemail ?>
  71. }
  72. \hfill
  73. \vspace{1cm}
  74. \textbf{P I C K} \parbox{0.3cm}{\hfill} \textbf{L I S T}
  75. \hfill
  76. \vspace{1cm}
  77. \begin{tabularx}{\textwidth}{*{7}{|X}|} \hline
  78. \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Contact}
  79. & \textbf{Warehouse} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em]
  80. \hline
  81. <?lsmb invnumber ?> & <?lsmb ordnumber ?>
  82. <?lsmb if shippingdate ?>
  83. & <?lsmb shippingdate ?>
  84. <?lsmb end shippingdate ?>
  85. <?lsmb if not shippingdate ?>
  86. & <?lsmb transdate ?>
  87. <?lsmb end shippingdate ?>
  88. & <?lsmb employee ?>
  89. <?lsmb if warehouse ?>
  90. & <?lsmb warehouse ?>
  91. <?lsmb end warehouse ?>
  92. & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\
  93. \hline
  94. \end{tabularx}
  95. \vspace{1cm}
  96. \begin{tabularx}{\textwidth}{@{}rlXrcll@{}}
  97. \textbf{Pos} & \textbf{Number} & \textbf{Description} &
  98. \textbf{Qty} & \textbf{Ship} & & \textbf{Bin} \\
  99. <?lsmb foreach number ?>
  100. <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> &
  101. <?lsmb qty ?> & [\hspace{1cm}] & <?lsmb unit ?> & <?lsmb bin ?> \\
  102. <?lsmb end number ?>
  103. \end{tabularx}
  104. \parbox{\textwidth}{
  105. \rule{\textwidth}{2pt}
  106. }
  107. \end{document}