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