Revision ed3bf4aa
Von Rolf Fluehmann vor mehr als 8 Jahren hinzugefügt
templates/print/RB/invoice.html | ||
---|---|---|
5 | 5 |
<tr valign=bottom> |
6 | 6 |
<td width=10> </td> |
7 | 7 |
<td> |
8 |
|
|
8 |
|
|
9 | 9 |
<table width=100%> |
10 | 10 |
<tr> |
11 | 11 |
<td> |
... | ... | |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
<table width=100% callspacing=0 cellpadding=0> |
36 |
|
|
36 |
|
|
37 | 37 |
<tr> |
38 | 38 |
<td align=right> |
39 | 39 |
<table> |
40 | 40 |
<tr> |
41 | 41 |
<th align=right>Ausgestellt am</th><td width=10> </td><td><%invdate%></td> |
42 | 42 |
</tr> |
43 |
|
|
43 |
|
|
44 | 44 |
<tr> |
45 | 45 |
<th align=right>Bezahlbar bis</th><td width=10> </td><td><%duedate%></td> |
46 | 46 |
</tr> |
... | ... | |
48 | 48 |
<tr> |
49 | 49 |
<th align=right>Nummer</th><td> </td><td><%invnumber%></td></tr> |
50 | 50 |
</tr> |
51 |
|
|
51 |
|
|
52 | 52 |
<tr> |
53 | 53 |
<th align=right>Lieferdatum</th><td> </td><td><%deliverydate%></td></tr> |
54 | 54 |
</tr> |
... | ... | |
85 | 85 |
<br><%city%> |
86 | 86 |
<br><%country%> |
87 | 87 |
</td> |
88 |
|
|
88 |
|
|
89 | 89 |
<td><%shiptoname%> |
90 | 90 |
<br><%shiptostreet%> |
91 | 91 |
<br><%shiptozipcode%> |
... | ... | |
100 | 100 |
<tr> |
101 | 101 |
<td> </td> |
102 | 102 |
</tr> |
103 |
|
|
103 |
|
|
104 | 104 |
<tr> |
105 | 105 |
<td> |
106 | 106 |
<table width=100%> |
... | ... | |
139 | 139 |
<tr> |
140 | 140 |
<td colspan=7><hr noshade></td> |
141 | 141 |
</tr> |
142 |
|
|
142 |
|
|
143 | 143 |
<%if taxincluded%> |
144 | 144 |
<tr> |
145 | 145 |
<th colspan=5 align=right>Total</th> |
... | ... | |
160 | 160 |
</tr> |
161 | 161 |
<%end tax%> |
162 | 162 |
|
163 |
<%if rounding%> |
|
164 |
<tr> |
|
165 |
<th colspan=5 align=right>Rundung</th> |
|
166 |
<td colspan=2 align=right><%rounding%></td> |
|
167 |
</tr> |
|
168 |
<%end rounding%> |
|
169 |
|
|
163 | 170 |
<%if paid%> |
164 | 171 |
<tr> |
165 | 172 |
<th colspan=5 align=right>Bezahlt</th> |
... | ... | |
207 | 214 |
</tr> |
208 | 215 |
|
209 | 216 |
<tr><td> </td></tr> |
210 |
|
|
217 |
|
|
211 | 218 |
<tr> |
212 | 219 |
<td> |
213 | 220 |
<table width=100%> |
Auch abrufbar als: Unified diff
added roundings on prints