import sql-ledger 2.4.4
[freeside.git] / sql-ledger / templates / Service-sales_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 valign=top>
11     <td>
12       <h4>
13       <%company%>
14       <br><%address%>
15       </h4>
16     </td>
17
18     <th><img src=http://www.sql-ledger.org/images/sql-ledger.png border=0 width=64 height=58></th>
19
20     <td align=right>
21       <h4>
22       Tel: <%tel%>
23       <br>Fax: <%fax%>
24       </h4>
25     </td>
26   </tr>
27
28 <tr><td colspan=3>&nbsp;</td></tr>
29
30   <tr>
31     <th colspan=3>
32       <h4>Q U O T A T I O N</h4>
33     </th>
34   </tr>
35
36   </table>
37
38   <table width=100% callspacing=0 cellpadding=0>
39
40   <tr>
41     <td>
42     <table width=100%>
43
44     <tr valign=top>
45       <td><%name%>
46       <br><%address1%>
47       <%if address2%>
48       <br><%address2%>
49       <%end address2%>
50       <br><%city%> <%state%> <%zipcode%>
51       <%if country%>
52       <br><%country%>
53       <%end country%>
54
55       <br>
56       <%if contact%>
57       <br>Attn: <%contact%>
58       <%end contact%>
59
60       <%if customerphone%>
61       <br>Tel: <%customerphone%>
62       <%end customerphone%>
63
64       <%if customerfax%>
65       <br>Fax: <%customerfax%>
66       <%end customerfax%>
67
68       <%if email%>
69       <br><%email%>
70       <%end email%>
71       </td>
72
73     </tr>
74     </table>
75     </td>
76   </tr>
77   
78   <tr><td>&nbsp;</td></tr>
79   
80   <tr>
81     <td colspan=2>
82       <table width=100% border=1>
83         <tr>
84           <th width=17% align=left nowrap>Number</th>
85           <th width=17% align=left>Date</th>
86           <th width=17% align=left>Valid until</th>
87           <th width=17% align=left nowrap>Contact</th>
88           <th width=17% align=left nowrap>Shipping Point</th>
89           <th width=15% align=left nowrap>Ship via</th>
90         </tr>
91
92         <tr>
93           <td><%quonumber%></td>
94           <td><%quodate%></td>
95           <td><%reqdate%></td>
96           <td><%employee%></td>
97           <td><%shippingpoint%>&nbsp;</td>
98           <td><%shipvia%>&nbsp;</td>
99         </tr>
100       </table>
101     </td>
102   </tr>
103
104   <tr>
105     <td>&nbsp;</td>
106   </tr>
107   
108   <tr>
109     <td>
110     <table width=100%>
111     <tr bgcolor=000000>
112       <th align=right><font color=ffffff>No.</th>
113       <th align=left><font color=ffffff>Number</th>
114       <th align=left><font color=ffffff>Description</th>
115       <th><font color=ffffff>Qt'y</th>
116       <th>&nbsp;</th>
117       <th><font color=ffffff>Price</th>
118       <th><font color=ffffff>Disc %</th>
119       <th><font color=ffffff>Amount</th>
120     </tr>
121
122 <%foreach number%>
123     <tr valign=top>
124     <td align=right><%runningnumber%></td>
125
126       <td><%number%></td>
127       <td><%description%></td>
128       <td align=right><%qty%></td>
129       <td><%unit%></td>
130       <td align=right><%sellprice%></td>
131       <td align=right><%discountrate%></td>
132       <td align=right><%linetotal%></td>
133     </tr>
134 <%end number%>
135
136     <tr>
137       <td colspan=8><hr noshade></td>
138     </tr>
139     
140     <tr>
141 <%if taxincluded%>
142       <th colspan=6 align=right>Total</th>
143       <td colspan=2 align=right><%invtotal%></td>
144 <%end taxincluded%>
145
146 <%if not taxincluded%>
147       <th colspan=6 align=right>Subtotal</th>
148       <td colspan=2 align=right><%subtotal%></td>
149 <%end taxincluded%>
150     </tr>
151
152 <%foreach tax%>
153     <tr>
154       <th colspan=6 align=right><%taxdescription%> on <%taxbase%> @ <%taxrate%> %</th>
155       <td colspan=2 align=right><%tax%></td>
156     </tr>
157 <%end tax%>
158
159     <tr>
160       <td colspan=4>&nbsp;</td>
161       <td colspan=4><hr noshade></td>
162     </tr>
163
164     <tr>
165       <td colspan=4>&nbsp;
166 <%if terms%>
167       Terms Net <b><%terms%></b> days
168 <%end terms%>
169       </td>
170       <th colspan=2 align=right>Total</th>
171       <th colspan=2 align=right><%quototal%></th>
172     </tr>
173     
174     <tr>
175       <td>&nbsp;</td>
176     </tr>
177
178     </table>
179     </td>
180   </tr>
181
182 <tr>
183   <td>
184   <table width=100%>
185     <tr valign=top>
186 <%if notes%>
187       <td>Notes</td>
188       <td><%notes%></td>
189 <%end notes%>
190       <td align=right>
191       All prices in <b><%currency%></b> Funds
192       </td>
193     </tr>
194
195   </table>
196   </td>
197 </tr>
198
199 <tr><td>&nbsp;</td></tr>
200
201 <tr>
202   <td>
203   <table width=100%>
204   <tr valign=top>
205     <td width=60%><font size=-3>
206     Special order items are subject to a 10% cancellation fee.
207     </font>
208     </td>
209     <td width=40%>
210     X <hr noshade>
211     </td>
212   </tr>
213   </table>
214   </td>
215 </tr>
216
217 </table>
218
219 </td>
220 </tr>
221 </table>
222
223 </body>
224 </html>
225