X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=633373b73d14c12316787df547e34dad59db9934;hb=91fef42d0f6c2e37f276d97a0f5b444420e51a00;hp=4429f8f8b53b424a159882d751d6658648ecaf6c;hpb=dc3382e8276f279de81f8bdc53f4af0adb4e8657;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 4429f8f8b..633373b73 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -3,6 +3,8 @@ package SL::DB::Helper::ALL; use strict; use SL::DB::AccTransaction; +use SL::DB::AdditionalBillingAddress; +use SL::DB::ApGl; use SL::DB::Assembly; use SL::DB::AssortmentItem; use SL::DB::AuthClient; @@ -21,11 +23,14 @@ 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; @@ -42,6 +47,7 @@ use SL::DB::Customer; use SL::DB::Datev; use SL::DB::Default; use SL::DB::DeliveryOrder; +use SL::DB::DeliveryOrder::TypeData; use SL::DB::DeliveryOrderItem; use SL::DB::DeliveryOrderItemsStock; use SL::DB::DeliveryTerm; @@ -52,6 +58,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; @@ -60,6 +67,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; @@ -75,6 +83,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; @@ -128,6 +137,8 @@ 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;