Rose-Model für neue Tabelle currencies
[kivitendo-erp.git] / SL / DB / Helper / ALL.pm
index ba615b9..f951bf9 100644 (file)
@@ -20,11 +20,11 @@ use SL::DB::Chart;
 use SL::DB::Contact;
 use SL::DB::CsvImportProfile;
 use SL::DB::CsvImportProfileSetting;
+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;
@@ -43,7 +43,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 +56,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 +65,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;
@@ -86,7 +82,6 @@ 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 +103,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