X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FHelper%2FALL.pm;h=83161c51802e067b32899e3b68a946a74ed81594;hb=56f7991d4910ae12c7d16aab025a2ab242ca5eeb;hp=f5973b3b7cf6d1e4655022d0f4cee56c4d0bf54a;hpb=373cec3fe35cfbce3846ab41cc285d7e4a004f97;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index f5973b3b7..83161c518 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -5,6 +5,11 @@ use strict; use SL::DB::AccTransaction; use SL::DB::Assembly; use SL::DB::AuditTrail; +use SL::DB::AuthGroup; +use SL::DB::AuthGroupRight; +use SL::DB::AuthUser; +use SL::DB::AuthUserConfig; +use SL::DB::AuthUserGroup; use SL::DB::BackgroundJob; use SL::DB::BackgroundJobHistory; use SL::DB::BankAccount; @@ -13,11 +18,12 @@ use SL::DB::Buchungsgruppe; use SL::DB::Business; use SL::DB::Chart; use SL::DB::Contact; +use SL::DB::CsvImportProfile; +use SL::DB::CsvImportProfileSetting; use SL::DB::CustomVariable; use SL::DB::CustomVariableConfig; use SL::DB::CustomVariableValidity; use SL::DB::Customer; -use SL::DB::CustomerTax; use SL::DB::Datev; use SL::DB::Default; use SL::DB::DeliveryOrder; @@ -42,21 +48,20 @@ use SL::DB::Inventory; use SL::DB::Invoice; use SL::DB::InvoiceItem; use SL::DB::Language; -use SL::DB::License; -use SL::DB::LicenseInvoice; use SL::DB::MakeModel; use SL::DB::Note; +use SL::DB::Object::Hooks; +use SL::DB::Object; use SL::DB::Order; use SL::DB::OrderItem; use SL::DB::Part; use SL::DB::PartsGroup; -use SL::DB::PartsTax; use SL::DB::PaymentTerm; use SL::DB::PeriodicInvoice; use SL::DB::PeriodicInvoicesConfig; use SL::DB::PriceFactor; use SL::DB::Pricegroup; -use SL::DB::Prices; +use SL::DB::Price; use SL::DB::Printer; use SL::DB::Project; use SL::DB::PurchaseInvoice; @@ -77,8 +82,8 @@ use SL::DB::Translation; use SL::DB::TranslationPaymentTerm; use SL::DB::Unit; use SL::DB::UnitsLanguage; +use SL::DB::VC; use SL::DB::Vendor; -use SL::DB::VendorTax; use SL::DB::Warehouse; 1; @@ -100,7 +105,7 @@ SL::DB::Helper::ALL: Dependency-only package for all SL::DB::* modules This module depends on all modules in SL/DB/*.pm for the convenience of being able to write a simple \C and having everything loaded. This is supposed to be used only in the -Lx-Office console. Normal modules should C only the modules they +kivitendo console. Normal modules should C only the modules they actually need. =head1 AUTHOR