SL::BackgroundJob::ALL.pm für BackgroundJobs aktualisiert
[kivitendo-erp.git] / SL / BackgroundJob / ALL.pm
index acd6d6e..4264d6c 100644 (file)
@@ -1,7 +1,24 @@
 package SL::BackgroundJob::ALL;
 
+use strict;
+
 use SL::BackgroundJob::Base;
+use SL::BackgroundJob::BackgroundJobCleanup;
+use SL::BackgroundJob::CleanAuthSessions;
 use SL::BackgroundJob::CleanBackgroundJobHistory;
+use SL::BackgroundJob::CloseProjectsBelongingToClosedSalesOrders;
+use SL::BackgroundJob::ConvertTimeRecordings;
+use SL::BackgroundJob::CreatePeriodicInvoices;
+use SL::BackgroundJob::CsvImport;
+use SL::BackgroundJob::FailedBackgroundJobsReport;
+use SL::BackgroundJob::MassDeliveryOrderPrinting;
+use SL::BackgroundJob::MassRecordCreationAndPrinting;
+use SL::BackgroundJob::SelfTest;
+use SL::BackgroundJob::SelfTest::Base;
+use SL::BackgroundJob::SelfTest::Transactions;
+use SL::BackgroundJob::SetNumberRange;
+use SL::BackgroundJob::ShopOrderMassTransfer;
+use SL::BackgroundJob::ShopPartMassUpload;
+use SL::BackgroundJob::Test;
 
 1;
-