]> wagnertech.de Git - mfinanz.git/blobdiff - SL/BackgroundJob/ALL.pm
SL::BackgroundJob::ALL.pm für BackgroundJobs aktualisiert
[mfinanz.git] / SL / BackgroundJob / ALL.pm
index 2e637cd1fea793f1a23e35894239a628843b880d..4264d6cfff09e04f748e621a1190b928aa7e8c20 100644 (file)
@@ -4,10 +4,21 @@ 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;