X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=e6a69828285220d72f2f1086ad8f451f78211a0c;hb=0ebb8f829ac2d23b65e8d993c7d03aa0b172b637;hp=acc9f7e86a8d51944b6766ffbda0cd69c12d21c1;hpb=b2bedb6b5eff41a17ddb194df1c75213b841f3bb;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index acc9f7e86..e6a698282 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -21,6 +21,7 @@ use SL::DB::BackgroundJob; use SL::DB::BackgroundJobHistory; use SL::DB::BankAccount; use SL::DB::BankTransaction; +use SL::DB::BankTransactionAccTrans; use SL::DB::Bin; use SL::DB::Buchungsgruppe; use SL::DB::Business; @@ -32,6 +33,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,6 +53,7 @@ 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; @@ -73,6 +77,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; @@ -116,10 +121,12 @@ 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;