+++ /dev/null
-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;
find SL/DB -type f | grep -v MetaSetup | grep -v Helper | grep -v Manager | sort
hilft, kriegt aber die Sortierung durcheinander)
-* SL::BackgroundJob::ALL auf Vollständigkeit prüfen
-
- ähnliches Vorgehen wie bei SL::DB::Helper::ALL
-
* VERSION updaten
Zu den Versionierungen ab 3.0.0:
use SL::DB::AuthClient;
use SL::DB::BackgroundJob;
use SL::System::Process;
-use SL::BackgroundJob::ALL;
use SL::Form;
use SL::Helper::DateTime;
use SL::InstanceConfiguration;