1 package SL::DB::Helper::ALL;
 
   5 use SL::DB::AccTransaction;
 
   7 use SL::DB::AssortmentItem;
 
   8 use SL::DB::AuthClient;
 
   9 use SL::DB::AuthClientUser;
 
  10 use SL::DB::AuthClientGroup;
 
  11 use SL::DB::AuthGroup;
 
  12 use SL::DB::AuthGroupRight;
 
  13 use SL::DB::AuthMasterRight;
 
  14 use SL::DB::AuthSchemaInfo;
 
  15 use SL::DB::AuthSession;
 
  16 use SL::DB::AuthSessionContent;
 
  18 use SL::DB::AuthUserConfig;
 
  19 use SL::DB::AuthUserGroup;
 
  20 use SL::DB::BackgroundJob;
 
  21 use SL::DB::BackgroundJobHistory;
 
  22 use SL::DB::BankAccount;
 
  23 use SL::DB::BankTransaction;
 
  24 use SL::DB::BankTransactionAccTrans;
 
  26 use SL::DB::Buchungsgruppe;
 
  30 use SL::DB::ContactDepartment;
 
  31 use SL::DB::ContactTitle;
 
  32 use SL::DB::CsvImportProfile;
 
  33 use SL::DB::CsvImportProfileSetting;
 
  34 use SL::DB::CsvImportReport;
 
  35 use SL::DB::CsvImportReportRow;
 
  36 use SL::DB::CsvImportReportStatus;
 
  38 use SL::DB::CustomDataExportQuery;
 
  39 use SL::DB::CustomDataExportQueryParameter;
 
  40 use SL::DB::CustomVariable;
 
  41 use SL::DB::CustomVariableConfig;
 
  42 use SL::DB::CustomVariableConfigPartsgroup;
 
  43 use SL::DB::CustomVariableValidity;
 
  47 use SL::DB::DeliveryOrder;
 
  48 use SL::DB::DeliveryOrderItem;
 
  49 use SL::DB::DeliveryOrderItemsStock;
 
  50 use SL::DB::DeliveryTerm;
 
  51 use SL::DB::Department;
 
  54 use SL::DB::DunningConfig;
 
  55 use SL::DB::EmailJournal;
 
  56 use SL::DB::EmailJournalAttachment;
 
  58 use SL::DB::EmployeeProjectInvoices;
 
  59 use SL::DB::Exchangerate;
 
  61 use SL::DB::Finanzamt;
 
  63 use SL::DB::FollowUpAccess;
 
  64 use SL::DB::FollowUpLink;
 
  65 use SL::DB::GLTransaction;
 
  66 use SL::DB::GenericTranslation;
 
  69 use SL::DB::Inventory;
 
  71 use SL::DB::InvoiceItem;
 
  74 use SL::DB::LetterDraft;
 
  75 use SL::DB::MakeModel;
 
  77 use SL::DB::Object::Hooks;
 
  80 use SL::DB::OrderItem;
 
  82 use SL::DB::PartClassification;
 
  83 use SL::DB::PartCustomerPrice;
 
  84 use SL::DB::PartsGroup;
 
  85 use SL::DB::PartsPriceHistory;
 
  86 use SL::DB::PaymentTerm;
 
  87 use SL::DB::PeriodicInvoice;
 
  88 use SL::DB::PeriodicInvoicesConfig;
 
  89 use SL::DB::PriceFactor;
 
  90 use SL::DB::Pricegroup;
 
  92 use SL::DB::PriceRule;
 
  93 use SL::DB::PriceRuleItem;
 
  96 use SL::DB::ProjectParticipant;
 
  97 use SL::DB::ProjectPhase;
 
  98 use SL::DB::ProjectPhaseParticipant;
 
  99 use SL::DB::ProjectRole;
 
 100 use SL::DB::ProjectStatus;
 
 101 use SL::DB::ProjectType;
 
 102 use SL::DB::PurchaseInvoice;
 
 103 use SL::DB::ReconciliationLink;
 
 104 use SL::DB::RecordLink;
 
 105 use SL::DB::RecordTemplate;
 
 106 use SL::DB::RecordTemplateItem;
 
 107 use SL::DB::RequirementSpecAcceptanceStatus;
 
 108 use SL::DB::RequirementSpecComplexity;
 
 109 use SL::DB::RequirementSpecDependency;
 
 110 use SL::DB::RequirementSpecItem;
 
 111 use SL::DB::RequirementSpecOrder;
 
 112 use SL::DB::RequirementSpecPart;
 
 113 use SL::DB::RequirementSpecPicture;
 
 114 use SL::DB::RequirementSpecPredefinedText;
 
 115 use SL::DB::RequirementSpecRisk;
 
 116 use SL::DB::RequirementSpecStatus;
 
 117 use SL::DB::RequirementSpecTextBlock;
 
 118 use SL::DB::RequirementSpecType;
 
 119 use SL::DB::RequirementSpecVersion;
 
 120 use SL::DB::RequirementSpec;
 
 121 use SL::DB::SchemaInfo;
 
 122 use SL::DB::SepaExport;
 
 123 use SL::DB::SepaExportItem;
 
 124 use SL::DB::SepaExportMessageId;
 
 127 use SL::DB::ShopImage;
 
 128 use SL::DB::ShopOrder;
 
 129 use SL::DB::ShopOrderItem;
 
 130 use SL::DB::ShopPart;
 
 132 use SL::DB::Stocktaking;
 
 136 use SL::DB::TaxzoneChart;
 
 137 use SL::DB::TimeRecording;
 
 138 use SL::DB::TimeRecordingArticle;
 
 139 use SL::DB::TodoUserConfig;
 
 140 use SL::DB::TransferType;
 
 141 use SL::DB::Translation;
 
 142 use SL::DB::TriggerInformation;
 
 144 use SL::DB::UnitsLanguage;
 
 145 use SL::DB::UserPreference;
 
 148 use SL::DB::Warehouse;
 
 158 SL::DB::Helper::ALL: Dependency-only package for all SL::DB::* modules
 
 162   use SL::DB::Helper::ALL;
 
 166 This module depends on all modules in SL/DB/*.pm for the convenience
 
 167 of being able to write a simple \C<use SL::DB::Helper::ALL> and
 
 168 having everything loaded. This is supposed to be used only in the
 
 169 kivitendo console. Normal modules should C<use> only the modules they
 
 174 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>