Revision 8f426df0
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
SL/BackgroundJob/ALL.pm | ||
---|---|---|
1 |
package SL::BackgroundJob::ALL; |
|
2 |
|
|
3 |
use strict; |
|
4 |
|
|
5 |
use SL::BackgroundJob::Base; |
|
6 |
use SL::BackgroundJob::BackgroundJobCleanup; |
|
7 |
use SL::BackgroundJob::CleanAuthSessions; |
|
8 |
use SL::BackgroundJob::CleanBackgroundJobHistory; |
|
9 |
use SL::BackgroundJob::CloseProjectsBelongingToClosedSalesOrders; |
|
10 |
use SL::BackgroundJob::ConvertTimeRecordings; |
|
11 |
use SL::BackgroundJob::CreatePeriodicInvoices; |
|
12 |
use SL::BackgroundJob::CsvImport; |
|
13 |
use SL::BackgroundJob::FailedBackgroundJobsReport; |
|
14 |
use SL::BackgroundJob::MassDeliveryOrderPrinting; |
|
15 |
use SL::BackgroundJob::MassRecordCreationAndPrinting; |
|
16 |
use SL::BackgroundJob::SelfTest; |
|
17 |
use SL::BackgroundJob::SelfTest::Base; |
|
18 |
use SL::BackgroundJob::SelfTest::Transactions; |
|
19 |
use SL::BackgroundJob::SetNumberRange; |
|
20 |
use SL::BackgroundJob::ShopOrderMassTransfer; |
|
21 |
use SL::BackgroundJob::ShopPartMassUpload; |
|
22 |
use SL::BackgroundJob::Test; |
|
23 |
|
|
24 |
1; |
doc/release_management.txt | ||
---|---|---|
169 | 169 |
find SL/DB -type f | grep -v MetaSetup | grep -v Helper | grep -v Manager | sort |
170 | 170 |
hilft, kriegt aber die Sortierung durcheinander) |
171 | 171 |
|
172 |
* SL::BackgroundJob::ALL auf Vollständigkeit prüfen |
|
173 |
|
|
174 |
ähnliches Vorgehen wie bei SL::DB::Helper::ALL |
|
175 |
|
|
176 | 172 |
* VERSION updaten |
177 | 173 |
|
178 | 174 |
Zu den Versionierungen ab 3.0.0: |
scripts/task_server.pl | ||
---|---|---|
26 | 26 |
use SL::DB::AuthClient; |
27 | 27 |
use SL::DB::BackgroundJob; |
28 | 28 |
use SL::System::Process; |
29 |
use SL::BackgroundJob::ALL; |
|
30 | 29 |
use SL::Form; |
31 | 30 |
use SL::Helper::DateTime; |
32 | 31 |
use SL::InstanceConfiguration; |
Auch abrufbar als: Unified diff
SL::DB::BackgroudJob::ALL entfernt
Wird nicht wirklich gebraucht und war bis vor dem letzten Release auch
nicht richtig mitgepflegt worden.