summaryrefslogtreecommitdiff
path: root/templates/demo/request_quotation.tex
blob: feccc631d0ef01d625f44a74d0b7024e21a0e41c (plain)
  1. \documentclass{scrartcl}
  2. \usepackage[utf8]{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. % Breaking old pagebreak directive
  12. %<?xlsmb pagebreak 65 27 48 ?>
  13. %\end{tabularx}
  14. %
  15. % \rule{\textwidth}{2pt}
  16. %
  17. % \hfill
  18. % \begin{tabularx}{7cm}{Xr@{\hspace{1cm}}r@{}}
  19. % & \textbf{Subtotal} & \textbf{<?xlsmb sumcarriedforward ?>} \\
  20. % \end{tabularx}
  21. %
  22. %\newpage
  23. %
  24. %\markboth{<?xlsmb company ?>\hfill <?xlsmb ordnumber ?>}{<?xlsmb company ?>\hfill <?xlsmb ordnumber ?>}
  25. %
  26. %\begin{tabularx}{\textwidth}{@{}lXrlrr@{}}
  27. % \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
  28. % \textbf{Unit} & \textbf{Price} & \textbf{Extended} \\
  29. % & carried forward from <?xlsmb lastpage ?> & & & & <?xlsmb sumcarriedforward ?> \\
  30. %<?xlsmb end pagebreak ?>
  31. \vspace*{0.5cm}
  32. \parbox[t]{.5\textwidth}{
  33. \textbf{To}
  34. \vspace{0.3cm}
  35. <?lsmb name ?>
  36. <?lsmb address1 ?>
  37. <?lsmb address2 ?>
  38. <?lsmb city ?>
  39. <?lsmb IF state ?>
  40. \hspace{-0.1cm}, <?lsmb state ?>
  41. <?lsmb END ?>
  42. <?lsmb zipcode ?>
  43. <?lsmb country ?>
  44. \vspace{0.3cm}
  45. <?lsmb IF contact ?>
  46. <?lsmb contact ?>
  47. \vspace{0.2cm}
  48. <?lsmb END ?>
  49. <?lsmb IF vendorphone ?>
  50. Tel: <?lsmb vendorphone ?>
  51. <?lsmb END ?>
  52. <?lsmb IF vendorfax ?>
  53. Fax: <?lsmb vendorfax ?>
  54. <?lsmb END ?>
  55. <?lsmb email ?>
  56. }
  57. \parbox[t]{.5\textwidth}{
  58. \textbf{Ship To}
  59. \vspace{0.3cm}
  60. <?lsmb shiptoname ?>
  61. <?lsmb shiptoaddress1 ?>
  62. <?lsmb shiptoaddress2 ?>
  63. <?lsmb shiptocity ?>
  64. <?lsmb IF shiptostate ?>
  65. \hspace{-0.1cm}, <?lsmb shiptostate ?>
  66. <?lsmb END ?>
  67. <?lsmb shiptozipcode ?>
  68. <?lsmb shiptocountry ?>
  69. \vspace{0.3cm}
  70. <?lsmb IF shiptocontact ?>
  71. <?lsmb shiptocontact ?>
  72. \vspace{0.2cm}
  73. <?lsmb END ?>
  74. <?lsmb IF shiptophone ?>
  75. Tel: <?lsmb shiptophone ?>
  76. <?lsmb END ?>
  77. <?lsmb IF shiptofax ?>
  78. Fax: <?lsmb shiptofax ?>
  79. <?lsmb END ?>
  80. <?lsmb shiptoemail ?>
  81. }
  82. \hfill
  83. \vspace{1cm}
  84. \textbf{R E Q U E S T for Q U O T A T I O N}
  85. \hfill
  86. \vspace{1cm}
  87. \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
  88. \textbf{RFQ \#} & \textbf{Date} & \textbf{Required by} & \textbf{Contact} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5ex]
  89. \hline
  90. <?lsmb quonumber ?> & <?lsmb quodate ?> & <?lsmb reqdate ?> & <?lsmb employee ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\
  91. \hline
  92. \end{tabularx}
  93. \vspace{1cm}
  94. Please provide price and delivery time for the following items:
  95. \vspace{1cm}
  96. \begin{tabularx}{\textwidth}{@{}lXrllrr@{}}
  97. \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & &
  98. \textbf{Delivery} & \textbf{Unit Price} & \textbf{Extended} \\
  99. <?lsmb FOREACH number ?>
  100. <?lsmb lc = loop.count - 1 ?>
  101. <?lsmb number.${lc} ?> &
  102. <?lsmb description.${lc} ?> &
  103. <?lsmb qty.${lc} ?> &
  104. <?lsmb unit.${lc} ?> \\
  105. <?lsmb END ?>
  106. \end{tabularx}
  107. \parbox{\textwidth}{
  108. \rule{\textwidth}{2pt}
  109. \hfill
  110. <?lsmb notes ?>
  111. }
  112. \end{document}