Revision acbb397a
Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt
templates/design40_webpages/dunning/show_invoices.html | ||
---|---|---|
23 | 23 |
<caption>[% LxERP.t8("Overdue invoices") %]</caption> |
24 | 24 |
<thead> |
25 | 25 |
<th colspan="2">[% 'Current / Next Level' | $T8 %]</th> |
26 |
<th>[% 'Payment description' | $T8 %]</th> |
|
26 | 27 |
<th class="center"> |
27 | 28 |
<label for="selectall_active">[% 'Active?' | $T8 %]</label> |
28 | 29 |
[% L.checkbox_tag('selectall_active', checkall='INPUT[name*=active_]', checked=all_active) %] |
... | ... | |
68 | 69 |
[% FOREACH cfg_row = row.DUNNING_CONFIG %]<option value="[% HTML.escape(cfg_row.id) %]" [% IF cfg_row.SELECTED %]selected[% END %]>[% HTML.escape(cfg_row.dunning_description) %]</option>[% END %] |
69 | 70 |
</select> |
70 | 71 |
</td> |
72 |
<td>[% HTML.escape(row.payment_term) %]</td> |
|
71 | 73 |
<td class="center"><input type="checkbox" name="active_[% loop.count %]" value="1" [% IF row.active %]checked[% END %]></td> |
72 |
<td class="center"><input type="checkbox" name="email_[% loop.count %]" value="1" [% IF row.email %]checked[% END %]></td>
|
|
74 |
<td class="center"><input type="checkbox" name="email_[% loop.count %]" value="1" [% IF row.email && row.cv_email %]checked[% END %]>[% HTML.escape(row.cv_email) %]</td>
|
|
73 | 75 |
<td class="center"><input type="checkbox" name="include_invoice_[% loop.count %]" value="1" [% IF row.print_original_invoice %]checked[% END %]></td> |
74 | 76 |
<td><input type="hidden" name="customername_[% loop.count %]" size="6" value="[% HTML.escape(row.customername) %]">[% HTML.escape(row.customername) %]</td> |
75 | 77 |
<td><input type="hidden" name="department_[% loop.count %]" size="6" value="[% HTML.escape(row.departmentname) %]">[% HTML.escape(row.departmentname) %]</td> |
Auch abrufbar als: Unified diff
design40: Mahnungen erzeugen: Felder aktualisiert