X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c8a3fef75e56acb4a3a513c4c0ea783a6f49e516..c5dccb51a821e57f3888370bea51dab9f82c0639:/SL/DB/Helper/ALL.pm?ds=sidebyside diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 2f747b9db..5698036e8 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -32,6 +32,8 @@ use SL::DB::CsvImportReport; use SL::DB::CsvImportReportRow; use SL::DB::CsvImportReportStatus; use SL::DB::Currency; +use SL::DB::CustomDataExportQuery; +use SL::DB::CustomDataExportQueryParameter; use SL::DB::CustomVariable; use SL::DB::CustomVariableConfig; use SL::DB::CustomVariableConfigPartsgroup; @@ -50,7 +52,9 @@ use SL::DB::DunningConfig; use SL::DB::EmailJournal; use SL::DB::EmailJournalAttachment; use SL::DB::Employee; +use SL::DB::EmployeeProjectInvoices; use SL::DB::Exchangerate; +use SL::DB::File; use SL::DB::Finanzamt; use SL::DB::FollowUp; use SL::DB::FollowUpAccess; @@ -72,6 +76,7 @@ use SL::DB::Order; use SL::DB::OrderItem; use SL::DB::Part; use SL::DB::PartClassification; +use SL::DB::PartCustomerPrice; use SL::DB::PartsGroup; use SL::DB::PartsPriceHistory; use SL::DB::PaymentTerm; @@ -114,7 +119,13 @@ use SL::DB::SepaExport; use SL::DB::SepaExportItem; use SL::DB::SepaExportMessageId; use SL::DB::Shipto; +use SL::DB::Shop; +use SL::DB::ShopImage; +use SL::DB::ShopOrder; +use SL::DB::ShopOrderItem; +use SL::DB::ShopPart; use SL::DB::Status; +use SL::DB::Stocktaking; use SL::DB::Tax; use SL::DB::TaxKey; use SL::DB::TaxZone;