1 package SL::DB::Helper::ALL;
 
   6 use SL::DB::AccTransaction;
 
   8 use SL::DB::AuditTrail;
 
   9 use SL::DB::BackgroundJob;
 
  10 use SL::DB::BackgroundJobHistory;
 
  11 use SL::DB::BankAccount;
 
  13 use SL::DB::Buchungsgruppe;
 
  17 use SL::DB::CustomVariable;
 
  18 use SL::DB::CustomVariableConfig;
 
  19 use SL::DB::CustomVariableValidity;
 
  21 use SL::DB::CustomerTax;
 
  24 use SL::DB::DeliveryOrder;
 
  25 use SL::DB::DeliveryOrderItem;
 
  26 use SL::DB::DeliveryOrderItemsStock;
 
  27 use SL::DB::Department;
 
  31 use SL::DB::DunningConfig;
 
  33 use SL::DB::Exchangerate;
 
  34 use SL::DB::Finanzamt;
 
  36 use SL::DB::FollowUpAccess;
 
  37 use SL::DB::FollowUpLink;
 
  38 use SL::DB::GLTransaction;
 
  39 use SL::DB::GenericTranslation;
 
  42 use SL::DB::Inventory;
 
  44 use SL::DB::InvoiceItem;
 
  47 use SL::DB::LicenseInvoice;
 
  48 use SL::DB::MakeModel;
 
  51 use SL::DB::OrderItem;
 
  53 use SL::DB::PartsGroup;
 
  55 use SL::DB::PaymentTerm;
 
  56 use SL::DB::PeriodicInvoice;
 
  57 use SL::DB::PeriodicInvoicesConfig;
 
  58 use SL::DB::PriceFactor;
 
  59 use SL::DB::Pricegroup;
 
  63 use SL::DB::PurchaseInvoice;
 
  66 use SL::DB::RecordLink;
 
  67 use SL::DB::SchemaInfo;
 
  68 use SL::DB::SepaExport;
 
  69 use SL::DB::SepaExportItem;
 
  75 use SL::DB::TodoUserConfig;
 
  76 use SL::DB::TransferType;
 
  77 use SL::DB::Translation;
 
  78 use SL::DB::TranslationPaymentTerm;
 
  80 use SL::DB::UnitsLanguage;
 
  82 use SL::DB::VendorTax;
 
  83 use SL::DB::Warehouse;
 
  93 SL::DB::Helper::ALL: Dependency-only package for all SL::DB::* modules
 
  97   use SL::DB::Helper::ALL;
 
 101 This module depends on all modules in SL/DB/*.pm for the convenience
 
 102 of being able to write a simple \C<use SL::DB::Helper::ALL> and
 
 103 having everything loaded. This is supposed to be used only in the
 
 104 Lx-Office console. Normal modules should C<use> only the modules they
 
 109 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>