Revision 7b816ec0
Von Bernd Bleßmann vor 8 Monaten hinzugefügt
SL/Presenter/Record.pm | ||
---|---|---|
101 | 101 |
title => $::locale->text('Request Quotations'), |
102 | 102 |
type => 'request_quotation', |
103 | 103 |
columns => [ |
104 |
[ $::locale->text('Quotation Date'), 'transdate' ],
|
|
105 |
[ $::locale->text('Quotation Number'), sub { $_[0]->presenter->request_quotation(display => 'table-cell') } ],
|
|
104 |
[ $::locale->text('RFQ Date'), 'transdate' ],
|
|
105 |
[ $::locale->text('RFQ Number'), sub { $_[0]->presenter->request_quotation(display => 'table-cell') } ],
|
|
106 | 106 |
[ $::locale->text('Vendor'), 'vendor' ], |
107 | 107 |
[ $::locale->text('Net amount'), 'netamount' ], |
108 | 108 |
[ $::locale->text('Transaction description'), 'transaction_description' ], |
Auch abrufbar als: Unified diff
Preisanfrage: Anzeige als verknüpfter Beleg: Anfrage statt Angebot