X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/149d2f33643bdc63bfd5577b36042dba43378adb..01091aa9c5cebaf9b803afc26b8f95c4fa2d35a4:/SL/BackgroundJob/ALL.pm diff --git a/SL/BackgroundJob/ALL.pm b/SL/BackgroundJob/ALL.pm index acd6d6e5d..4264d6cff 100644 --- a/SL/BackgroundJob/ALL.pm +++ b/SL/BackgroundJob/ALL.pm @@ -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; -