epic-ts
[kivitendo-erp.git] / templates / print / f-tex / bin_list.html
1 <body bgcolor=ffffff>
2
3 <table width=100%>
4   <tr>
5     <td width=10>&nbsp;</td>
6     
7     <td>
8       <table width=100%>
9         <tr>
10           <td>
11             <h4>
12             <%company%>
13             <br><%address%>
14             </h4>
15           </td>
16           
17           <th><img src=http://localhost/lx-erp/lx-office-erp.png border=0 width=64 height=58></th>
18
19           <th align=right>
20             <h4>
21             Tel: <%tel%>
22             <br>Fax: <%fax%>
23             </h4>
24           </td>
25         </tr>
26         
27         <tr>
28           <th colspan=3>
29             <h4>L A G E R L I S T E</h4>
30           </th>
31         </tr>
32       </table>
33     </td>
34   </tr>
35
36   <tr>
37     <td>&nbsp;</td>
38
39     <td>
40       <table width=100% cellspacing=0 cellpadding=0>
41         <tr bgcolor=000000>
42           <th align=left width=50%><font color=ffffff>Absender</th>
43           <th align=left width=50%><font color=ffffff>Lieferanschrift</th>
44         </tr>
45
46         <tr valign=top>
47           <td><%name%>
48           <br><%street%>
49           <br><%zipcode%>
50           <br><%city%>
51           <br><%country%>
52           <br>
53
54           <%if contact%>
55           <br>Kontakt: <%contact%>
56           <%end contact%>
57
58           <%if vendorphone%>
59           <br>Tel: <%vendorphone%>
60           <%end vendorphone%>
61
62           <%if vendorfax%>
63           <br>Fax: <%vendorfax%>
64           <%end vendorfax%>
65
66           <%if email%>
67           <br><%email%>
68           <%end email%>
69           
70           </td>
71           
72           <td><%shiptoname%>
73           <br><%shiptostreet%>
74           <br><%shiptozipcode%>
75           <br><%shiptocity%>
76           <br><%shiptocountry%>
77
78           <br>
79           <%if shiptocontact%>
80           <br>Kontakt: <%shiptocontact%>
81           <%end shiptocontact%>
82           
83           <%if shiptophone%>
84           <br>Tel: <%shiptophone%>
85           <%end shiptophone%>
86
87           <%if shiptofax%>
88           <br>Fax: <%shiptofax%>
89           <%end shiptofax%>
90           </td>
91         </tr>
92       </table>
93     </td>
94   </tr>
95
96   <tr height=5></tr>
97
98   <tr>
99     <td>&nbsp;</td>
100
101     <td>
102       <table width=100% border=1>
103         <tr>
104           <th width=17% align=left nowrap>BestellNr. #</th>
105           <th width=17% align=left nowrap>Datum</th>
106           <th width=17% align=left nowrap>Kontakt</th>
107           <%if warehouse%>
108           <th width=17% align=left nowrap>Lager</th>
109           <%end warehouse%>
110           <th width=17% align=left>Versandort</th>
111           <th width=15% align=left>Lieferung durch</th>
112         </tr>
113
114         <tr>
115           <td><%ordnumber%>&nbsp;</td>
116
117           <%if shippingdate%>
118           <td><%shippingdate%></td>
119           <%end shippingdate%>
120
121           <%if not shippingdate%>
122           <td><%orddate%></td>
123           <%end shippingdate%>
124
125           <td><%employee%>&nbsp;</td>
126
127           <%if warehouse%>
128           <td><%warehouse%></td>
129           <%end warehouse%>
130
131           <td><%shippingpoint%>&nbsp;</td>
132           <td><%shipvia%>&nbsp;</td>
133         </tr>
134       </table>
135     </td>
136   </tr>
137
138   <tr>
139     <td>&nbsp;</td>
140
141     <td>
142       <table width=100%>
143         <tr bgcolor=000000>
144           <th align=left><font color=ffffff>Pos</th>
145           <th align=left><font color=ffffff>ArtNr.</th>
146           <th align=left><font color=ffffff>Beschreibung</th>
147           <th><font color=ffffff>Seriennummer</th>
148           <th>&nbsp;</th>
149           <th><font color=ffffff>Menge</th>
150           <th><font color=ffffff>Erh</th>
151           <th>&nbsp;</th>
152           <th><font color=ffffff>Lagerplatz</th>
153         </tr>
154
155         <%foreach number%>
156         <tr valign=top>
157           <td><%runningnumber%></td>
158           <td><%number%></td>
159           <td><%description%></td>
160           <td><%serialnumber%></td>
161           <td><%deliverydate%></td>
162           <td align=right><%qty%></td>
163           <td align=right><%ship%></td>
164           <td><%unit%></td>
165           <td><%bin%></td>
166         </tr>
167         <%end number%>
168
169       </table>
170     </td>
171   </tr>
172
173   <tr>
174     <td>&nbsp;</td>
175
176     <td><hr noshade></td>
177   </tr>
178
179 </table>
180