ActsAsList: mit remove_from_list() entfernte Items auf position = -1 setzen
[kivitendo-erp.git] / SL / DB / Helper / ALL.pm
index ad369aa..928b665 100644 (file)
@@ -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<use SL::DB::Helper::ALL> and
 having everything loaded. This is supposed to be used only in the
-Lx-Office console. Normal modules should C<use> only the modules they
+kivitendo console. Normal modules should C<use> only the modules they
 actually need.
 
 =head1 AUTHOR