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