X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FHelper%2FALL.pm;h=bb0c3b42ea5b82a4a7eafd07769c4a6bd0b5ec31;hb=053d0c377df96e552ae9bc28c1c1bded0fdfacac;hp=da11bb47f0867105129254629b80122b4977f4ee;hpb=98625cb1c671bf300ce92c1b693a8881af29e659;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index da11bb47f..bb0c3b42e 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -3,7 +3,9 @@ package SL::DB::Helper::ALL; use strict; use SL::DB::AccTransaction; +use SL::DB::AdditionalBillingAddress; use SL::DB::Assembly; +use SL::DB::AssortmentItem; use SL::DB::AuthClient; use SL::DB::AuthClientUser; use SL::DB::AuthClientGroup; @@ -20,17 +22,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; @@ -39,6 +46,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; @@ -49,13 +57,16 @@ 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; 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; @@ -70,6 +81,8 @@ use SL::DB::Object; 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; @@ -89,8 +102,10 @@ use SL::DB::ProjectRole; use SL::DB::ProjectStatus; use SL::DB::ProjectType; use SL::DB::PurchaseInvoice; -use SL::DB::RecordLink; use SL::DB::ReconciliationLink; +use SL::DB::RecordLink; +use SL::DB::RecordTemplate; +use SL::DB::RecordTemplateItem; use SL::DB::RequirementSpecAcceptanceStatus; use SL::DB::RequirementSpecComplexity; use SL::DB::RequirementSpecDependency; @@ -110,11 +125,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;