summaryrefslogtreecommitdiff
path: root/templates/jones/request_quotation.tex
blob: e45559b9c9fab097e12ca358053c43ef503e1f1f (plain)
  1. \documentclass[twoside]{scrartcl}
  2. \usepackage[frame]{xy}
  3. \usepackage{tabularx}
  4. \usepackage{graphicx}
  5. \setlength{\voffset}{0.5cm}
  6. \setlength{\hoffset}{-1.9cm}
  7. \setlength{\topmargin}{0cm}
  8. \setlength{\headheight}{0.5cm}
  9. \setlength{\headsep}{1cm}
  10. \setlength{\topskip}{0pt}
  11. \setlength{\oddsidemargin}{1.0cm}
  12. \setlength{\evensidemargin}{1.0cm}
  13. \setlength{\textwidth}{19.2cm}
  14. \setlength{\textheight}{24.7cm}
  15. \setlength{\footskip}{1cm}
  16. \setlength{\parindent}{0pt}
  17. \renewcommand{\baselinestretch}{1}
  18. \begin{document}
  19. \newlength{\descrwidth}\setlength{\descrwidth}{10cm}
  20. \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  21. \pagestyle{myheadings}
  22. \thispagestyle{empty}
  23. \vspace*{-1.3cm}
  24. \parbox{\textwidth}{
  25.   \parbox[b]{.42\textwidth}{
  26. <?lsmb company ?>
  27. <?lsmb address ?>
  28. }
  29. \parbox[b]{.2\textwidth}{
  30. \includegraphics[scale=0.3]{ledger-smb}
  31. }\hfill
  32. \begin{tabular}[b]{rr@{}}
  33. Telephone & <?lsmb tel ?>\\
  34. Facsimile & <?lsmb fax ?>
  35. \end{tabular}
  36. \rule[1.5ex]{\textwidth}{0.5pt}
  37. }
  38. <?lsmb pagebreak 90 27 48 ?>
  39. \end{tabularx}
  40. \rule{\textwidth}{2pt}
  41. \hfill
  42. \begin{tabularx}{7cm}{Xr@{}}
  43. \textbf{Subtotal} & \textbf{<?lsmb sumcarriedforward ?>} \\
  44. \end{tabularx}
  45. \newpage
  46. \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}
  47. \vspace*{-12pt}
  48. \begin{tabularx}{\textwidth}{@{}lXrlrr@{}}
  49. \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
  50. \textbf{Unit} & \textbf{Price} & \textbf{Extended} \\
  51. & carried forward from <?lsmb lastpage ?> & & & & <?lsmb sumcarriedforward ?> \\
  52. <?lsmb end pagebreak ?>
  53. \vspace*{0.5cm}
  54. \parbox[t]{1cm}{\hfill}
  55. \parbox[t]{.45\textwidth}{
  56. \textbf{To}
  57. \vspace{0.7cm}
  58. <?lsmb name ?>
  59. <?lsmb address1 ?>
  60. <?lsmb address2 ?>
  61. <?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?>
  62. <?lsmb country ?>
  63. \vspace{0.3cm}
  64. <?lsmb if contact ?>
  65. <?lsmb contact ?>
  66. \vspace{0.2cm}
  67. <?lsmb end contact ?>
  68. <?lsmb if vendorphone ?>
  69. Tel: <?lsmb vendorphone ?>
  70. <?lsmb end vendorphone ?>
  71. <?lsmb if vendorfax ?>
  72. Fax: <?lsmb vendorfax ?>
  73. <?lsmb end vendorfax ?>
  74. <?lsmb email ?>
  75. }
  76. \parbox[t]{.45\textwidth}{
  77. \textbf{Ship To}
  78. \vspace{0.7cm}
  79. <?lsmb shiptoname ?>
  80. <?lsmb shiptoaddress1 ?>
  81. <?lsmb shiptoaddress2 ?>
  82. <?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?>
  83. <?lsmb shiptocountry ?>
  84. \vspace{0.3cm}
  85. <?lsmb if shiptocontact ?>
  86. <?lsmb shiptocontact ?>
  87. \vspace{0.2cm}
  88. <?lsmb end shiptocontact ?>
  89. <?lsmb if shiptophone ?>
  90. Tel: <?lsmb shiptophone ?>
  91. <?lsmb end shiptophone ?>
  92. <?lsmb if shiptofax ?>
  93. Fax: <?lsmb shiptofax ?>
  94. <?lsmb end shiptofax ?>
  95. <?lsmb shiptoemail ?>
  96. }
  97. \hfill
  98. \vspace{1cm}
  99. \textbf{R E Q U E S T for Q U O T A T I O N}
  100. \hfill
  101. \vspace{1cm}
  102. \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
  103. \textbf{RFQ \#} & \textbf{Date} & \textbf{Required by} & \textbf{Contact} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5ex]
  104. \hline
  105. <?lsmb quonumber ?> & <?lsmb quodate ?> & <?lsmb reqdate ?> & <?lsmb employee ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\
  106. \hline
  107. \end{tabularx}
  108. \vspace{1cm}
  109. Please provide price and delivery time for the following items:
  110. \vspace{1cm}
  111. \begin{tabularx}{\textwidth}{@{}lXrllrr@{}}
  112. \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & &
  113. \textbf{Delivery} & \textbf{Unit Price} & \textbf{Extended} \\
  114. <?lsmb foreach number ?>
  115. <?lsmb number ?> & <?lsmb description ?> & <?lsmb qty ?> & <?lsmb unit ?> \\
  116. <?lsmb end number ?>
  117. \end{tabularx}
  118. \parbox{\textwidth}{
  119. \rule{\textwidth}{2pt}
  120. \hfill
  121. <?lsmb notes ?>
  122. }
  123. \end{document}