Revision c66469ff
Von Bernd Blessmann vor mehr als 12 Jahren hinzugefügt
templates/print/RB/bin_list.html | ||
---|---|---|
1 |
<body bgcolor=ffffff> |
|
2 |
|
|
3 |
<table width=100%> |
|
4 |
<tr> |
|
5 |
<td width=10> </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> </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> </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%> </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%> </td> |
|
126 |
|
|
127 |
<%if warehouse%> |
|
128 |
<td><%warehouse%></td> |
|
129 |
<%end warehouse%> |
|
130 |
|
|
131 |
<td><%shippingpoint%> </td> |
|
132 |
<td><%shipvia%> </td> |
|
133 |
</tr> |
|
134 |
</table> |
|
135 |
</td> |
|
136 |
</tr> |
|
137 |
|
|
138 |
<tr> |
|
139 |
<td> </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> </th> |
|
149 |
<th><font color=ffffff>Menge</th> |
|
150 |
<th><font color=ffffff>Erh</th> |
|
151 |
<th> </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> </td> |
|
175 |
|
|
176 |
<td><hr noshade></td> |
|
177 |
</tr> |
|
178 |
|
|
179 |
</table> |
|
180 |
|
templates/print/RB/invoice.html | ||
---|---|---|
1 |
|
|
2 |
<body bgcolor=ffffff> |
|
3 |
|
|
4 |
<table width=100%> |
|
5 |
<tr valign=bottom> |
|
6 |
<td width=10> </td> |
|
7 |
<td> |
|
8 |
|
|
9 |
<table width=100%> |
|
10 |
<tr> |
|
11 |
<td> |
|
12 |
<h4> |
|
13 |
<%company%> |
|
14 |
<br><%address%> |
|
15 |
</h4> |
|
16 |
</td> |
|
17 |
|
|
18 |
<td align=right> |
|
19 |
<h4> |
|
20 |
Telefon <%tel%> |
|
21 |
<br>Telefax <%fax%> |
|
22 |
</h4> |
|
23 |
</td> |
|
24 |
</tr> |
|
25 |
|
|
26 |
<tr> |
|
27 |
<th colspan=3> |
|
28 |
<h4>R E C H N U N G</h4> |
|
29 |
</th> |
|
30 |
</tr> |
|
31 |
|
|
32 |
</table> |
|
33 |
|
|
34 |
|
|
35 |
<table width=100% callspacing=0 cellpadding=0> |
|
36 |
|
|
37 |
<tr> |
|
38 |
<td align=right> |
|
39 |
<table> |
|
40 |
<tr> |
|
41 |
<th align=right>Ausgestellt am</th><td width=10> </td><td><%invdate%></td> |
|
42 |
</tr> |
|
43 |
|
|
44 |
<tr> |
|
45 |
<th align=right>Bezahlbar bis</th><td width=10> </td><td><%duedate%></td> |
|
46 |
</tr> |
|
47 |
|
|
48 |
<tr> |
|
49 |
<th align=right>Nummer</th><td> </td><td><%invnumber%></td></tr> |
|
50 |
</tr> |
|
51 |
|
|
52 |
<tr> |
|
53 |
<th align=right>Lieferdatum</th><td> </td><td><%deliverydate%></td></tr> |
|
54 |
</tr> |
|
55 |
<!-- |
|
56 |
<tr> |
|
57 |
<th align=right>Clerk:</th><td> </td><td><%username%></td> |
|
58 |
</tr> |
|
59 |
--> |
|
60 |
|
|
61 |
<tr> |
|
62 |
<td> </td> |
|
63 |
</tr> |
|
64 |
</td> |
|
65 |
</table> |
|
66 |
</tr> |
|
67 |
|
|
68 |
<tr> |
|
69 |
<td> |
|
70 |
<table width=100%> |
|
71 |
<tr bgcolor=000000> |
|
72 |
<th align=left><font color=ffffff>An:</th> |
|
73 |
<th align=left><font color=ffffff>Lieferaddresse:</th> |
|
74 |
</tr> |
|
75 |
|
|
76 |
<!-- |
|
77 |
other variables which can be use: |
|
78 |
contact, shiptocontact, shiptophone, shiptofax |
|
79 |
--> |
|
80 |
|
|
81 |
<tr> |
|
82 |
<td><%name%> |
|
83 |
<br><%street%> |
|
84 |
<br><%zipcode%> |
|
85 |
<br><%city%> |
|
86 |
<br><%country%> |
|
87 |
</td> |
|
88 |
|
|
89 |
<td><%shiptoname%> |
|
90 |
<br><%shiptostreet%> |
|
91 |
<br><%shiptozipcode%> |
|
92 |
<br><%shiptocity%> |
|
93 |
<br><%shiptocountry%> |
|
94 |
</td> |
|
95 |
</tr> |
|
96 |
</table> |
|
97 |
</td> |
|
98 |
</tr> |
|
99 |
|
|
100 |
<tr> |
|
101 |
<td> </td> |
|
102 |
</tr> |
|
103 |
|
|
104 |
<tr> |
|
105 |
<td> |
|
106 |
<table width=100%> |
|
107 |
<tr bgcolor=000000> |
|
108 |
<!-- <th align=right><font color=ffffff>No.</th> --> |
|
109 |
<th align=left><font color=ffffff>Nummer</th> |
|
110 |
<th align=left><font color=ffffff>Beschreibung</th> |
|
111 |
<th><font color=ffffff>Anz.</th> |
|
112 |
<th> </th> |
|
113 |
<th><font color=ffffff>Preis</th> |
|
114 |
<th><font color=ffffff>Rab</th> |
|
115 |
<th><font color=ffffff>Total</th> |
|
116 |
</tr> |
|
117 |
|
|
118 |
<%foreach number%> |
|
119 |
<tr valign=top> |
|
120 |
<!-- <td align=right><%runningnumber%>.</td> |
|
121 |
adjust the colspan if you include this to shift subtotal one to the right |
|
122 |
--> |
|
123 |
<td><%number%></td> |
|
124 |
<td><%description%></td> |
|
125 |
<td align=right><%qty%></td> |
|
126 |
<td><%unit%></td> |
|
127 |
<td align=right><%sellprice%></td> |
|
128 |
<td align=right><%discount%></td> |
|
129 |
<td align=right><%linetotal%></td> |
|
130 |
</tr> |
|
131 |
<%end number%> |
|
132 |
|
|
133 |
<!-- |
|
134 |
you can also use netprice instead of sellprice if you |
|
135 |
don't want to show the discount |
|
136 |
netprice = sellprice - discount |
|
137 |
--> |
|
138 |
|
|
139 |
<tr> |
|
140 |
<td colspan=7><hr noshade></td> |
|
141 |
</tr> |
|
142 |
|
|
143 |
<%if taxincluded%> |
|
144 |
<tr> |
|
145 |
<th colspan=5 align=right>Total</th> |
|
146 |
<td colspan=2 align=right><%invtotal%></td> |
|
147 |
</tr> |
|
148 |
<%end taxincluded%> |
|
149 |
<%if not taxincluded%> |
|
150 |
<tr> |
|
151 |
<th colspan=5 align=right>Zwischensumme</th> |
|
152 |
<td colspan=2 align=right><%subtotal%></td> |
|
153 |
</tr> |
|
154 |
<%end taxincluded%> |
|
155 |
|
|
156 |
<%foreach tax%> |
|
157 |
<tr> |
|
158 |
<th colspan=5 align=right><%taxdescription%> auf <%taxbase%></th> |
|
159 |
<td colspan=2 align=right><%tax%></td> |
|
160 |
</tr> |
|
161 |
<%end tax%> |
|
162 |
|
|
163 |
<%if paid%> |
|
164 |
<tr> |
|
165 |
<th colspan=5 align=right>Bezahlt</th> |
|
166 |
<td colspan=2 align=right>- <%paid%></td> |
|
167 |
</tr> |
|
168 |
<%end paid%> |
|
169 |
|
|
170 |
<tr> |
|
171 |
<td colspan=3> </td> |
|
172 |
<td colspan=4><hr noshade></td> |
|
173 |
</tr> |
|
174 |
|
|
175 |
<tr> |
|
176 |
<td colspan=3>Bezahlbar innerhalb von <b><%terms%></b> Tagen</td> |
|
177 |
<%if total%> |
|
178 |
<th colspan=2 align=right>Total</th> |
|
179 |
<th colspan=2 align=right><%total%></th> |
|
180 |
<%end total%> |
|
181 |
</tr> |
|
182 |
|
|
183 |
<tr> |
|
184 |
<td> </td> |
|
185 |
</tr> |
|
186 |
|
|
187 |
</table> |
|
188 |
</td> |
|
189 |
</tr> |
|
190 |
|
|
191 |
<tr> |
|
192 |
<td> |
|
193 |
<table width=100%> |
|
194 |
<tr valign=top> |
|
195 |
<%if notes%> |
|
196 |
<td>Bemerkungen:</td> |
|
197 |
<td><%notes%></td> |
|
198 |
<%end notes%> |
|
199 |
<td align=right> |
|
200 |
Alle Preise in <b><%currency%></b> |
|
201 |
<br><%shippingpoint%> |
|
202 |
</td> |
|
203 |
</tr> |
|
204 |
|
|
205 |
</table> |
|
206 |
</td> |
|
207 |
</tr> |
|
208 |
|
|
209 |
<tr><td> </td></tr> |
|
210 |
|
|
211 |
<tr> |
|
212 |
<td> |
|
213 |
<table width=100%> |
|
214 |
<tr valign=top> |
|
215 |
<td><font size=-3> |
|
216 |
Rechnung ist bezahlbar innerhalb von <%terms%> Tagen. |
|
217 |
Nach dem <%duedate%> werden Zinsen zu einem |
|
218 |
monatlichen Satz von 1.5% verrechnet. |
|
219 |
Waren bleiben im Besitz von <%company%> bis die Rechnung voll bezahlt ist. |
|
220 |
R?ckgaben werden mit 10% Lagergeb?hren belastet. Besch?digte Waren |
|
221 |
und Waren ohne eine R?ckgabenummer werden nicht entgegengenommen. |
|
222 |
</font> |
|
223 |
</td> |
|
224 |
<td width=150> |
|
225 |
X <hr noshade> |
|
226 |
</td> |
|
227 |
</tr> |
|
228 |
</table> |
|
229 |
</td> |
|
230 |
</tr> |
|
231 |
|
|
232 |
<%foreach tax%> |
|
233 |
<tr> |
|
234 |
<th colspan=7 align=left><font size=-2><%taxdescription%> Registration <%taxnumber%></th> |
|
235 |
</tr> |
|
236 |
<%end tax%> |
|
237 |
|
|
238 |
<%if taxincluded%> |
|
239 |
<tr> |
|
240 |
<th colspan=7 align=left><font size=-2>Steuern sind im Preis inbegriffen.</th> |
|
241 |
</tr> |
|
242 |
<%end taxincluded%> |
|
243 |
|
|
244 |
<!-- business number |
|
245 |
<tr> |
|
246 |
<th colspan=7 align=left><font size=-2>Business Number: <%businessnumber%></font></th> |
|
247 |
</tr> |
|
248 |
--> |
|
249 |
|
|
250 |
<tr> |
|
251 |
<th colspan=7 align=left> |
|
252 |
<hr> |
|
253 |
<br>Bankverbindung |
|
254 |
<br>Bank |
|
255 |
<br>Bankleitzahl |
|
256 |
<br>Konto No. |
|
257 |
</td> |
|
258 |
</tr> |
|
259 |
|
|
260 |
</table> |
|
261 |
|
|
262 |
</td> |
|
263 |
</tr> |
|
264 |
</table> |
|
265 |
|
|
266 |
</body> |
|
267 |
</html> |
|
268 |
|
templates/print/RB/pick_list.html | ||
---|---|---|
1 |
|
|
2 |
<body bgcolor=ffffff> |
|
3 |
|
|
4 |
<table width=100%> |
|
5 |
<tr> |
|
6 |
<td width=10> </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> </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%> </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> </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%> </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%> </td> |
|
105 |
|
|
106 |
<%if warehouse%> |
|
107 |
<td><%warehouse%> </td> |
|
108 |
<%end warehouse%> |
|
109 |
|
|
110 |
<td><%shippingpoint%> </td> |
|
111 |
<td><%shipvia%> </td> |
|
112 |
</tr> |
|
113 |
</table> |
|
114 |
</td> |
|
115 |
</tr> |
|
116 |
|
|
117 |
<tr> |
|
118 |
<td> </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> </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>[ ]</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> </td> |
|
149 |
|
|
150 |
<td><hr noshade></td> |
|
151 |
</tr> |
|
152 |
|
|
153 |
</table> |
|
154 |
|
templates/print/RB/purchase_order.html | ||
---|---|---|
1 |
|
|
2 |
<body bgcolor=ffffff> |
|
3 |
|
|
4 |
<table width=100%> |
|
5 |
<tr valign=bottom> |
|
6 |
<td width=10> </td> |
|
7 |
<td> |
|
8 |
|
|
9 |
<table width=100%> |
|
10 |
<tr> |
|
11 |
<td> |
|
12 |
<h4> |
|
13 |
<%company%> |
|
14 |
<br><%address%> |
|
15 |
</h4> |
|
16 |
</td> |
|
17 |
|
|
18 |
<td align=right> |
|
19 |
<h4> |
|
20 |
Telefon <%tel%> |
|
21 |
<br>Telefax <%fax%> |
|
22 |
</h4> |
|
23 |
</td> |
|
24 |
</tr> |
|
25 |
|
|
26 |
<tr> |
|
27 |
<th colspan=3> |
|
28 |
<h4>B E S T E L L U N G</h4> |
|
29 |
</th> |
|
30 |
</tr> |
|
31 |
|
|
32 |
</table> |
|
33 |
|
|
34 |
|
|
35 |
<table width=100% callspacing=0 cellpadding=0> |
|
36 |
|
|
37 |
<tr> |
|
38 |
<td align=right> |
|
39 |
<table> |
|
40 |
<tr> |
|
41 |
<th align=right>Bestellungsdatum</th><td width=10> </td><td><%orddate%></td> |
|
42 |
</tr> |
|
43 |
|
|
44 |
<tr> |
|
45 |
<th align=right>Lieferbar bis</th><td width=10> </td><td><%reqdate%></td> |
|
46 |
</tr> |
|
47 |
|
|
48 |
<tr> |
|
49 |
<th align=right>Bestellnummer</th><td> </td><td><%ordnumber%></td></tr> |
|
50 |
</tr> |
|
51 |
|
|
52 |
<tr> |
|
53 |
<td> </td> |
|
54 |
</tr> |
|
55 |
</td> |
|
56 |
</table> |
|
57 |
</tr> |
|
58 |
|
|
59 |
<tr> |
|
60 |
<td> |
|
61 |
<table width=100%> |
|
62 |
<tr bgcolor=000000> |
|
63 |
<th align=left><font color=ffffff>An:</th> |
|
64 |
</tr> |
|
65 |
|
|
66 |
<tr> |
|
67 |
<td><%name%> |
|
68 |
<br><%street%> |
|
69 |
<br><%zipcode%> |
|
70 |
<br><%city%> |
|
71 |
<br><%country%> |
|
72 |
</td> |
|
73 |
</tr> |
|
74 |
</table> |
|
75 |
</td> |
|
76 |
</tr> |
|
77 |
|
|
78 |
<tr> |
|
79 |
<td> </td> |
|
80 |
</tr> |
|
81 |
|
|
82 |
<tr> |
|
83 |
<td> |
|
84 |
<table width=100%> |
|
85 |
<tr bgcolor=000000> |
|
86 |
<!-- <th align=right><font color=ffffff>No.</th> --> |
|
87 |
<th align=left><font color=ffffff>Nummer</th> |
|
88 |
<th align=left><font color=ffffff>Artikel</th> |
|
89 |
<th><font color=ffffff>Anz</th> |
|
90 |
<th> </th> |
|
91 |
<th><font color=ffffff>Preis</th> |
|
92 |
<th><font color=ffffff>Total</th> |
|
93 |
</tr> |
|
94 |
|
|
95 |
<%foreach number%> |
|
96 |
<tr valign=top> |
|
97 |
<!-- <td align=right><%runningnumber%>.</td> |
|
98 |
adjust the colspan if you include this to shift subtotal one to the right |
|
99 |
--> |
|
100 |
<td><%number%></td> |
|
101 |
<td><%description%></td> |
|
102 |
<td align=right><%qty%></td> |
|
103 |
<td><%unit%></td> |
|
104 |
<td align=right><%sellprice%></td> |
|
105 |
<td align=right><%linetotal%></td> |
|
106 |
</tr> |
|
107 |
<%end number%> |
|
108 |
|
|
109 |
<tr> |
|
110 |
<td colspan=6><hr noshade></td> |
|
111 |
</tr> |
|
112 |
|
|
113 |
<tr> |
|
114 |
<th colspan=4 align=right>Zwischensumme</th> |
|
115 |
<td colspan=2 align=right><%subtotal%></td> |
|
116 |
</tr> |
|
117 |
|
|
118 |
<%foreach tax%> |
|
119 |
<tr> |
|
120 |
<th colspan=4 align=right><%taxdescription%> @ <%taxrate%> %</th> |
|
121 |
<td colspan=2 align=right><%tax%></td> |
|
122 |
</tr> |
|
123 |
<%end tax%> |
|
124 |
|
|
125 |
<tr> |
|
126 |
<td colspan=2> </td> |
|
127 |
<td colspan=4><hr noshade></td> |
|
128 |
</tr> |
|
129 |
|
|
130 |
<tr> |
|
131 |
<td colspan=2>Netto <b><%terms%></b> Tage</td> |
|
132 |
<th colspan=2 align=right>Total</th> |
|
133 |
<th colspan=2 align=right><%total%></th> |
|
134 |
</tr> |
|
135 |
|
|
136 |
<tr> |
|
137 |
<td> </td> |
|
138 |
</tr> |
|
139 |
|
|
140 |
</table> |
|
141 |
</td> |
|
142 |
</tr> |
|
143 |
|
|
144 |
<tr> |
|
145 |
<td> |
|
146 |
<table width=100%> |
|
147 |
<tr valign=top> |
|
148 |
<%if notes%> |
|
149 |
<td>Bemerkungen</td> |
|
150 |
<td><%notes%></td> |
|
151 |
<%end notes%> |
|
152 |
<td align=right> |
|
153 |
Alle Preise in <b><%currency%></b> |
|
154 |
<br><%shippingpoint%> |
|
155 |
</td> |
|
156 |
</tr> |
|
157 |
|
|
158 |
</table> |
|
159 |
</td> |
|
160 |
</tr> |
|
161 |
|
|
162 |
<tr><td> </td></tr> |
|
163 |
|
|
164 |
<tr> |
|
165 |
<td> |
|
166 |
<table width=100%> |
|
167 |
<tr valign=top> |
|
168 |
<td><font size=-3> |
|
169 |
|
|
170 |
</font> |
|
171 |
</td> |
|
172 |
<td width=150> |
|
173 |
X <hr noshade> |
|
174 |
</td> |
|
175 |
</tr> |
|
176 |
</table> |
|
177 |
</td> |
|
178 |
</tr> |
|
179 |
|
|
180 |
</table> |
|
181 |
|
|
182 |
</td> |
|
183 |
</tr> |
|
184 |
</table> |
|
185 |
|
|
186 |
</body> |
|
187 |
</html> |
|
188 |
|
templates/print/RB/request_quotation.html | ||
---|---|---|
1 |
|
|
2 |
<body bgcolor=ffffff> |
|
3 |
|
|
4 |
<table width=100%> |
|
5 |
<tr valign=bottom> |
|
6 |
<td width=10> </td> |
|
7 |
<td> |
|
8 |
|
|
9 |
<table width=100%> |
|
10 |
<tr> |
|
11 |
<td> |
|
12 |
<h4> |
|
13 |
<%company%> |
|
14 |
<br><%address%> |
|
15 |
</h4> |
|
16 |
</td> |
|
17 |
|
|
18 |
<td><img src=http://localhost/lx-erp/lx-office-erp.png border=0 width=64 height=58> |
|
19 |
</td> |
|
20 |
|
|
21 |
<td align=right> |
|
22 |
<h4> |
|
23 |
Tel: <%tel%> |
|
24 |
<br>Fax: <%fax%> |
|
25 |
</h4> |
|
26 |
</td> |
|
27 |
</tr> |
|
28 |
|
|
29 |
<tr> |
|
30 |
<th colspan=3> |
|
31 |
<h4>A N F R A G E</h4> |
|
32 |
</th> |
|
33 |
</tr> |
|
34 |
|
|
35 |
</table> |
|
36 |
|
|
37 |
|
|
38 |
<table width=100% callspacing=0 cellpadding=0> |
|
39 |
|
|
40 |
<tr> |
|
41 |
<td> |
|
42 |
<table width=100%> |
|
43 |
<tr bgcolor=000000> |
|
44 |
<th align=left width=50%><font color=ffffff>Rechnungsanschrift:</th> |
|
45 |
<th align=left width=50%><font color=ffffff>Lieferanschrift:</th> |
|
46 |
</tr> |
|
47 |
|
|
48 |
<tr valign=top> |
|
49 |
<td><%name%> |
|
50 |
<br><%street%> |
|
51 |
<br><%zipcode%> |
|
52 |
<br><%city%> |
|
53 |
<br><%country%> |
|
54 |
<br> |
|
55 |
<%if contact%> |
|
56 |
<br>Kontakt: <%contact%> |
|
57 |
<%end contact%> |
|
58 |
<%if vendorphone%> |
|
59 |
<br>Tel: <%vendorphone%> |
|
60 |
<%end vendorphone%> |
|
61 |
<%if vendorfax%> |
|
62 |
<br>Fax: <%vendorfax%> |
|
63 |
<%end vendorfax%> |
|
64 |
</td> |
|
65 |
|
|
66 |
<td><%shiptoname%> |
|
67 |
<br><%shiptostreet%> |
|
68 |
<br><%shiptozipcode%> |
|
69 |
<br><%shiptocity%> |
|
70 |
<br><%shiptocountry%> |
|
71 |
<br> |
|
72 |
<%if shiptocontact%> |
|
73 |
<br>Kontakt: <%shiptocontact%> |
|
74 |
<%end shiptocontact%> |
|
75 |
<%if shiptophone%> |
|
76 |
<br>Tel: <%shiptophone%> |
|
77 |
<%end shiptophone%> |
|
78 |
<%if shiptofax%> |
|
79 |
<br>Fax: <%shiptofax%> |
|
80 |
<%end shiptofax%> |
|
81 |
</tr> |
|
82 |
</table> |
|
83 |
</td> |
|
84 |
</tr> |
|
85 |
|
|
86 |
<tr><td> </td></tr> |
|
87 |
|
|
88 |
<tr> |
|
89 |
<td colspan=2> |
|
90 |
<table width=100% border=1> |
|
91 |
<tr> |
|
92 |
<th width=17% align=left>AnfrageNr. #</th> |
|
93 |
<th width=17% align=left>Datum</th> |
|
94 |
<th width=17% align=left>Erforderlich am</th> |
|
95 |
<th width=17% align=left>Kontakt</th> |
|
96 |
<th width=17% align=left>Lagerplatz</th> |
|
97 |
<th width=15% align=left>Versand mit:</th> |
|
98 |
</tr> |
|
99 |
|
|
100 |
<tr> |
|
101 |
<td><%quonumber%></td> |
|
102 |
<td><%quodate%></td> |
|
103 |
<td><%reqdate%></td> |
|
104 |
<td><%employee%></td> |
|
105 |
<td><%shippingpoint%></td> |
|
106 |
<td><%shipvia%></td> |
|
107 |
</tr> |
|
108 |
</table> |
|
109 |
</td> |
|
110 |
</tr> |
|
111 |
|
|
112 |
<tr height="10"></tr> |
|
113 |
|
|
114 |
<tr> |
|
115 |
<td>Bitte teilen Sie uns Preise und Lieferzeit f?r folgende Artikel mit:</td> |
|
116 |
</tr> |
|
117 |
|
|
118 |
<tr height="10"></tr> |
|
119 |
|
|
120 |
<tr> |
|
121 |
<td> |
|
122 |
<table width=100%> |
|
123 |
<tr> |
|
124 |
<!-- <th align=right>No.</th> --> |
|
125 |
<th align=left>ArtNr.</th> |
|
126 |
<th align=left>Beschreibung</th> |
|
127 |
<th>Menge</th> |
|
128 |
<th> </th> |
|
129 |
<th>Lieferung</th> |
|
130 |
<th>St?ckpreis</th> |
|
131 |
<th>Gesamtpreis</th> |
|
132 |
</tr> |
|
133 |
|
|
134 |
<%foreach number%> |
|
135 |
<tr valign=top> |
|
136 |
<!-- <td align=right><%runningnumber%>.</td> |
|
137 |
other per line item variables available <%reqdate%> |
|
138 |
adjust the colspan if you include this to shift subtotal one to the right |
|
139 |
--> |
|
140 |
<td><%number%></td> |
|
141 |
<td><%description%></td> |
|
142 |
<td align=right><%qty%></td> |
|
143 |
<td><%unit%></td> |
|
144 |
|
|
145 |
</tr> |
|
146 |
<%end number%> |
|
147 |
|
|
148 |
<tr> |
|
149 |
<td colspan=7><hr noshade></td> |
|
150 |
</tr> |
|
151 |
|
|
152 |
</table> |
|
153 |
</td> |
|
154 |
</tr> |
|
155 |
|
|
156 |
<tr> |
|
157 |
<td> |
|
158 |
<table width=100%> |
|
159 |
<%if notes%> |
|
160 |
<tr valign=top> |
|
161 |
<td>Bemerkungen</td> |
|
162 |
<td><%notes%></td> |
|
163 |
</tr> |
|
164 |
<%end notes%> |
|
165 |
|
|
166 |
</table> |
|
167 |
</td> |
|
168 |
</tr> |
|
169 |
|
|
170 |
<tr><td> </td></tr> |
|
171 |
|
|
172 |
<tr> |
|
173 |
<td> |
|
174 |
<table width=100%> |
|
175 |
<tr valign=top> |
|
176 |
<td width=70%> </td> |
|
177 |
|
|
178 |
<td width=30%> |
|
179 |
X <hr noshade> |
|
180 |
</td> |
|
181 |
</tr> |
|
182 |
</table> |
|
183 |
</td> |
|
184 |
</tr> |
|
185 |
|
|
186 |
</table> |
|
187 |
|
|
188 |
</td> |
|
189 |
</tr> |
|
190 |
</table> |
|
191 |
|
|
192 |
</body> |
|
193 |
</html> |
|
194 |
|
templates/print/RB/sales_order.html | ||
---|---|---|
1 |
|
|
2 |
<body bgcolor=ffffff> |
|
3 |
|
|
4 |
<table width=100%> |
|
5 |
<tr valign=bottom> |
|
6 |
<td width=10> </td> |
|
7 |
<td> |
|
8 |
|
|
9 |
<table width=100%> |
|
10 |
<tr> |
|
11 |
<td> |
|
12 |
<h4> |
|
13 |
<%company%> |
|
14 |
<br><%address%> |
|
15 |
</h4> |
|
16 |
</td> |
|
17 |
|
|
18 |
<td align=right> |
|
19 |
<h4> |
|
20 |
Telefon <%tel%> |
|
21 |
<br>Telefax <%fax%> |
|
22 |
</h4> |
|
23 |
</td> |
|
24 |
</tr> |
|
25 |
|
|
26 |
<tr> |
|
27 |
<th colspan=3> |
|
28 |
<h4>B E S T E L L U N G</h4> |
|
29 |
</th> |
|
30 |
</tr> |
|
31 |
|
|
32 |
</table> |
|
33 |
|
|
34 |
|
|
35 |
<table width=100% callspacing=0 cellpadding=0> |
|
36 |
|
|
37 |
<tr> |
|
38 |
<td align=right> |
|
39 |
<table> |
|
40 |
<tr> |
|
41 |
<th align=right>Bestelldatum</th><td width=10> </td><td><%orddate%></td> |
|
42 |
</tr> |
|
43 |
|
|
44 |
<tr> |
|
45 |
<th align=right>Lieferbar bei</th><td width=10> </td><td><%reqdate%></td> |
|
46 |
</tr> |
|
47 |
|
|
48 |
<tr> |
|
49 |
<th align=right>Bestellnummer</th><td> </td><td><%ordnumber%></td></tr> |
|
50 |
</tr> |
|
51 |
|
|
52 |
<tr> |
|
53 |
<td> </td> |
|
54 |
</tr> |
|
55 |
</td> |
|
56 |
</table> |
|
57 |
</tr> |
|
58 |
|
|
59 |
<tr> |
|
60 |
<td> |
|
61 |
<table width=100%> |
|
62 |
<tr bgcolor=000000> |
|
63 |
<th align=left><font color=ffffff>Verrechnet An:</th> |
|
64 |
<th align=left><font color=ffffff>Lieferaddresse:</th> |
|
65 |
</tr> |
|
66 |
|
|
67 |
<tr> |
|
68 |
<td><%name%> |
|
69 |
<br><%street%> |
|
70 |
<br><%zipcode%> |
|
71 |
<br><%city%> |
|
72 |
<br><%country%> |
|
73 |
</td> |
|
74 |
|
|
75 |
<td><%shiptoname%> |
|
76 |
<br><%shiptostreet%> |
|
77 |
<br><%shiptozipcode%> |
|
78 |
<br><%shiptocity%> |
|
79 |
<br><%shiptocountry%> |
|
80 |
</td> |
|
81 |
</tr> |
|
82 |
</table> |
|
83 |
</td> |
|
84 |
</tr> |
|
85 |
|
|
86 |
<tr> |
|
87 |
<td> </td> |
|
88 |
</tr> |
|
89 |
|
|
90 |
<tr> |
|
91 |
<td> |
|
92 |
<table width=100%> |
|
93 |
<tr bgcolor=000000> |
|
94 |
<!-- <th align=right><font color=ffffff>No.</th> --> |
|
95 |
<th align=left><font color=ffffff>Nummer</th> |
|
96 |
<th align=left><font color=ffffff>Artikel</th> |
|
97 |
<th><font color=ffffff>Anz</th> |
|
98 |
<th> </th> |
|
99 |
<th><font color=ffffff>Preis</th> |
|
100 |
<th><font color=ffffff>Rab</th> |
|
101 |
<th><font color=ffffff>Total</th> |
|
102 |
</tr> |
|
103 |
|
|
104 |
<%foreach number%> |
|
105 |
<tr valign=top> |
|
106 |
<!-- <td align=right><%runningnumber%>.</td> |
|
107 |
adjust the colspan if you include this to shift subtotal one to the right |
|
108 |
--> |
|
109 |
<td><%number%></td> |
|
110 |
<td><%description%></td> |
|
111 |
<td align=right><%qty%></td> |
|
112 |
<td><%unit%></td> |
|
113 |
<td align=right><%sellprice%></td> |
|
114 |
<td align=right><%discount%></td> |
|
115 |
<td align=right><%linetotal%></td> |
|
116 |
</tr> |
|
117 |
<%end number%> |
|
118 |
|
|
119 |
<tr> |
|
120 |
<td colspan=7><hr noshade></td> |
|
121 |
</tr> |
|
122 |
|
|
123 |
<%if taxincluded%> |
|
124 |
<tr> |
|
125 |
<th colspan=5 align=right>Total</th> |
|
126 |
<td colspan=2 align=right><%ordtotal%></td> |
|
127 |
</tr> |
|
128 |
<%end taxincluded%> |
|
129 |
|
|
130 |
<%if not taxincluded%> |
|
131 |
<tr> |
|
132 |
<th colspan=5 align=right>Zwischensumme</th> |
|
133 |
<td colspan=2 align=right><%subtotal%></td> |
|
134 |
</tr> |
|
135 |
<%end taxincluded%> |
|
136 |
|
|
137 |
<%foreach tax%> |
|
138 |
<tr> |
|
139 |
<th colspan=5 align=right><%taxdescription%> auf <%taxbase%> @ <%taxrate%> %</th> |
|
140 |
<td colspan=2 align=right><%tax%></td> |
|
141 |
</tr> |
|
142 |
<%end tax%> |
|
143 |
|
|
144 |
<tr> |
|
145 |
<td colspan=2> </td> |
|
146 |
<td colspan=5><hr noshade></td> |
|
147 |
</tr> |
|
148 |
|
|
149 |
<tr> |
|
150 |
<td colspan=3>Netto <b><%terms%></b> Tage</td> |
|
151 |
<th colspan=2 align=right>Total</th> |
|
152 |
<th colspan=2 align=right><%ordtotal%></th> |
|
153 |
</tr> |
|
154 |
<%if taxincluded%> |
|
155 |
<tr> |
|
156 |
<td colspan=3>Steuern sind im Preis inbegriffen</td> |
|
157 |
</tr> |
|
158 |
<%end taxincluded%> |
|
159 |
|
|
160 |
<tr> |
|
161 |
<td> </td> |
|
162 |
</tr> |
|
163 |
|
|
164 |
</table> |
|
165 |
</td> |
|
166 |
</tr> |
|
167 |
|
|
168 |
<tr> |
|
169 |
<td> |
|
170 |
<table width=100%> |
|
171 |
<tr valign=top> |
|
172 |
<%if notes%> |
|
173 |
<td>Bemerkungen</td> |
|
174 |
<td><%notes%></td> |
|
175 |
<%end notes%> |
|
176 |
<td align=right> |
|
177 |
Alle Preise in <b><%currency%></b> |
|
178 |
<br><%shippingpoint%> |
|
179 |
</td> |
|
180 |
</tr> |
|
181 |
|
|
182 |
</table> |
|
183 |
</td> |
|
184 |
</tr> |
|
185 |
|
|
186 |
<tr><td> </td></tr> |
|
187 |
|
|
188 |
<tr> |
|
189 |
<td> |
|
190 |
<table width=100%> |
|
191 |
<tr valign=top> |
|
192 |
<td><font size=-3> |
|
193 |
Spezialprodukte werden nicht zur?ckgenommen. F?r alle anderen Waren |
|
194 |
wird eine 10% Stornogeb?hr verrechnet. |
|
195 |
</font> |
|
196 |
</td> |
|
197 |
<td width=150> |
|
198 |
X <hr noshade> |
|
199 |
</td> |
|
200 |
</tr> |
|
201 |
</table> |
|
202 |
</td> |
|
203 |
</tr> |
|
204 |
|
|
205 |
</table> |
|
206 |
|
|
207 |
</td> |
|
208 |
</tr> |
|
209 |
</table> |
|
210 |
|
|
211 |
</body> |
|
212 |
</html> |
|
213 |
|
templates/print/RB/sales_quotation.html | ||
---|---|---|
1 |
|
|
2 |
<body bgcolor=ffffff> |
|
3 |
|
|
4 |
<table width=100%> |
|
5 |
<tr valign=bottom> |
|
6 |
<td width=10> </td> |
|
7 |
<td> |
|
8 |
|
|
9 |
<table width=100%> |
|
10 |
<tr valign=top> |
|
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><td colspan=3> </td></tr> |
|
29 |
|
|
30 |
<tr> |
|
31 |
<th colspan=3> |
|
32 |
<h4>A N G E B O T</h4> |
|
33 |
</th> |
|
34 |
</tr> |
|
35 |
|
|
36 |
</table> |
|
37 |
|
|
38 |
<table width=100% callspacing=0 cellpadding=0> |
|
39 |
|
|
40 |
<tr> |
|
41 |
<td> |
|
42 |
<table width=100%> |
|
43 |
|
|
44 |
<tr valign=top> |
|
45 |
<td><%name%> |
|
46 |
<br><%street%> |
|
47 |
<br><%zipcode%> |
|
48 |
<br><%city%> |
|
49 |
<br><%country%> |
|
50 |
<br> |
|
51 |
<%if contact%> |
|
52 |
<br>Kontakt: <%contact%> |
|
53 |
<%end contact%> |
|
54 |
|
|
55 |
<%if customerphone%> |
|
56 |
<br>Tel: <%customerphone%> |
|
57 |
<%end customerphone%> |
|
58 |
|
|
59 |
<%if customerfax%> |
|
60 |
<br>Fax: <%customerfax%> |
|
61 |
<%end customerfax%> |
|
62 |
|
|
63 |
<%if email%> |
|
64 |
<br><%email%> |
|
65 |
<%end email%> |
|
66 |
</td> |
|
67 |
|
|
68 |
</tr> |
|
69 |
</table> |
|
70 |
</td> |
|
71 |
</tr> |
|
72 |
|
|
73 |
<tr><td> </td></tr> |
|
74 |
|
|
75 |
<tr> |
|
76 |
<td colspan=2> |
|
77 |
<table width=100% border=1> |
|
78 |
<tr> |
|
79 |
<th width=17% align=left nowrap>Nummer</th> |
|
80 |
<th width=17% align=left>Datum</th> |
|
81 |
<th width=17% align=left>G?ltig bis</th> |
|
82 |
<th width=17% align=left nowrap>Kontakt</th> |
|
83 |
<th width=17% align=left nowrap>Lagerplatz</th> |
|
84 |
<th width=15% align=left nowrap>Lieferung mit</th> |
|
85 |
</tr> |
|
86 |
|
|
87 |
<tr> |
|
88 |
<td><%quonumber%></td> |
|
89 |
<td><%quodate%></td> |
|
90 |
<td><%reqdate%></td> |
|
91 |
<td><%employee%></td> |
|
92 |
<td><%shippingpoint%></td> |
|
93 |
<td><%shipvia%></td> |
|
94 |
</tr> |
|
95 |
</table> |
|
96 |
</td> |
|
97 |
</tr> |
|
98 |
|
|
99 |
<tr> |
|
100 |
<td> </td> |
|
101 |
</tr> |
|
102 |
|
|
103 |
<tr> |
|
104 |
<td> |
|
105 |
<table width=100%> |
|
106 |
<tr bgcolor=000000> |
|
107 |
<th align=right><font color=ffffff>Nr.</th> |
|
108 |
<th align=left><font color=ffffff>Artikelnummer</th> |
|
109 |
<th align=left><font color=ffffff>Beschreibung</th> |
|
110 |
<th><font color=ffffff>Menge</th> |
|
111 |
<th> </th> |
|
112 |
<th><font color=ffffff>Preis</th> |
|
113 |
<th><font color=ffffff>Rabatt</th> |
|
114 |
<th><font color=ffffff>Gesamtpreis</th> |
|
115 |
</tr> |
|
116 |
|
|
117 |
<%foreach number%> |
|
118 |
<tr valign=top> |
|
119 |
<td align=right><%runningnumber%></td> |
|
120 |
|
|
121 |
<td><%number%></td> |
|
122 |
<td><%description%></td> |
|
123 |
<td align=right><%qty%></td> |
|
124 |
<td><%unit%></td> |
|
125 |
<td align=right><%sellprice%></td> |
|
126 |
<td align=right><%discount%></td> |
|
127 |
<td align=right><%linetotal%></td> |
|
128 |
</tr> |
|
129 |
<%end number%> |
|
130 |
|
|
131 |
<tr> |
|
132 |
<td colspan=8><hr noshade></td> |
|
133 |
</tr> |
|
134 |
|
|
135 |
<tr> |
|
136 |
<%if taxincluded%> |
|
137 |
<th colspan=6 align=right>Gesamtbetrag netto</th> |
|
138 |
<td colspan=2 align=right><%invtotal%></td> |
|
139 |
<%end taxincluded%> |
|
140 |
|
|
141 |
<%if not taxincluded%> |
|
142 |
<th colspan=6 align=right>Zwischensumme</th> |
|
143 |
<td colspan=2 align=right><%subtotal%></td> |
|
144 |
<%end taxincluded%> |
|
145 |
</tr> |
|
146 |
|
|
147 |
<%foreach tax%> |
|
148 |
<tr> |
|
149 |
<th colspan=6 align=right><%taxdescription%> von <%taxbase%> @ <%taxrate%> %</th> |
|
150 |
<td colspan=2 align=right><%tax%></td> |
|
151 |
</tr> |
|
152 |
<%end tax%> |
|
153 |
|
|
154 |
<tr> |
|
155 |
<td colspan=4> </td> |
|
156 |
<td colspan=4><hr noshade></td> |
|
157 |
</tr> |
|
158 |
|
|
159 |
<tr> |
|
160 |
<td colspan=4> |
|
161 |
<%if terms%> |
|
162 |
Zahlungsziel <b><%terms%></b> Tage |
|
163 |
<%end terms%> |
|
164 |
</td> |
|
165 |
<th colspan=2 align=right>Gesamtbetrag brutto</th> |
|
166 |
<th colspan=2 align=right><%quototal%></th> |
|
167 |
</tr> |
|
168 |
|
|
169 |
<tr> |
|
170 |
<td> </td> |
|
171 |
</tr> |
|
172 |
|
|
173 |
</table> |
|
174 |
</td> |
|
175 |
</tr> |
|
176 |
|
|
177 |
<tr> |
|
178 |
<td> |
|
179 |
<table width=100%> |
|
180 |
<tr valign=top> |
|
181 |
<%if notes%> |
|
182 |
<td>Bemerkungen</td> |
|
183 |
<td><%notes%></td> |
|
184 |
<%end notes%> |
|
185 |
<td align=right> |
|
186 |
Alle Preise in <b><%currency%></b> Euro |
|
187 |
</td> |
|
188 |
</tr> |
|
189 |
|
|
190 |
</table> |
|
191 |
</td> |
|
192 |
</tr> |
|
193 |
|
|
194 |
<tr><td> </td></tr> |
|
195 |
|
|
196 |
<tr> |
|
197 |
<td> |
|
198 |
<table width=100%> |
|
199 |
<tr valign=top> |
|
200 |
<td width=60%><font size=-3> |
|
201 |
Spezialanfertigungen k?nnen nicht zur?ckgenommen werden. |
|
202 |
</font> |
|
203 |
</td> |
|
204 |
<td width=40%> |
|
205 |
X <hr noshade> |
|
206 |
</td> |
|
207 |
</tr> |
|
208 |
</table> |
|
209 |
</td> |
|
210 |
</tr> |
|
211 |
|
|
212 |
</table> |
|
213 |
|
|
214 |
</td> |
|
215 |
</tr> |
|
216 |
</table> |
|
217 |
|
|
218 |
</body> |
|
219 |
</html> |
|
220 |
|
|
221 |
|
Auch abrufbar als: Unified diff
RB Druckvorlagen
fehlende html und odt Vorlagen aus German hinzukopiert.