X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=e0ab57845c0aeddb75aa62ceb14fe79a7fb8f16a;hb=2851ec9a444d93086dc5356122b7143711d955c0;hp=f1059f44c527f79347d48a71498a73c2bae981fb;hpb=2bb452ee62e74c2a42113171eeb53de8d09bbbf5;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index f1059f44c..e0ab57845 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -21,17 +21,22 @@ 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; use SL::DB::Chart; use SL::DB::Contact; +use SL::DB::ContactDepartment; +use SL::DB::ContactTitle; use SL::DB::CsvImportProfile; use SL::DB::CsvImportProfileSetting; 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 +55,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; @@ -58,6 +64,7 @@ use SL::DB::FollowUpAccess; use SL::DB::FollowUpLink; use SL::DB::GLTransaction; use SL::DB::GenericTranslation; +use SL::DB::Greeting; use SL::DB::History; use SL::DB::Inventory; use SL::DB::Invoice; @@ -73,6 +80,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; @@ -115,11 +123,19 @@ 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; use SL::DB::TaxzoneChart; +use SL::DB::TimeRecording; +use SL::DB::TimeRecordingArticle; use SL::DB::TodoUserConfig; use SL::DB::TransferType; use SL::DB::Translation;