X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=bce48cae54e64930e1fe8d0c511fde395fb909d9;hb=c7241bf7c547d63999898dee7b5dd486e4d122d3;hp=b48f8736d70afb9c4d115d91f77d13a333fc0773;hpb=8159ab7fa857b648ed5b2f0ad51c4085ce27d266;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index b48f8736d..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; @@ -41,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; @@ -82,6 +89,7 @@ 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; @@ -99,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;