Revision 429593d0
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
- ID 429593d00b33a76a53e5ad6e96330e5fe5fe89ca
- Vorgänger fe70b1f3
templates/webpages/ct/search.html | ||
---|---|---|
79 | 79 |
<td>[% L.select_tag('payment_id', ALL_PAYMENT_TERMS, with_empty=1, title_key='description', with_empty=1) %]</td> |
80 | 80 |
</tr> |
81 | 81 |
|
82 |
<tr> |
|
83 |
<th align="right">[% 'Tax rate' | $T8 %]</th> |
|
84 |
<td>[% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description') %]</td> |
|
85 |
</tr> |
|
86 |
|
|
82 | 87 |
[% IF IS_CUSTOMER %] |
83 | 88 |
<tr> |
84 | 89 |
<th align="right" nowrap>[% LxERP.t8("Factur-X/ZUGFeRD settings") %]</th> |
... | ... | |
218 | 223 |
<input name="l_payment" id="l_payment" type="checkbox" class="checkbox" value="Y"> |
219 | 224 |
<label for="l_payment">[% 'Payment Terms' | $T8 %]</label> |
220 | 225 |
</td> |
226 |
<td> |
|
227 |
<input name="l_taxzone" id="l_taxzone" type="checkbox" class="checkbox" value="Y"> |
|
228 |
<label for="l_taxzone">[% 'Tax rate' | $T8 %]</label> |
|
229 |
</td> |
|
221 | 230 |
<td> |
222 | 231 |
<input name="l_insertdate" id="l_insertdate" class="checkbox" type="checkbox" value="Y"> |
223 | 232 |
<label for="l_insertdate">[% 'Insert Date' | $T8 %]</label> |
Auch abrufbar als: Unified diff
Kunden/Lieferanten-Bericht: nach Steuerrate filtern und anzeigen