Revision b904df41
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/Controller/TopQuickSearch.pm | ||
---|---|---|
24 | 24 |
'SL::Controller::TopQuickSearch::SalesOrder', |
25 | 25 |
'SL::Controller::TopQuickSearch::SalesDeliveryOrder', |
26 | 26 |
'SL::Controller::TopQuickSearch::RequestForQuotation', |
27 |
'SL::Controller::TopQuickSearch::PurchaseQuotationIntake', |
|
27 | 28 |
'SL::Controller::TopQuickSearch::PurchaseOrder', |
28 | 29 |
'SL::Controller::TopQuickSearch::PurchaseDeliveryOrder', |
29 | 30 |
'SL::Controller::TopQuickSearch::GLTransaction', |
SL/Controller/TopQuickSearch/PurchaseQuotationIntake.pm | ||
---|---|---|
1 |
package SL::Controller::TopQuickSearch::PurchaseQuotationIntake; |
|
2 |
|
|
3 |
use strict; |
|
4 |
use parent qw(SL::Controller::TopQuickSearch::OERecord); |
|
5 |
|
|
6 |
use SL::Locale::String qw(t8); |
|
7 |
|
|
8 |
sub auth { 'request_quotation_edit | request_quotation_view' } |
|
9 |
|
|
10 |
sub name { 'purchase_quotation_intake' } |
|
11 |
|
|
12 |
sub description_config { t8('Purchase Quotation Intakes') } |
|
13 |
|
|
14 |
sub description_field { t8('Purchase Quotation Intakes') } |
|
15 |
|
|
16 |
sub type { 'purchase_quotation_intake' } |
|
17 |
|
|
18 |
sub vc { 'vendor' } |
|
19 |
|
|
20 |
1; |
Auch abrufbar als: Unified diff
Angebots-Eingang: Schnellsuche