Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b904df41

Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt

  • ID b904df41eb340fa877bfe9e5daa110e9c7207e92
  • Vorgänger c1de38e0
  • Nachfolger 415da2e1

Angebots-Eingang: Schnellsuche

Unterschiede anzeigen:

SL/Controller/TopQuickSearch.pm
'SL::Controller::TopQuickSearch::SalesOrder',
'SL::Controller::TopQuickSearch::SalesDeliveryOrder',
'SL::Controller::TopQuickSearch::RequestForQuotation',
'SL::Controller::TopQuickSearch::PurchaseQuotationIntake',
'SL::Controller::TopQuickSearch::PurchaseOrder',
'SL::Controller::TopQuickSearch::PurchaseDeliveryOrder',
'SL::Controller::TopQuickSearch::GLTransaction',
SL/Controller/TopQuickSearch/PurchaseQuotationIntake.pm
package SL::Controller::TopQuickSearch::PurchaseQuotationIntake;
use strict;
use parent qw(SL::Controller::TopQuickSearch::OERecord);
use SL::Locale::String qw(t8);
sub auth { 'request_quotation_edit | request_quotation_view' }
sub name { 'purchase_quotation_intake' }
sub description_config { t8('Purchase Quotation Intakes') }
sub description_field { t8('Purchase Quotation Intakes') }
sub type { 'purchase_quotation_intake' }
sub vc { 'vendor' }
1;

Auch abrufbar als: Unified diff