Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 01091aa9

Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt

  • ID 01091aa9c5cebaf9b803afc26b8f95c4fa2d35a4
  • Vorgänger 16f22368
  • Nachfolger 74424df9

SL::BackgroundJob::ALL.pm für BackgroundJobs aktualisiert

Unterschiede anzeigen:

SL/BackgroundJob/ALL.pm
4 4

  
5 5
use SL::BackgroundJob::Base;
6 6
use SL::BackgroundJob::BackgroundJobCleanup;
7
use SL::BackgroundJob::CleanAuthSessions;
7 8
use SL::BackgroundJob::CleanBackgroundJobHistory;
8 9
use SL::BackgroundJob::CloseProjectsBelongingToClosedSalesOrders;
9 10
use SL::BackgroundJob::ConvertTimeRecordings;
10 11
use SL::BackgroundJob::CreatePeriodicInvoices;
12
use SL::BackgroundJob::CsvImport;
11 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;
12 23

  
13 24
1;

Auch abrufbar als: Unified diff