Revision 26b68f7e
Von David Ohlbrecht vor etwa 15 Jahren hinzugefügt
bin/mozilla/dn.pl | ||
---|---|---|
358 | 358 |
'dunning_duedate' => { 'text' => $locale->text('Dunning Duedate') }, |
359 | 359 |
'fee' => { 'text' => $locale->text('Total Fees') }, |
360 | 360 |
'interest' => { 'text' => $locale->text('Interest') }, |
361 |
'salesman' => { 'text' => $locale->text('Salesperson'), 'visible' => $form->{l_salesman} ? 1 : 0 }, |
|
361 | 362 |
); |
362 | 363 |
|
363 |
if ($form->{l_salesman}) { |
|
364 |
# Show salesman column |
|
365 |
$column_defs{'salesman'} = ( { 'text' => $locale->text('Salesperson') } ); |
|
366 |
} |
|
367 |
|
|
368 | 364 |
$report->set_columns(%column_defs); |
369 | 365 |
$report->set_column_order(qw(checkbox dunning_description customername invnumber transdate |
370 | 366 |
duedate amount dunning_date dunning_duedate fee interest salesman)); |
templates/webpages/dunning/search_master.html | ||
---|---|---|
105 | 105 |
<tr> |
106 | 106 |
<th align="right" nowrap><translate>Show old dunnings</translate></th> |
107 | 107 |
<td><input type="checkbox" value="1" name="showold"></td> |
108 |
<th align="right" nowrap><translate>Show Salesman</translate></th> |
|
109 |
<td><input type="checkbox" value="1" name="l_salesman"></td> |
|
108 | 110 |
</tr> |
109 | 111 |
</table> |
110 | 112 |
</td> |
Auch abrufbar als: Unified diff
Salesmananzeige in Mahnungsberichten
"kosmetische" Verbesserungen und zusätzliches Feld im Template.