summaryrefslogtreecommitdiff
path: root/templates/Default-request_quotation.html
blob: ad9b0ab207e09e0bc91a4b3cfc3ae5f2f24a2024 (plain)
  1. <body bgcolor=ffffff>
  2. <table width="100%">
  3. <?lsmb include letterhead.html ?>
  4. <tr>
  5. <td width=10>&nbsp;</td>
  6. <th colspan=3>
  7. <h4>R E Q U E S T &nbsp;&nbsp; F O R &nbsp;&nbsp; Q U O T A T I O N</h4>
  8. </th>
  9. </tr>
  10. <tr>
  11. <td>&nbsp;</td>
  12. <td>
  13. <table width="100%">
  14. <tr bgcolor=000000>
  15. <th align=left width="50%"><font color=ffffff>To:</th>
  16. <th align=left width="50%"><font color=ffffff>Ship To:</th>
  17. </tr>
  18. <tr valign=top>
  19. <td><?lsmb name ?>
  20. <br><?lsmb address1 ?>
  21. <?lsmb if address2 ?>
  22. <br><?lsmb address2 ?>
  23. <?lsmb end address2 ?>
  24. <br><?lsmb city ?>
  25. <?lsmb if state ?>
  26. , <?lsmb state ?>
  27. <?lsmb end state ?>
  28. <?lsmb zipcode ?>
  29. <?lsmb if country ?>
  30. <br><?lsmb country ?>
  31. <?lsmb end country ?>
  32. <br>
  33. <?lsmb if contact ?>
  34. <br>Attn: <?lsmb contact ?>
  35. <?lsmb end contact ?>
  36. <?lsmb if vendorphone ?>
  37. <br>Tel: <?lsmb vendorphone ?>
  38. <?lsmb end vendorphone ?>
  39. <?lsmb if vendorfax ?>
  40. <br>Fax: <?lsmb vendorfax ?>
  41. <?lsmb end vendorfax ?>
  42. </td>
  43. <td><?lsmb shiptoname ?>
  44. <br><?lsmb shiptoaddress1 ?>
  45. <?lsmb if shiptoaddress2 ?>
  46. <br><?lsmb shiptoaddr2 ?>
  47. <?lsmb end shiptoaddress2 ?>
  48. <br><?lsmb shiptocity ?>
  49. <?lsmb if shiptostate ?>
  50. , <?lsmb shiptostate ?>
  51. <?lsmb end shiptostate ?>
  52. <?lsmb shiptozipcode ?>
  53. <?lsmb if shiptocountry ?>
  54. <br><?lsmb shiptocountry ?>
  55. <?lsmb end shiptocountry ?>
  56. <br>
  57. <?lsmb if shiptocontact ?>
  58. <br>Attn: <?lsmb shiptocontact ?>
  59. <?lsmb end shiptocontact ?>
  60. <?lsmb if shiptophone ?>
  61. <br>Tel: <?lsmb shiptophone ?>
  62. <?lsmb end shiptophone ?>
  63. <?lsmb if shiptofax ?>
  64. <br>Fax: <?lsmb shiptofax ?>
  65. <?lsmb end shiptofax ?>
  66. </td>
  67. </tr>
  68. </table>
  69. </td>
  70. </tr>
  71. <tr height=5></tr>
  72. <tr>
  73. <td>&nbsp;</td>
  74. <td>
  75. <table width=100% border=1>
  76. <tr>
  77. <th width=17% align=left>RFQ #</th>
  78. <th width=17% align=left>Date</th>
  79. <th width=17% align=left>Required by</th>
  80. <th width=17% align=left>Contact</th>
  81. <th width=17% align=left>Shipping Point</th>
  82. <th width=15% align=left>Ship via</th>
  83. </tr>
  84. <tr>
  85. <td><?lsmb quonumber ?></td>
  86. <td><?lsmb quodate ?></td>
  87. <td><?lsmb reqdate ?>&nbsp;</td>
  88. <td><?lsmb employee ?></td>
  89. <td><?lsmb shippingpoint ?>&nbsp;</td>
  90. <td><?lsmb shipvia ?>&nbsp;</td>
  91. </tr>
  92. </table>
  93. </td>
  94. </tr>
  95. <tr height="10"></tr>
  96. <tr>
  97. <td>&nbsp;</td>
  98. <td>Please provide price and delivery time for the following items:</td>
  99. </tr>
  100. <tr height="10"></tr>
  101. <tr>
  102. <td>&nbsp;</td>
  103. <td>
  104. <table width="100%">
  105. <tr>
  106. <th align=right>Item</th>
  107. <th align=left>Number</th>
  108. <th align=left><font color=ffffff>Description</th>
  109. <th>Qt'y</th>
  110. <th>&nbsp;</th>
  111. <th>Delivery</th>
  112. <th>Unit Price</th>
  113. <th>Extended</th>
  114. </tr>
  115. <?lsmb foreach number ?>
  116. <tr valign=top>
  117. <td align=right><?lsmb runningnumber ?>.</td>
  118. <td><?lsmb number ?></td>
  119. <td><?lsmb description ?></td>
  120. <td align=right><?lsmb qty ?></td>
  121. <td><?lsmb unit ?></td>
  122. </tr>
  123. <?lsmb end number ?>
  124. <tr>
  125. <td colspan=8><hr noshade></td>
  126. </tr>
  127. </table>
  128. </td>
  129. </tr>
  130. <?lsmb if notes ?>
  131. <tr>
  132. <td>&nbsp;</td>
  133. <td>
  134. <table width="100%">
  135. <tr valign=top>
  136. <td>Notes</td>
  137. <td><?lsmb notes ?></td>
  138. </tr>
  139. </table>
  140. </td>
  141. </tr>
  142. <?lsmb end notes ?>
  143. </table>
  144. </body>
  145. </html>