so Search.tsf and Search.rdf work
[freeside.git] / sql-ledger / templates / Default-packing_list.html
1
2 <body bgcolor=ffffff>
3
4 <table width=100%>
5   <tr>
6     <td width=10>&nbsp;</td> 
7     
8     <td>
9       <table width=100%>
10         <tr>
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>
29           <th colspan=3>
30             <h4>P A C K I N G &nbsp;&nbsp; L I S T</h4>
31           </th>
32         </tr>
33       </table>
34     </td>
35   </tr>
36
37   <tr>
38     <td>&nbsp;</td>
39
40     <td>
41       <table width=100% cellspacing=0 cellpadding=0>
42         <tr bgcolor=000000>
43           <th width=50% align=left><font color=ffffff>Ship To:</th>
44           <th width=50%>&nbsp;</th>
45         </tr>
46
47         <tr valign=top>
48           <td><%shiptoname%>
49           <br><%shiptoaddress1%>
50           <%if shiptoaddress2%>
51           <br><%shiptoaddress2%>
52           <%end shiptoaddress2%>
53           <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
54           <%if shiptocountry%>
55           <br><%shiptocountry%>
56           <%end shiptocountry%>
57           </td>
58         
59           <td>
60           <%if shiptocontact%>
61           <br>Attn: <%shiptocontact%>
62           <%end shiptocontact%>
63           
64           <%if shiptophone%>
65           <br>Tel: <%shiptophone%>
66           <%end shiptophone%>
67           
68           <%if shiptofax%>
69           <br>Fax: <%shiptofax%>
70           <%end shiptofax%>
71
72           <%shiptoemail%>
73           </td>
74         </tr>
75       </table>
76     </td>
77   </tr>
78
79   <tr height=5></tr>
80   
81   <tr>
82     <td>&nbsp;</td>
83
84     <td>
85       <table width=100% border=1>
86         <tr>
87           <th width=17% align=left>Invoice #</th>
88           <th width=17% align=left>Order #</th>
89           <th width=17% align=left>Date</th>
90           <th width=17% align=left nowrap>Contact</th>
91           <%if warehouse%>
92           <th width=17% align=left>Warehouse</th>
93           <%end warehouse%>
94           <th width=17% align=left>Shipping Point</th>
95           <th width=15% align=left>Ship via</th>
96         </tr>
97
98         <tr>
99           <td><%invnumber%>&nbsp;</td>
100           <td><%ordnumber%>&nbsp;</td>
101           
102           <%if shippingdate%>
103           <td><%shippingdate%></td>
104           <%end shippingdate%>
105           
106           <%if not shippingdate%>
107           <td><%transdate%></td>
108           <%end shippingdate%>
109   
110           <td><%employee%>&nbsp;</td>
111           
112           <%if warehouse%>
113           <td><%warehouse%>&nbsp;</td>
114           <%end warehouse%>
115
116           <td><%shippingpoint%>&nbsp;</td>
117           <td><%shipvia%>&nbsp;</td>
118         </tr>
119       </table>
120     </td>
121   </tr>
122
123   <tr>
124     <td>&nbsp;</td>
125
126     <td>
127       <table width=100%>
128         <tr bgcolor=000000>
129           <th align=left><font color=ffffff>Pos</th>
130           <th align=left><font color=ffffff>Number</th>
131           <th align=left><font color=ffffff>Description</th>
132           <th align=left><font color=ffffff>Serial Number</th>
133           <th>&nbsp;</th>
134           <th><font color=ffffff>Qty</th>
135           <th><font color=ffffff>Ship</th>
136           <th>&nbsp;</th>
137         </tr>
138
139         <%foreach number%>
140         <tr valign=top>
141           <td><%runningnumber%></td>
142           <td><%number%></td>
143           <td><%description%></td>
144           <td><%serialnumber%></td>
145           <td><%deliverydate%></td>
146           <td align=right><%qty%></td>
147           <td align=right><%ship%></td>
148           <td><%unit%></td>
149         </tr>
150         <%end number%>
151
152       </table>
153     </td>
154   </tr>
155
156   <tr>
157     <td>&nbsp;</td>
158
159     <td><hr noshade></td>
160   </tr>
161
162   <tr>
163     <td>&nbsp;</td>
164     
165     <td>
166       <table width=100%>
167         <tr valign=top>
168           <td>Notes</td>
169           <td><%notes%></td>
170         </tr>
171       </table>
172     </td>
173   </tr>
174
175   <tr>
176     <td>&nbsp;</td>
177     
178     <td>
179       <table width=100%>
180         <tr valign=top>
181           <td width=70%><font size=-3>
182           Items returned are subject to
183           a 10% restocking charge. A return authorization must be obtained
184           from <%company%> before goods are returned. Returns must be shipped
185           prepaid and properly insured. <%company%> will not be responsible
186           for damages during transit.
187           </font>
188           </td>
189           <td width=30%>
190           X <hr noshade>
191           </td>
192         </tr>
193       </table>
194     </td>
195   </tr>
196 </table>
197