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::EmployeeProjectInvoices;
56 use SL::DB::Exchangerate;
58 use SL::DB::Finanzamt;
60 use SL::DB::FollowUpAccess;
61 use SL::DB::FollowUpLink;
62 use SL::DB::GLTransaction;
63 use SL::DB::GenericTranslation;
65 use SL::DB::Inventory;
67 use SL::DB::InvoiceItem;
70 use SL::DB::LetterDraft;
71 use SL::DB::MakeModel;
73 use SL::DB::Object::Hooks;
76 use SL::DB::OrderItem;
78 use SL::DB::PartClassification;
79 use SL::DB::PartCustomerPrice;
80 use SL::DB::PartsGroup;
81 use SL::DB::PartsPriceHistory;
82 use SL::DB::PaymentTerm;
83 use SL::DB::PeriodicInvoice;
84 use SL::DB::PeriodicInvoicesConfig;
85 use SL::DB::PriceFactor;
86 use SL::DB::Pricegroup;
88 use SL::DB::PriceRule;
89 use SL::DB::PriceRuleItem;
92 use SL::DB::ProjectParticipant;
93 use SL::DB::ProjectPhase;
94 use SL::DB::ProjectPhaseParticipant;
95 use SL::DB::ProjectRole;
96 use SL::DB::ProjectStatus;
97 use SL::DB::ProjectType;
98 use SL::DB::PurchaseInvoice;
99 use SL::DB::ReconciliationLink;
100 use SL::DB::RecordLink;
101 use SL::DB::RecordTemplate;
102 use SL::DB::RecordTemplateItem;
103 use SL::DB::RequirementSpecAcceptanceStatus;
104 use SL::DB::RequirementSpecComplexity;
105 use SL::DB::RequirementSpecDependency;
106 use SL::DB::RequirementSpecItem;
107 use SL::DB::RequirementSpecOrder;
108 use SL::DB::RequirementSpecPart;
109 use SL::DB::RequirementSpecPicture;
110 use SL::DB::RequirementSpecPredefinedText;
111 use SL::DB::RequirementSpecRisk;
112 use SL::DB::RequirementSpecStatus;
113 use SL::DB::RequirementSpecTextBlock;
114 use SL::DB::RequirementSpecType;
115 use SL::DB::RequirementSpecVersion;
116 use SL::DB::RequirementSpec;
117 use SL::DB::SchemaInfo;
118 use SL::DB::SepaExport;
119 use SL::DB::SepaExportItem;
120 use SL::DB::SepaExportMessageId;
123 use SL::DB::ShopImage;
124 use SL::DB::ShopOrder;
125 use SL::DB::ShopOrderItem;
126 use SL::DB::ShopPart;
128 use SL::DB::Stocktaking;
132 use SL::DB::TaxzoneChart;
133 use SL::DB::TodoUserConfig;
134 use SL::DB::TransferType;
135 use SL::DB::Translation;
136 use SL::DB::TriggerInformation;
138 use SL::DB::UnitsLanguage;
139 use SL::DB::UserPreference;
142 use SL::DB::Warehouse;
152 SL::DB::Helper::ALL: Dependency-only package for all SL::DB::* modules
156 use SL::DB::Helper::ALL;
160 This module depends on all modules in SL/DB/*.pm for the convenience
161 of being able to write a simple \C<use SL::DB::Helper::ALL> and
162 having everything loaded. This is supposed to be used only in the
163 kivitendo console. Normal modules should C<use> only the modules they
168 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>