X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FALL.pm;h=356d83194a6c10d54ca13f1fcbabbc238b863d98;hb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;hp=76c4af7089eba968e42d3f9a430ecdb7dda1e061;hpb=b989d7cfb4bd8de5c3e290b8df0519ad34d5dd0c;p=kivitendo-erp.git diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 76c4af708..356d83194 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -15,6 +15,7 @@ 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 +29,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 +42,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 +57,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 +73,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 +85,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 +103,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;