summaryrefslogtreecommitdiff
path: root/templates/Spanish_A4-request_quotation.html
blob: fa684866df3677a73c606ce1c081720b092140f2 (plain)
  1. <body bgcolor=ffffff>
  2. <table width=100%>
  3. <tr valign=bottom>
  4. <td width=10>&nbsp;</td>
  5. <td>
  6. <table width=100%>
  7. <tr>
  8. <td>
  9. <h4>
  10. <%company%>
  11. <br><%address%>
  12. </h4>
  13. </td>
  14. <td><img src=http://www.sql-ledger.org/images/sql-ledger.png border=0 width=80 height=58>
  15. </td>
  16. <td align=right>
  17. <h4>
  18. Tel: <%tel%>
  19. <br>Fax: <%fax%>
  20. </h4>
  21. </td>
  22. </tr>
  23. <tr>
  24. <th colspan=3>
  25. <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>
  26. </th>
  27. </tr>
  28. </table>
  29. <table width=100% callspacing=0 cellpadding=0>
  30. <tr>
  31. <td>
  32. <table width=100%>
  33. <tr bgcolor=000000>
  34. <th align=left width=50%><font color=ffffff>To:</th>
  35. <th align=left width=50%><font color=ffffff>Ship To:</th>
  36. </tr>
  37. <tr valign=top>
  38. <td><%name%>
  39. <br><%address1%>
  40. <%if address2%>
  41. <br><%address2%>
  42. <%end address2%>
  43. <br><%city%> <%state%> <%zipcode%>
  44. <%if country%>
  45. <br><%country%>
  46. <%end country%>
  47. <br>
  48. <%if contact%>
  49. <br>Attn: <%contact%>
  50. <%end contact%>
  51. <%if vendorphone%>
  52. <br>Tel: <%vendorphone%>
  53. <%end vendorphone%>
  54. <%if vendorfax%>
  55. <br>Fax: <%vendorfax%>
  56. <%end vendorfax%>
  57. </td>
  58. <td><%shiptoname%>
  59. <br><%shiptoaddress1%>
  60. <%if shiptoaddress2%>
  61. <br><%shiptoaddr2%>
  62. <%end shiptoaddress2%>
  63. <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
  64. <%if shiptocountry%>
  65. <br><%shiptocountry%>
  66. <%end shiptocountry%>
  67. <br>
  68. <%if shiptocontact%>
  69. <br>Attn: <%shiptocontact%>
  70. <%end shiptocontact%>
  71. <%if shiptophone%>
  72. <br>Tel: <%shiptophone%>
  73. <%end shiptophone%>
  74. <%if shiptofax%>
  75. <br>Fax: <%shiptofax%>
  76. <%end shiptofax%>
  77. </tr>
  78. </table>
  79. </td>
  80. </tr>
  81. <tr><td>&nbsp;</td></tr>
  82. <tr>
  83. <td colspan=2>
  84. <table width=100% border=1>
  85. <tr>
  86. <th width=17% align=left>RFQ #</th>
  87. <th width=17% align=left>Date</th>
  88. <th width=17% align=left>Required by</th>
  89. <th width=17% align=left>Contact</th>
  90. <th width=17% align=left>Shipping Point</th>
  91. <th width=15% align=left>Ship via</th>
  92. </tr>
  93. <tr>
  94. <td><%quonumber%></td>
  95. <td><%quodate%></td>
  96. <td><%reqdate%></td>
  97. <td><%employee%></td>
  98. <td><%shippingpoint%>&nbsp;</td>
  99. <td><%shipvia%>&nbsp;</td>
  100. </tr>
  101. </table>
  102. </td>
  103. </tr>
  104. <tr height="10"></tr>
  105. <tr>
  106. <td>Please provide price and delivery time for the following items:</td>
  107. </tr>
  108. <tr height="10"></tr>
  109. <tr>
  110. <td>
  111. <table width=100%>
  112. <tr>
  113. <!-- <th align=right>No.</th> -->
  114. <th align=left>Number</th>
  115. <th align=left><font color=ffffff>Description</th>
  116. <th>Qt'y</th>
  117. <th>&nbsp;</th>
  118. <th>Delivery</th>
  119. <th>Unit Price</th>
  120. <th>Extended</th>
  121. </tr>
  122. <%foreach number%>
  123. <tr valign=top>
  124. <!-- <td align=right><%runningnumber%>.</td>
  125. other per line item variables available <%reqdate%>
  126. adjust the colspan if you include this to shift subtotal one to the right
  127. -->
  128. <td><%number%></td>
  129. <td><%description%></td>
  130. <td align=right><%qty%></td>
  131. <td><%unit%></td>
  132. </tr>
  133. <%end number%>
  134. <tr>
  135. <td colspan=7><hr noshade></td>
  136. </tr>
  137. </table>
  138. </td>
  139. </tr>
  140. <tr>
  141. <td>
  142. <table width=100%>
  143. <%if notes%>
  144. <tr valign=top>
  145. <td>Notes</td>
  146. <td><%notes%></td>
  147. </tr>
  148. <%end notes%>
  149. </table>
  150. </td>
  151. </tr>
  152. <tr><td>&nbsp;</td></tr>
  153. <tr>
  154. <td>
  155. <table width=100%>
  156. <tr valign=top>
  157. <td width=70%>&nbsp;</td>
  158. <td width=30%>
  159. X <hr noshade>
  160. </td>
  161. </tr>
  162. </table>
  163. </td>
  164. </tr>
  165. </table>
  166. </td>
  167. </tr>
  168. </table>
  169. </body>
  170. </html>