summaryrefslogtreecommitdiff
path: root/templates/Brazilian_Portuguese-bin_list.tex
blob: 66a35ed332b02f35e8e1403e38a226a7cae26915 (plain)
  1. \documentclass{scrartcl}
  2. \usepackage[latin1]{inputenc}
  3. \usepackage{tabularx}
  4. \usepackage[top=2cm,bottom=1.5cm,left=2cm,right=1cm]{geometry}
  5. \usepackage{graphicx}
  6. \setlength{\parindent}{0pt}
  7. \begin{document}
  8. \pagestyle{myheadings}
  9. \thispagestyle{empty}
  10. \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  11. \vspace*{-1.3cm}
  12. \parbox{\textwidth}{
  13.   \parbox[b]{.42\textwidth}{%
  14. <?lsmb company ?>
  15. <?lsmb address ?>
  16. }
  17. \parbox[b]{.2\textwidth}{
  18. \includegraphics[scale=0.3]{ledger-smb}
  19. }\hfill
  20. \begin{tabular}[b]{rr@{}}
  21. Telephone & <?lsmb tel ?>\\
  22. Facsimile & <?lsmb fax ?>
  23. \end{tabular}
  24. \rule[1.5ex]{\textwidth}{0.5pt}
  25. }
  26. <?lsmb pagebreak 65 27 37 ?>
  27. \end{tabularx}
  28. \newpage
  29. \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}
  30. \vspace*{-12pt}
  31. \begin{tabularx}{\textwidth}{@{}rlXllrrll@{}}
  32. \textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Recd} & & \textbf{Bin} \\
  33. <?lsmb end pagebreak ?>
  34. \vspace*{0.5cm}
  35. \parbox[t]{1cm}{\hfill}
  36. \parbox[t]{.5\textwidth}{
  37. \textbf{From}
  38. \vspace{0.7cm}
  39. <?lsmb name ?>
  40. <?lsmb address1 ?>
  41. <?lsmb if %address2 ?>
  42. <?lsmb address2 ?>
  43. <?lsmb end address2 ?>
  44. <?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?>
  45. <?lsmb if country ?>
  46. <?lsmb country4 ?>
  47. <?lsmb end country ?>
  48. }
  49. \parbox[t]{.4\textwidth}{
  50. \textbf{Ship To}
  51. \vspace{0.7cm}
  52. <?lsmb shiptoname ?>
  53. <?lsmb shiptoaddress1 ?>
  54. <?lsmb if shiptoaddress2 ?>
  55. <?lsmb shiptoaddress2 ?>
  56. <?lsmb end shiptoaddress2 ?>
  57. <?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?>
  58. <?lsmb if shiptocountry ?>
  59. <?lsmb shiptocountry ?>
  60. <?lsmb end shiptocountry ?>
  61. }
  62. \hfill
  63. \vspace{1cm}
  64. \textbf{B I N} \parbox{0.3cm}{\hfill} \textbf{L I S T}
  65. \hfill
  66. \vspace{1cm}
  67. \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
  68. \textbf{Order \#} & \textbf{Date} & \textbf{Contact}
  69. <?lsmb if warehouse ?>
  70. & \textbf{Warehouse}
  71. <?lsmb end warehouse ?>
  72. & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em]
  73. \hline
  74. <?lsmb ordnumber ?>
  75. <?lsmb if shippingdate ?>
  76. & <?lsmb shippingdate ?>
  77. <?lsmb end shippingdate ?>
  78. <?lsmb if not shippingdate ?>
  79. & <?lsmb orddate ?>
  80. <?lsmb end shippingdate ?>
  81. & <?lsmb employee ?>
  82. <?lsmb if warehouse ?>
  83. & <?lsmb warehouse ?>
  84. <?lsmb end warehouse ?>
  85. & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\
  86. \hline
  87. \end{tabularx}
  88. \vspace{1cm}
  89. \begin{tabularx}{\textwidth}{@{}rlXllrrll@{}}
  90. \textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Recd} & & \textbf{Bin} \\
  91. <?lsmb foreach number ?>
  92. <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & <?lsmb serialnumber ?> &
  93. <?lsmb deliverydate ?> & <?lsmb qty ?> & <?lsmb ship ?> & <?lsmb unit ?> & <?lsmb bin ?> \\
  94. <?lsmb end number ?>
  95. \end{tabularx}
  96. \rule{\textwidth}{2pt}
  97. \end{document}