import sql-ledger 2.4.4
[freeside.git] / sql-ledger / templates / Default-bin_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           <th 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>B I N &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 align=left width=50%><font color=ffffff>From</th>
44           <th align=left width=50%><font color=ffffff>Ship To</th>
45         </tr>
46
47         <tr valign=top>
48           <td><%name%>
49           <br><%address1%>
50           <%if address2%>
51 <br><%address2%>
52 <%end address2%>
53           <br><%city%> <%state%> <%zipcode%>
54           <%if country%>
55 <%country%>
56 <%end country%>
57           <br>
58
59           <%if contact%>
60           <br>Attn: <%contact%>
61           <%end contact%>
62
63           <%if vendorphone%>
64           <br>Tel: <%vendorphone%>
65           <%end vendorphone%>
66
67           <%if vendorfax%>
68           <br>Fax: <%vendorfax%>
69           <%end vendorfax%>
70
71           <%if email%>
72           <br><%email%>
73           <%end email%>
74           
75           </td>
76           
77           <td><%shiptoname%>
78           <br><%shiptoaddress1%>
79           <%if shiptoaddress2%>
80 <br><%shiptoaddress2%>
81 <%end shiptoaddress2%>
82           <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
83           <%if shiptocountry%>
84 <%shiptocountry%>
85 <%end shiptocountry%>
86
87           <br>
88           <%if shiptocontact%>
89           <br>Attn: <%shiptocontact%>
90           <%end shiptocontact%>
91           
92           <%if shiptophone%>
93           <br>Tel: <%shiptophone%>
94           <%end shiptophone%>
95
96           <%if shiptofax%>
97           <br>Fax: <%shiptofax%>
98           <%end shiptofax%>
99           </td>
100         </tr>
101       </table>
102     </td>
103   </tr>
104
105   <tr height=5></tr>
106
107   <tr>
108     <td>&nbsp;</td>
109
110     <td>
111       <table width=100% border=1>
112         <tr>
113           <th width=17% align=left nowrap>Order #</th>
114           <th width=17% align=left nowrap>Date</th>
115           <th width=17% align=left nowrap>Contact</th>
116           <%if warehouse%>
117           <th width=17% align=left nowrap>Warehouse</th>
118           <%end warehouse%>
119           <th width=17% align=left>Shipping Point</th>
120           <th width=15% align=left>Ship via</th>
121         </tr>
122
123         <tr>
124           <td><%ordnumber%>&nbsp;</td>
125           
126           <%if shippingdate%>
127           <td><%shippingdate%></td>
128           <%end shippingdate%>
129           
130           <%if not shippingdate%>
131           <td><%orddate%></td>
132           <%end shippingdate%>
133           
134           <td><%employee%>&nbsp;</td>
135
136           <%if warehouse%>
137           <td><%warehouse%></td>
138           <%end warehouse%>
139   
140           <td><%shippingpoint%>&nbsp;</td>
141           <td><%shipvia%>&nbsp;</td>
142         </tr>
143       </table>
144     </td>
145   </tr>
146
147   <tr>
148     <td>&nbsp;</td>
149
150     <td>
151       <table width=100%>
152         <tr bgcolor=000000>
153           <th align=left><font color=ffffff>Pos</th>
154           <th align=left><font color=ffffff>Number</th>
155           <th align=left><font color=ffffff>Description</th>
156           <th><font color=ffffff>Serialnumber</th>
157           <th>&nbsp;</th>
158           <th><font color=ffffff>Qty</th>
159           <th><font color=ffffff>Recd</th>
160           <th>&nbsp;</th>
161           <th><font color=ffffff>Bin</th>
162         </tr>
163
164         <%foreach number%>
165         <tr valign=top>
166           <td><%runningnumber%></td>
167           <td><%number%></td>
168           <td><%description%></td>
169           <td><%serialnumber%></td>
170           <td><%deliverydate%></td>
171           <td align=right><%qty%></td>
172           <td align=right><%ship%></td>
173           <td><%unit%></td>
174           <td><%bin%></td>
175         </tr>
176         <%end number%>
177
178       </table>
179     </td>
180   </tr>
181
182   <tr>
183     <td>&nbsp;</td>
184
185     <td><hr noshade></td>
186   </tr>
187
188 </table>
189