Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / print / marei / 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://localhost/lx-erp/lx-office-erp.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>S A M M E L L I S T E</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>Lieferanschrift:</th>
44           <th width=50%>&nbsp;</th>
45         </tr>
46
47         <tr valign=top>
48           <td><%shiptoname%>
49           <br><%shiptostreet%>
50           <br><%shiptozipcode%>
51           <br><%shiptocity%>
52           <br><%shiptocountry%>
53           </td>
54
55           <td>
56           <%if shiptocontact%>
57           <br>Kontakt: <%shiptocontact%>
58           <%end shiptocontact%>
59
60           <%if shiptophone%>
61           <br>Tel: <%shiptophone%>
62           <%end shiptophone%>
63
64           <%if shiptofax%>
65           <br>Fax: <%shiptofax%>
66           <%end shiptofax%>
67
68           <%shiptoemail%>
69           </td>
70         </tr>
71       </table>
72     </td>
73   </tr>
74
75   <tr height=5></tr>
76
77   <tr>
78     <td>&nbsp;</td>
79
80     <td>
81       <table width=100% border=1>
82         <tr>
83           <th width=17% align=left>BestellNr. #</th>
84           <th width=17% align=left>Datum</th>
85           <th width=17% align=left nowrap>Kontakt</th>
86           <%if warehouse%>
87           <th width=17% align=left>Lager</th>
88           <%end warehouse%>
89           <th width=17% align=left>Versandort</th>
90           <th width=15% align=left>Transportmittel</th>
91         </tr>
92
93         <tr>
94           <td><%ordnumber%>&nbsp;</td>
95
96           <%if shippingdate%>
97           <td><%shippingdate%></td>
98           <%end shippingdate%>
99
100           <%if not shippingdate%>
101           <td><%orddate%></td>
102           <%end shippingdate%>
103
104           <td><%employee%>&nbsp;</td>
105
106           <%if warehouse%>
107           <td><%warehouse%>&nbsp;</td>
108           <%end warehouse%>
109
110           <td><%shippingpoint%>&nbsp;</td>
111           <td><%shipvia%>&nbsp;</td>
112         </tr>
113       </table>
114     </td>
115   </tr>
116
117   <tr>
118     <td>&nbsp;</td>
119
120     <td>
121       <table width=100%>
122         <tr bgcolor=000000>
123           <th align=left><font color=ffffff>Pos</th>
124           <th align=left><font color=ffffff>Nummer</th>
125           <th align=left><font color=ffffff>Beschreibung</th>
126           <th><font color=ffffff>Menge</th>
127           <th><font color=ffffff>geliefert</th>
128           <th>&nbsp;</th>
129           <th><font color=ffffff>Lagerplatz</th>
130         </tr>
131
132         <%foreach number%>
133         <tr valign=top>
134           <td><%runningnumber%>
135           <td><%number%></td>
136           <td><%description%></td>
137           <td align=right><%qty%></td>
138           <td align=right>[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]</td>
139           <td><%unit%></td>
140           <td align=right><%bin%></td>
141         </tr>
142         <%end number%>
143       </table>
144     </td>
145   </tr>
146
147   <tr>
148     <td>&nbsp;</td>
149
150     <td><hr noshade></td>
151   </tr>
152
153 </table>
154