1 package SL::DB::Helper::ALL;
5 use SL::DB::AccTransaction;
7 use SL::DB::AuthClient;
8 use SL::DB::AuthClientUser;
9 use SL::DB::AuthClientGroup;
10 use SL::DB::AuthGroup;
11 use SL::DB::AuthGroupRight;
13 use SL::DB::AuthUserConfig;
14 use SL::DB::AuthUserGroup;
15 use SL::DB::BackgroundJob;
16 use SL::DB::BackgroundJobHistory;
17 use SL::DB::BankAccount;
19 use SL::DB::Buchungsgruppe;
23 use SL::DB::CsvImportProfile;
24 use SL::DB::CsvImportProfileSetting;
25 use SL::DB::CsvImportReport;
26 use SL::DB::CsvImportReportRow;
27 use SL::DB::CsvImportReportStatus;
29 use SL::DB::CustomVariable;
30 use SL::DB::CustomVariableConfig;
31 use SL::DB::CustomVariableConfigPartsgroup;
32 use SL::DB::CustomVariableValidity;
36 use SL::DB::DeliveryOrder;
37 use SL::DB::DeliveryOrderItem;
38 use SL::DB::DeliveryOrderItemsStock;
39 use SL::DB::DeliveryTerm;
40 use SL::DB::Department;
43 use SL::DB::DunningConfig;
45 use SL::DB::Exchangerate;
46 use SL::DB::Finanzamt;
48 use SL::DB::FollowUpAccess;
49 use SL::DB::FollowUpLink;
50 use SL::DB::GLTransaction;
51 use SL::DB::GenericTranslation;
53 use SL::DB::Inventory;
55 use SL::DB::InvoiceItem;
57 use SL::DB::MakeModel;
59 use SL::DB::Object::Hooks;
62 use SL::DB::OrderItem;
64 use SL::DB::PartsGroup;
65 use SL::DB::PaymentTerm;
66 use SL::DB::PeriodicInvoice;
67 use SL::DB::PeriodicInvoicesConfig;
68 use SL::DB::PriceFactor;
69 use SL::DB::Pricegroup;
73 use SL::DB::ProjectParticipant;
74 use SL::DB::ProjectPhase;
75 use SL::DB::ProjectPhaseParticipant;
76 use SL::DB::ProjectRole;
77 use SL::DB::ProjectStatus;
78 use SL::DB::ProjectType;
79 use SL::DB::PurchaseInvoice;
80 use SL::DB::RecordLink;
81 use SL::DB::RequirementSpecAcceptanceStatus;
82 use SL::DB::RequirementSpecComplexity;
83 use SL::DB::RequirementSpecDependency;
84 use SL::DB::RequirementSpecItem;
85 use SL::DB::RequirementSpecOrder;
86 use SL::DB::RequirementSpecPart;
87 use SL::DB::RequirementSpecPicture;
88 use SL::DB::RequirementSpecPredefinedText;
89 use SL::DB::RequirementSpecRisk;
90 use SL::DB::RequirementSpecStatus;
91 use SL::DB::RequirementSpecTextBlock;
92 use SL::DB::RequirementSpecType;
93 use SL::DB::RequirementSpecVersion;
94 use SL::DB::RequirementSpec;
95 use SL::DB::SchemaInfo;
96 use SL::DB::SepaExport;
97 use SL::DB::SepaExportItem;
103 use SL::DB::TaxzoneChart;
104 use SL::DB::TodoUserConfig;
105 use SL::DB::TransferType;
106 use SL::DB::Translation;
107 use SL::DB::TriggerInformation;
109 use SL::DB::UnitsLanguage;
112 use SL::DB::Warehouse;
122 SL::DB::Helper::ALL: Dependency-only package for all SL::DB::* modules
126 use SL::DB::Helper::ALL;
130 This module depends on all modules in SL/DB/*.pm for the convenience
131 of being able to write a simple \C<use SL::DB::Helper::ALL> and
132 having everything loaded. This is supposed to be used only in the
133 kivitendo console. Normal modules should C<use> only the modules they
138 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>