X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=928b6654c4c60f83ad2d4519fc6e12d90cedfe03;hb=a341d959ab798890746200efd0d5983c66f67db7;hp=ad369aa5e7ecb90b2a0fe90f0b752671271e7fc2;hpb=250fa402a8394de574f8ede1ce2345cef7f8b31b;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index ad369aa5e..928b6654c 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -2,10 +2,14 @@ package SL::DB::Helper::ALL; use strict; -use SL::DB::AccTrans; 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; @@ -14,6 +18,8 @@ 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; @@ -43,10 +49,10 @@ 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; @@ -57,7 +63,7 @@ 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; @@ -78,6 +84,7 @@ 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; @@ -101,7 +108,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