X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=498583f0a952a8db247e5845dd189d9bdedc0e8b;hb=d0118dc6303e04507a77f3dde2c2bf0565ecb388;hp=50f4b3db725e3cdcb44f34477b79a73f6368d59c;hpb=624c53dc0cb5056d2c259aec6f815e69b8313ae0;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 50f4b3db7..498583f0a 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -2,28 +2,42 @@ 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::AuthClient; +use SL::DB::AuthClientUser; +use SL::DB::AuthClientGroup; +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; use SL::DB::Bin; 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::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::DeliveryTerm; use SL::DB::Department; -use SL::DB::DptTrans; use SL::DB::Draft; use SL::DB::Dunning; use SL::DB::DunningConfig; @@ -35,30 +49,29 @@ 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; 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::ProjectType; use SL::DB::PurchaseInvoice; -use SL::DB::RMA; -use SL::DB::RMAItem; use SL::DB::RecordLink; use SL::DB::SchemaInfo; use SL::DB::SepaExport; @@ -71,11 +84,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; @@ -97,7 +109,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