Revision e4746538
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
templates/design40_webpages/dunning/show_invoices.html | ||
---|---|---|
39 | 39 |
<th>[% 'Customername' | $T8 %]</th> |
40 | 40 |
<th>[% 'Department' | $T8 %]</th> |
41 | 41 |
<th>[% 'Language' | $T8 %]</th> |
42 |
<th>[% 'Type' | $T8 %]</th> |
|
42 | 43 |
<th>[% 'Invno.' | $T8 %]</th> |
43 | 44 |
<th>[% 'Invdate' | $T8 %]</th> |
44 | 45 |
<th>[% 'Inv. Duedate' | $T8 %]</th> |
... | ... | |
76 | 77 |
<td><input type="hidden" name="customername_[% loop.count %]" size="6" value="[% HTML.escape(row.customername) %]">[% HTML.escape(row.customername) %]</td> |
77 | 78 |
<td><input type="hidden" name="department_[% loop.count %]" size="6" value="[% HTML.escape(row.departmentname) %]">[% HTML.escape(row.departmentname) %]</td> |
78 | 79 |
<td><input type="hidden" name="language_id_[% loop.count %]" size="6" value="[% HTML.escape(row.language_id) %]">[% HTML.escape(row.language) %]</td> |
80 |
<td> |
|
81 |
[% IF row.invoice %] |
|
82 |
[% 'Invoice (one letter abbreviation)' | $T8 %] |
|
83 |
[% ELSE %] |
|
84 |
[% 'AR Transaction (abbreviation)' | $T8 %] |
|
85 |
[% END %] |
|
86 |
</td> |
|
79 | 87 |
<td> |
80 | 88 |
<input type="hidden" name="invnumber_[% loop.count %]" size="6" value="[% HTML.escape(row.invnumber) %]"> |
81 | 89 |
<a href="[% IF row.invoice %]is[% ELSE %]ar[% END %].pl?action=edit&type=invoice&id=[% row.id | url %]">[% HTML.escape(row.invnumber) %]</a> |
templates/webpages/dunning/show_invoices.html | ||
---|---|---|
38 | 38 |
<th class="listheading">[% 'Customername' | $T8 %]</th> |
39 | 39 |
<th class="listheading">[% 'Department' | $T8 %]</th> |
40 | 40 |
<th class="listheading">[% 'Language' | $T8 %]</th> |
41 |
<th class="listheading">[% 'Type' | $T8 %]</th> |
|
41 | 42 |
<th class="listheading">[% 'Invno.' | $T8 %]</th> |
42 | 43 |
<th class="listheading">[% 'Invdate' | $T8 %]</th> |
43 | 44 |
<th class="listheading">[% 'Inv. Duedate' | $T8 %]</th> |
... | ... | |
78 | 79 |
<td><input type="hidden" name="customername_[% loop.count %]" size="6" value="[% HTML.escape(row.customername) %]">[% HTML.escape(row.customername) %]</td> |
79 | 80 |
<td><input type="hidden" name="department_[% loop.count %]" size="6" value="[% HTML.escape(row.departmentname) %]">[% HTML.escape(row.departmentname) %]</td> |
80 | 81 |
<td><input type="hidden" name="language_id_[% loop.count %]" size="6" value="[% HTML.escape(row.language_id) %]">[% HTML.escape(row.language) %]</td> |
82 |
<td> |
|
83 |
[% IF row.invoice %] |
|
84 |
[% 'Invoice (one letter abbreviation)' | $T8 %] |
|
85 |
[% ELSE %] |
|
86 |
[% 'AR Transaction (abbreviation)' | $T8 %] |
|
87 |
[% END %] |
|
88 |
</td> |
|
81 | 89 |
<td> |
82 | 90 |
<input type="hidden" name="invnumber_[% loop.count %]" size="6" value="[% HTML.escape(row.invnumber) %]"> |
83 | 91 |
<a href="[% IF row.invoice %]is[% ELSE %]ar[% END %].pl?action=edit&type=invoice&id=[% row.id | url %]">[% HTML.escape(row.invnumber) %]</a> |
Auch abrufbar als: Unified diff
Dunning: Zeige Typ(R/D) an