DBO Update - alle normalen Models hinzugefĆ¼gt.
[kivitendo-erp.git] / SL / DB / Helpers / ALL.pm
index d55613b..f766d16 100644 (file)
@@ -3,29 +3,55 @@ package SL::DB::Helpers::ALL;
 use strict;
 
 use SL::DB::Assembly;
+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::CustomVariable;
+use SL::DB::CustomVariableConfig;
+use SL::DB::CustomVariableValidity;
 use SL::DB::Customer;
 use SL::DB::DeliveryOrder;
 use SL::DB::DeliveryOrderItem;
 use SL::DB::DeliveryOrderItemsStock;
+use SL::DB::Draft;
+use SL::DB::Dunning;
+use SL::DB::DunningConfig;
+use SL::DB::Employee;
+use SL::DB::FollowUp;
+use SL::DB::FollowUpLink;
 use SL::DB::GLTransaction;
+use SL::DB::GenericTranslation;
+use SL::DB::History;
 use SL::DB::Invoice;
 use SL::DB::InvoiceItem;
+use SL::DB::Language;
+use SL::DB::Licemse;
+use SL::DB::Note;
 use SL::DB::Order;
 use SL::DB::OrderItem;
 use SL::DB::Part;
+use SL::DB::PaymentTerm;
 use SL::DB::PriceFactor;
+use SL::DB::Pricegroup;
 use SL::DB::Printer;
 use SL::DB::Project;
 use SL::DB::PurchaseInvoice;
+use SL::DB::RMA;
+use SL::DB::SepaExport;
+use SL::DB::SepaExportItem;
 use SL::DB::Shipto;
+use SL::DB::Tax;
+use SL::DB::Taxkey;
 use SL::DB::TransferType;
 use SL::DB::Unit;
 use SL::DB::Vendor;
 use SL::DB::Warehouse;
 
+
+
 1;
 
 __END__