X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=bce48cae54e64930e1fe8d0c511fde395fb909d9;hb=c7241bf7c547d63999898dee7b5dd486e4d122d3;hp=76c4af7089eba968e42d3f9a430ecdb7dda1e061;hpb=b989d7cfb4bd8de5c3e290b8df0519ad34d5dd0c;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 76c4af708..bce48cae5 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -9,12 +9,17 @@ use SL::DB::AuthClientUser; use SL::DB::AuthClientGroup; use SL::DB::AuthGroup; use SL::DB::AuthGroupRight; +use SL::DB::AuthMasterRight; +use SL::DB::AuthSchemaInfo; +use SL::DB::AuthSession; +use SL::DB::AuthSessionContent; use SL::DB::AuthUser; use SL::DB::AuthUserConfig; use SL::DB::AuthUserGroup; use SL::DB::BackgroundJob; use SL::DB::BackgroundJobHistory; use SL::DB::BankAccount; +use SL::DB::BankTransaction; use SL::DB::Bin; use SL::DB::Buchungsgruppe; use SL::DB::Business; @@ -28,6 +33,7 @@ use SL::DB::CsvImportReportStatus; use SL::DB::Currency; use SL::DB::CustomVariable; use SL::DB::CustomVariableConfig; +use SL::DB::CustomVariableConfigPartsgroup; use SL::DB::CustomVariableValidity; use SL::DB::Customer; use SL::DB::Datev; @@ -40,6 +46,8 @@ use SL::DB::Department; use SL::DB::Draft; use SL::DB::Dunning; use SL::DB::DunningConfig; +use SL::DB::EmailJournal; +use SL::DB::EmailJournalAttachment; use SL::DB::Employee; use SL::DB::Exchangerate; use SL::DB::Finanzamt; @@ -53,6 +61,8 @@ use SL::DB::Inventory; use SL::DB::Invoice; use SL::DB::InvoiceItem; use SL::DB::Language; +use SL::DB::Letter; +use SL::DB::LetterDraft; use SL::DB::MakeModel; use SL::DB::Note; use SL::DB::Object::Hooks; @@ -67,6 +77,8 @@ use SL::DB::PeriodicInvoicesConfig; use SL::DB::PriceFactor; use SL::DB::Pricegroup; use SL::DB::Price; +use SL::DB::PriceRule; +use SL::DB::PriceRuleItem; use SL::DB::Printer; use SL::DB::Project; use SL::DB::ProjectParticipant; @@ -77,11 +89,13 @@ use SL::DB::ProjectStatus; use SL::DB::ProjectType; use SL::DB::PurchaseInvoice; use SL::DB::RecordLink; +use SL::DB::ReconciliationLink; use SL::DB::RequirementSpecAcceptanceStatus; use SL::DB::RequirementSpecComplexity; use SL::DB::RequirementSpecDependency; use SL::DB::RequirementSpecItem; use SL::DB::RequirementSpecOrder; +use SL::DB::RequirementSpecPart; use SL::DB::RequirementSpecPicture; use SL::DB::RequirementSpecPredefinedText; use SL::DB::RequirementSpecRisk; @@ -93,6 +107,7 @@ use SL::DB::RequirementSpec; use SL::DB::SchemaInfo; use SL::DB::SepaExport; use SL::DB::SepaExportItem; +use SL::DB::SepaExportMessageId; use SL::DB::Shipto; use SL::DB::Status; use SL::DB::Tax;