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;
32 use SL::DB::ContactDepartment;
33 use SL::DB::ContactTitle;
34 use SL::DB::CsvImportProfile;
35 use SL::DB::CsvImportProfileSetting;
36 use SL::DB::CsvImportReport;
37 use SL::DB::CsvImportReportRow;
38 use SL::DB::CsvImportReportStatus;
40 use SL::DB::CustomDataExportQuery;
41 use SL::DB::CustomDataExportQueryParameter;
42 use SL::DB::CustomVariable;
43 use SL::DB::CustomVariableConfig;
44 use SL::DB::CustomVariableConfigPartsgroup;
45 use SL::DB::CustomVariableValidity;
49 use SL::DB::DeliveryOrder;
50 use SL::DB::DeliveryOrder::TypeData;
51 use SL::DB::DeliveryOrderItem;
52 use SL::DB::DeliveryOrderItemsStock;
53 use SL::DB::DeliveryTerm;
54 use SL::DB::Department;
57 use SL::DB::DunningConfig;
58 use SL::DB::EmailJournal;
59 use SL::DB::EmailJournalAttachment;
61 use SL::DB::EmployeeProjectInvoices;
62 use SL::DB::Exchangerate;
64 use SL::DB::FileFullText;
65 use SL::DB::Finanzamt;
67 use SL::DB::FollowUpAccess;
68 use SL::DB::FollowUpLink;
69 use SL::DB::GLTransaction;
70 use SL::DB::GenericTranslation;
73 use SL::DB::Inventory;
75 use SL::DB::InvoiceItem;
78 use SL::DB::LetterDraft;
79 use SL::DB::MakeModel;
81 use SL::DB::Object::Hooks;
84 use SL::DB::OrderItem;
86 use SL::DB::PartClassification;
87 use SL::DB::PartCustomerPrice;
88 use SL::DB::PartsGroup;
89 use SL::DB::PartsPriceHistory;
90 use SL::DB::PaymentTerm;
91 use SL::DB::PeriodicInvoice;
92 use SL::DB::PeriodicInvoicesConfig;
93 use SL::DB::PriceFactor;
94 use SL::DB::Pricegroup;
96 use SL::DB::PriceRule;
97 use SL::DB::PriceRuleItem;
100 use SL::DB::ProjectParticipant;
101 use SL::DB::ProjectPhase;
102 use SL::DB::ProjectPhaseParticipant;
103 use SL::DB::ProjectRole;
104 use SL::DB::ProjectStatus;
105 use SL::DB::ProjectType;
106 use SL::DB::PurchaseInvoice;
107 use SL::DB::ReconciliationLink;
108 use SL::DB::RecordLink;
109 use SL::DB::RecordTemplate;
110 use SL::DB::RecordTemplateItem;
111 use SL::DB::RequirementSpecAcceptanceStatus;
112 use SL::DB::RequirementSpecComplexity;
113 use SL::DB::RequirementSpecDependency;
114 use SL::DB::RequirementSpecItem;
115 use SL::DB::RequirementSpecOrder;
116 use SL::DB::RequirementSpecPart;
117 use SL::DB::RequirementSpecPicture;
118 use SL::DB::RequirementSpecPredefinedText;
119 use SL::DB::RequirementSpecRisk;
120 use SL::DB::RequirementSpecStatus;
121 use SL::DB::RequirementSpecTextBlock;
122 use SL::DB::RequirementSpecType;
123 use SL::DB::RequirementSpecVersion;
124 use SL::DB::RequirementSpec;
125 use SL::DB::SchemaInfo;
126 use SL::DB::SepaExport;
127 use SL::DB::SepaExportItem;
128 use SL::DB::SepaExportMessageId;
131 use SL::DB::ShopImage;
132 use SL::DB::ShopOrder;
133 use SL::DB::ShopOrderItem;
134 use SL::DB::ShopPart;
136 use SL::DB::Stocktaking;
140 use SL::DB::TaxzoneChart;
141 use SL::DB::TimeRecording;
142 use SL::DB::TimeRecordingArticle;
143 use SL::DB::TodoUserConfig;
144 use SL::DB::TransferType;
145 use SL::DB::Translation;
146 use SL::DB::TriggerInformation;
148 use SL::DB::UnitsLanguage;
149 use SL::DB::UserPreference;
152 use SL::DB::Warehouse;
162 SL::DB::Helper::ALL: Dependency-only package for all SL::DB::* modules
166 use SL::DB::Helper::ALL;
170 This module depends on all modules in SL/DB/*.pm for the convenience
171 of being able to write a simple \C<use SL::DB::Helper::ALL> and
172 having everything loaded. This is supposed to be used only in the
173 kivitendo console. Normal modules should C<use> only the modules they
178 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>