import sql-ledger 2.4.4
[freeside.git] / sql-ledger / templates / Norwegian-pick_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 I C K &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% callspacing=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=15% align=left>Invoice #</th>
88           <th width=15% align=left>Order #</th>
89           <th width=10% align=left>Date</th>
90           <th width=15% align=left nowrap>Contact</th>
91           <th width=15% align=left>Warehouse</th>
92           <th width=10% align=left>Shipping Point</th>
93           <th width=10% align=left>Ship via</th>
94         </tr>
95
96         <tr>
97           <td><%invnumber%>&nbsp;</td>
98           <td><%ordnumber%>&nbsp;</td>
99           <%if shippingdate%>
100           <td><%shippingdate%></td>
101           <%end shippingdate%>
102
103           <%if not shippingdate%>
104           <td><%transdate%></td>
105           <%end shippingdate%>
106
107           <td><%employee%>&nbsp;</td>
108           <td><%warehouse%>&nbsp;</td>
109           <td><%shippingpoint%>&nbsp;</td>
110           <td><%shipvia%>&nbsp;</td>
111         </tr>
112       </table>
113     </td>
114   </tr>
115
116   <tr>
117     <td>&nbsp;</td>
118     
119     <td>
120       <table width=100%>
121         <tr bgcolor=000000>
122           <th align=left><font color=ffffff>Pos</th>
123           <th align=left><font color=ffffff>Number</th>
124           <th align=left><font color=ffffff>Description</th>
125           <th><font color=ffffff>Qty</th>
126           <th><font color=ffffff>Ship</th>
127           <th>&nbsp;</th>
128           <th><font color=ffffff>Bin</th>
129         </tr>
130
131         <%foreach number%>
132         <tr valign=top>
133           <td><%runningnumber%>
134           <td><%number%></td>
135           <td><%description%></td>
136           <td align=right><%qty%></td>
137           <td align=right>[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]</td>
138           <td><%unit%></td>
139           <td align=right><%bin%></td>
140         </tr>
141         <%end number%>
142       </table>
143     </td>
144   </tr>
145
146   <tr>
147     <td>&nbsp;</td>
148
149     <td><hr noshade></td>
150   </tr>
151
152 </table>
153