]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/TopQuickSearch.pm
CsvImport Mapping: header mit helper parsen
[mfinanz.git] / SL / Controller / TopQuickSearch.pm
index 978eb95db1c3f90a5301a777e07a126db32ad598..7a014302126652ee3870e04eba64429716bcfa63 100644 (file)
@@ -17,7 +17,13 @@ my @available_modules = (
   'SL::Controller::TopQuickSearch::Service',
   'SL::Controller::TopQuickSearch::Assembly',
   'SL::Controller::TopQuickSearch::Contact',
+  'SL::Controller::TopQuickSearch::SalesQuotation',
+  'SL::Controller::TopQuickSearch::SalesOrder',
+  'SL::Controller::TopQuickSearch::RequestForQuotation',
+  'SL::Controller::TopQuickSearch::PurchaseOrder',
   'SL::Controller::TopQuickSearch::GLTransaction',
+  'SL::Controller::TopQuickSearch::Customer',
+  'SL::Controller::TopQuickSearch::Vendor',
 );
 my %modules_by_name;
 
@@ -181,7 +187,6 @@ The full interface is described in L<SL::Controller::TopQuickSeach::Base>
 =head1 TODO
 
   * user configuration
-  * searches for orders, customers, vendors
 
 =head1 BUGS