1 package SL::DB::Helper::ALL;
5 use SL::DB::AccTransaction;
7 use SL::DB::AuditTrail;
9 use SL::DB::AuthGroupRight;
11 use SL::DB::AuthUserConfig;
12 use SL::DB::AuthUserGroup;
13 use SL::DB::BackgroundJob;
14 use SL::DB::BackgroundJobHistory;
15 use SL::DB::BankAccount;
17 use SL::DB::Buchungsgruppe;
21 use SL::DB::CsvImportProfile;
22 use SL::DB::CsvImportProfileSetting;
23 use SL::DB::CustomVariable;
24 use SL::DB::CustomVariableConfig;
25 use SL::DB::CustomVariableValidity;
29 use SL::DB::DeliveryOrder;
30 use SL::DB::DeliveryOrderItem;
31 use SL::DB::DeliveryOrderItemsStock;
32 use SL::DB::Department;
36 use SL::DB::DunningConfig;
38 use SL::DB::Exchangerate;
39 use SL::DB::Finanzamt;
41 use SL::DB::FollowUpAccess;
42 use SL::DB::FollowUpLink;
43 use SL::DB::GLTransaction;
44 use SL::DB::GenericTranslation;
47 use SL::DB::Inventory;
49 use SL::DB::InvoiceItem;
51 use SL::DB::MakeModel;
53 use SL::DB::Object::Hooks;
56 use SL::DB::OrderItem;
58 use SL::DB::PartsGroup;
59 use SL::DB::PaymentTerm;
60 use SL::DB::PeriodicInvoice;
61 use SL::DB::PeriodicInvoicesConfig;
62 use SL::DB::PriceFactor;
63 use SL::DB::Pricegroup;
67 use SL::DB::PurchaseInvoice;
68 use SL::DB::RecordLink;
69 use SL::DB::SchemaInfo;
70 use SL::DB::SepaExport;
71 use SL::DB::SepaExportItem;
77 use SL::DB::TodoUserConfig;
78 use SL::DB::TransferType;
79 use SL::DB::Translation;
80 use SL::DB::TranslationPaymentTerm;
82 use SL::DB::UnitsLanguage;
85 use SL::DB::Warehouse;
95 SL::DB::Helper::ALL: Dependency-only package for all SL::DB::* modules
99 use SL::DB::Helper::ALL;
103 This module depends on all modules in SL/DB/*.pm for the convenience
104 of being able to write a simple \C<use SL::DB::Helper::ALL> and
105 having everything loaded. This is supposed to be used only in the
106 kivitendo console. Normal modules should C<use> only the modules they
111 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>