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;
25 use SL::DB::Buchungsgruppe;
29 use SL::DB::CsvImportProfile;
30 use SL::DB::CsvImportProfileSetting;
31 use SL::DB::CsvImportReport;
32 use SL::DB::CsvImportReportRow;
33 use SL::DB::CsvImportReportStatus;
35 use SL::DB::CustomDataExportQuery;
36 use SL::DB::CustomDataExportQueryParameter;
37 use SL::DB::CustomVariable;
38 use SL::DB::CustomVariableConfig;
39 use SL::DB::CustomVariableConfigPartsgroup;
40 use SL::DB::CustomVariableValidity;
44 use SL::DB::DeliveryOrder;
45 use SL::DB::DeliveryOrderItem;
46 use SL::DB::DeliveryOrderItemsStock;
47 use SL::DB::DeliveryTerm;
48 use SL::DB::Department;
51 use SL::DB::DunningConfig;
52 use SL::DB::EmailJournal;
53 use SL::DB::EmailJournalAttachment;
55 use SL::DB::Exchangerate;
57 use SL::DB::Finanzamt;
59 use SL::DB::FollowUpAccess;
60 use SL::DB::FollowUpLink;
61 use SL::DB::GLTransaction;
62 use SL::DB::GenericTranslation;
64 use SL::DB::Inventory;
66 use SL::DB::InvoiceItem;
69 use SL::DB::LetterDraft;
70 use SL::DB::MakeModel;
72 use SL::DB::Object::Hooks;
75 use SL::DB::OrderItem;
77 use SL::DB::PartClassification;
78 use SL::DB::PartCustomerPrice;
79 use SL::DB::PartsGroup;
80 use SL::DB::PartsPriceHistory;
81 use SL::DB::PaymentTerm;
82 use SL::DB::PeriodicInvoice;
83 use SL::DB::PeriodicInvoicesConfig;
84 use SL::DB::PriceFactor;
85 use SL::DB::Pricegroup;
87 use SL::DB::PriceRule;
88 use SL::DB::PriceRuleItem;
91 use SL::DB::ProjectParticipant;
92 use SL::DB::ProjectPhase;
93 use SL::DB::ProjectPhaseParticipant;
94 use SL::DB::ProjectRole;
95 use SL::DB::ProjectStatus;
96 use SL::DB::ProjectType;
97 use SL::DB::PurchaseInvoice;
98 use SL::DB::ReconciliationLink;
99 use SL::DB::RecordLink;
100 use SL::DB::RecordTemplate;
101 use SL::DB::RecordTemplateItem;
102 use SL::DB::RequirementSpecAcceptanceStatus;
103 use SL::DB::RequirementSpecComplexity;
104 use SL::DB::RequirementSpecDependency;
105 use SL::DB::RequirementSpecItem;
106 use SL::DB::RequirementSpecOrder;
107 use SL::DB::RequirementSpecPart;
108 use SL::DB::RequirementSpecPicture;
109 use SL::DB::RequirementSpecPredefinedText;
110 use SL::DB::RequirementSpecRisk;
111 use SL::DB::RequirementSpecStatus;
112 use SL::DB::RequirementSpecTextBlock;
113 use SL::DB::RequirementSpecType;
114 use SL::DB::RequirementSpecVersion;
115 use SL::DB::RequirementSpec;
116 use SL::DB::SchemaInfo;
117 use SL::DB::SepaExport;
118 use SL::DB::SepaExportItem;
119 use SL::DB::SepaExportMessageId;
122 use SL::DB::ShopImage;
123 use SL::DB::ShopOrder;
124 use SL::DB::ShopOrderItem;
125 use SL::DB::ShopPart;
127 use SL::DB::Stocktaking;
131 use SL::DB::TaxzoneChart;
132 use SL::DB::TodoUserConfig;
133 use SL::DB::TransferType;
134 use SL::DB::Translation;
135 use SL::DB::TriggerInformation;
137 use SL::DB::UnitsLanguage;
138 use SL::DB::UserPreference;
141 use SL::DB::Warehouse;
151 SL::DB::Helper::ALL: Dependency-only package for all SL::DB::* modules
155 use SL::DB::Helper::ALL;
159 This module depends on all modules in SL/DB/*.pm for the convenience
160 of being able to write a simple \C<use SL::DB::Helper::ALL> and
161 having everything loaded. This is supposed to be used only in the
162 kivitendo console. Normal modules should C<use> only the modules they
167 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>