1 package SL::DB::Helper::ALL;
5 use SL::DB::AccTransaction;
6 use SL::DB::AdditionalBillingAddress;
9 use SL::DB::AssortmentItem;
10 use SL::DB::AuthClient;
11 use SL::DB::AuthClientUser;
12 use SL::DB::AuthClientGroup;
13 use SL::DB::AuthGroup;
14 use SL::DB::AuthGroupRight;
15 use SL::DB::AuthMasterRight;
16 use SL::DB::AuthSchemaInfo;
17 use SL::DB::AuthSession;
18 use SL::DB::AuthSessionContent;
20 use SL::DB::AuthUserConfig;
21 use SL::DB::AuthUserGroup;
22 use SL::DB::BackgroundJob;
23 use SL::DB::BackgroundJobHistory;
24 use SL::DB::BankAccount;
25 use SL::DB::BankTransaction;
26 use SL::DB::BankTransactionAccTrans;
28 use SL::DB::Buchungsgruppe;
30 use SL::DB::BusinessModel;
33 use SL::DB::ContactDepartment;
34 use SL::DB::ContactTitle;
35 use SL::DB::CsvImportProfile;
36 use SL::DB::CsvImportProfileSetting;
37 use SL::DB::CsvImportReport;
38 use SL::DB::CsvImportReportRow;
39 use SL::DB::CsvImportReportStatus;
41 use SL::DB::CustomDataExportQuery;
42 use SL::DB::CustomDataExportQueryParameter;
43 use SL::DB::CustomVariable;
44 use SL::DB::CustomVariableConfig;
45 use SL::DB::CustomVariableConfigPartsgroup;
46 use SL::DB::CustomVariableValidity;
50 use SL::DB::DeliveryOrder;
51 use SL::DB::DeliveryOrder::TypeData;
52 use SL::DB::DeliveryOrderItem;
53 use SL::DB::DeliveryOrderItemsStock;
54 use SL::DB::DeliveryTerm;
55 use SL::DB::Department;
58 use SL::DB::DunningConfig;
59 use SL::DB::EmailImport;
60 use SL::DB::EmailJournal;
61 use SL::DB::EmailJournalAttachment;
63 use SL::DB::EmployeeProjectInvoices;
64 use SL::DB::Exchangerate;
66 use SL::DB::FileFullText;
67 use SL::DB::FileVersion;
68 use SL::DB::Finanzamt;
70 use SL::DB::FollowUpAccess;
71 use SL::DB::FollowUpCreatedForEmployee;
72 use SL::DB::FollowUpDone;
73 use SL::DB::FollowUpLink;
74 use SL::DB::GLTransaction;
75 use SL::DB::GenericTranslation;
78 use SL::DB::Inventory;
80 use SL::DB::InvoiceItem;
83 use SL::DB::LetterDraft;
84 use SL::DB::MakeModel;
86 use SL::DB::Object::Hooks;
89 use SL::DB::OrderItem;
90 use SL::DB::OrderStatus;
91 use SL::DB::OrderVersion;
93 use SL::DB::PartClassification;
94 use SL::DB::PartCustomerPrice;
95 use SL::DB::PartsGroup;
96 use SL::DB::PartsPriceHistory;
97 use SL::DB::PaymentTerm;
98 use SL::DB::PeriodicInvoice;
99 use SL::DB::PeriodicInvoicesConfig;
100 use SL::DB::PriceFactor;
101 use SL::DB::Pricegroup;
103 use SL::DB::PriceRule;
104 use SL::DB::PriceRuleItem;
107 use SL::DB::ProjectParticipant;
108 use SL::DB::ProjectPhase;
109 use SL::DB::ProjectPhaseParticipant;
110 use SL::DB::ProjectRole;
111 use SL::DB::ProjectStatus;
112 use SL::DB::ProjectType;
113 use SL::DB::PurchaseBasketItem;
114 use SL::DB::PurchaseInvoice;
115 use SL::DB::Reclamation;
116 use SL::DB::ReclamationItem;
117 use SL::DB::ReclamationReason;
118 use SL::DB::ReconciliationLink;
119 use SL::DB::RecordLink;
120 use SL::DB::RecordTemplate;
121 use SL::DB::RecordTemplateItem;
122 use SL::DB::RequirementSpecAcceptanceStatus;
123 use SL::DB::RequirementSpecComplexity;
124 use SL::DB::RequirementSpecDependency;
125 use SL::DB::RequirementSpecItem;
126 use SL::DB::RequirementSpecOrder;
127 use SL::DB::RequirementSpecPart;
128 use SL::DB::RequirementSpecPicture;
129 use SL::DB::RequirementSpecPredefinedText;
130 use SL::DB::RequirementSpecRisk;
131 use SL::DB::RequirementSpecStatus;
132 use SL::DB::RequirementSpecTextBlock;
133 use SL::DB::RequirementSpecType;
134 use SL::DB::RequirementSpecVersion;
135 use SL::DB::RequirementSpec;
136 use SL::DB::SchemaInfo;
137 use SL::DB::SepaExport;
138 use SL::DB::SepaExportItem;
139 use SL::DB::SepaExportMessageId;
142 use SL::DB::ShopImage;
143 use SL::DB::ShopOrder;
144 use SL::DB::ShopOrderItem;
145 use SL::DB::ShopPart;
147 use SL::DB::Stocktaking;
151 use SL::DB::TaxzoneChart;
152 use SL::DB::TimeRecording;
153 use SL::DB::TimeRecordingArticle;
154 use SL::DB::TodoUserConfig;
155 use SL::DB::TransferType;
156 use SL::DB::Translation;
157 use SL::DB::TriggerInformation;
159 use SL::DB::UnitsLanguage;
160 use SL::DB::UserPreference;
162 use SL::DB::ValidityToken;
164 use SL::DB::Warehouse;
174 SL::DB::Helper::ALL: Dependency-only package for all SL::DB::* modules
178 use SL::DB::Helper::ALL;
182 This module depends on all modules in SL/DB/*.pm for the convenience
183 of being able to write a simple \C<use SL::DB::Helper::ALL> and
184 having everything loaded. This is supposed to be used only in the
185 kivitendo console. Normal modules should C<use> only the modules they
190 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>