1 package SL::DB::Helpers::ALL;
 
   6 use SL::DB::AccTransaction;
 
   8 use SL::DB::AuditTrail;
 
   9 use SL::DB::BankAccount;
 
  11 use SL::DB::Buchungsgruppe;
 
  15 use SL::DB::CustomVariable;
 
  16 use SL::DB::CustomVariableConfig;
 
  17 use SL::DB::CustomVariableValidity;
 
  19 use SL::DB::CustomerTax;
 
  22 use SL::DB::DeliveryOrder;
 
  23 use SL::DB::DeliveryOrderItem;
 
  24 use SL::DB::DeliveryOrderItemsStock;
 
  25 use SL::DB::Department;
 
  29 use SL::DB::DunningConfig;
 
  31 use SL::DB::Exchangerate;
 
  32 use SL::DB::Finanzamt;
 
  34 use SL::DB::FollowUpAccess;
 
  35 use SL::DB::FollowUpLink;
 
  36 use SL::DB::GLTransaction;
 
  37 use SL::DB::GenericTranslation;
 
  40 use SL::DB::Inventory;
 
  42 use SL::DB::InvoiceItem;
 
  45 use SL::DB::LicenseInvoice;
 
  46 use SL::DB::MakeModel;
 
  49 use SL::DB::OrderItem;
 
  51 use SL::DB::PartsGroup;
 
  53 use SL::DB::PaymentTerm;
 
  54 use SL::DB::PriceFactor;
 
  55 use SL::DB::Pricegroup;
 
  59 use SL::DB::PurchaseInvoice;
 
  62 use SL::DB::RecordLink;
 
  63 use SL::DB::SchemaInfo;
 
  64 use SL::DB::SepaExport;
 
  65 use SL::DB::SepaExportItem;
 
  71 use SL::DB::TodoUserConfig;
 
  72 use SL::DB::TransferType;
 
  73 use SL::DB::Translation;
 
  74 use SL::DB::TranslationPaymentTerm;
 
  76 use SL::DB::UnitsLanguage;
 
  78 use SL::DB::VendorTax;
 
  79 use SL::DB::Warehouse;
 
  89 SL::DB::Helpers::ALL: Dependency-only package for all SL::DB::* modules
 
  93   use SL::DB::Helpers::ALL;
 
  97 This module depends on all modules in SL/DB/*.pm for the convenience
 
  98 of being able to write a simple \C<use SL::DB::Helpers::ALL> and
 
  99 having everything loaded. This is supposed to be used only in the
 
 100 Lx-Office console. Normal modules should C<use> only the modules they
 
 105 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>