summaryrefslogtreecommitdiff
path: root/templates/Brazilian_Portuguese-bin_list.tex
blob: 8d55e3497767cd5ac293163d1d11b6cba2833890 (plain)
  1. \documentclass{scrartcl}
  2. \usepackage[latin1]{inputenc}
  3. \usepackage{tabularx}
  4. \usepackage[top=2cm,bottom=-1cm,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. <%company%>
  15. <%address%>
  16. }
  17. \parbox[b]{.2\textwidth}{
  18. \includegraphics[scale=0.3]{ledger-smb}
  19. }\hfill
  20. \begin{tabular}[b]{rr@{}}
  21. Telephone & <%tel%>\\
  22. Facsimile & <%fax%>
  23. \end{tabular}
  24. \rule[1.5ex]{\textwidth}{0.5pt}
  25. }
  26. <%pagebreak 65 27 37%>
  27. \end{tabularx}
  28. \newpage
  29. \markboth{<%company%>\hfill <%ordnumber%>}{<%company%>\hfill <%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. <%end pagebreak%>
  34. \vspace*{0.5cm}
  35. \parbox[t]{1cm}{\hfill}
  36. \parbox[t]{.5\textwidth}{
  37. \textbf{From}
  38. \vspace{0.7cm}
  39. <%name%>
  40. <%address1%>
  41. <%if %address2%>
  42. <%address2%>
  43. <%end address2%>
  44. <%city%> <%state%> <%zipcode%>
  45. <%if country%>
  46. <%country4%>
  47. <%end country%>
  48. }
  49. \parbox[t]{.4\textwidth}{
  50. \textbf{Ship To}
  51. \vspace{0.7cm}
  52. <%shiptoname%>
  53. <%shiptoaddress1%>
  54. <%if shiptoaddress2%>
  55. <%shiptoaddress2%>
  56. <%end shiptoaddress2%>
  57. <%shiptocity%> <%shiptostate%> <%shiptozipcode%>
  58. <%if shiptocountry%>
  59. <%shiptocountry%>
  60. <%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. <%if warehouse%>
  70. & \textbf{Warehouse}
  71. <%end warehouse%>
  72. & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em]
  73. \hline
  74. <%ordnumber%>
  75. <%if shippingdate%>
  76. & <%shippingdate%>
  77. <%end shippingdate%>
  78. <%if not shippingdate%>
  79. & <%orddate%>
  80. <%end shippingdate%>
  81. & <%employee%>
  82. <%if warehouse%>
  83. & <%warehouse%>
  84. <%end warehouse%>
  85. & <%shippingpoint%> & <%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. <%foreach number%>
  92. <%runningnumber%> & <%number%> & <%description%> & <%serialnumber%> &
  93. <%deliverydate%> & <%qty%> & <%ship%> & <%unit%> & <%bin%> \\
  94. <%end number%>
  95. \end{tabularx}
  96. \rule{\textwidth}{2pt}
  97. \end{document}