X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=325a96cc2015ad6de0b032acbf4fc156d52cd5a1;hb=80d5f1702f74398422c8afadd6f2a7f8921a7c94;hp=ba615b9aa2724099ae872044a8b770855042ae9e;hpb=f188aefc41c9fdf3df89715fb2354bbce1041a20;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index ba615b9aa..325a96cc2 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -5,6 +5,9 @@ use strict; use SL::DB::AccTransaction; use SL::DB::Assembly; use SL::DB::AuditTrail; +use SL::DB::AuthClient; +use SL::DB::AuthClientUser; +use SL::DB::AuthClientGroup; use SL::DB::AuthGroup; use SL::DB::AuthGroupRight; use SL::DB::AuthUser; @@ -20,18 +23,20 @@ use SL::DB::Chart; use SL::DB::Contact; 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::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; use SL::DB::DeliveryOrderItem; use SL::DB::DeliveryOrderItemsStock; use SL::DB::Department; -use SL::DB::DptTrans; use SL::DB::Draft; use SL::DB::Dunning; use SL::DB::DunningConfig; @@ -43,7 +48,6 @@ use SL::DB::FollowUpAccess; use SL::DB::FollowUpLink; use SL::DB::GLTransaction; use SL::DB::GenericTranslation; -use SL::DB::Gifi; use SL::DB::History; use SL::DB::Inventory; use SL::DB::Invoice; @@ -57,7 +61,6 @@ 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; @@ -67,8 +70,6 @@ use SL::DB::Price; use SL::DB::Printer; use SL::DB::Project; use SL::DB::PurchaseInvoice; -use SL::DB::RMA; -use SL::DB::RMAItem; use SL::DB::RecordLink; use SL::DB::SchemaInfo; use SL::DB::SepaExport; @@ -81,12 +82,10 @@ use SL::DB::TaxZone; use SL::DB::TodoUserConfig; use SL::DB::TransferType; 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; @@ -108,7 +107,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