]> wagnertech.de Git - mfinanz.git/blobdiff - SL/BackgroundJob/ALL.pm
Zeiterfassung: Hintergrund-Job zum Umwandeln in Lieferscheine
[mfinanz.git] / SL / BackgroundJob / ALL.pm
index 5688d2cc8d549bf8f01e3efb672fe519ad97e3f1..2e637cd1fea793f1a23e35894239a628843b880d 100644 (file)
@@ -3,8 +3,11 @@ package SL::BackgroundJob::ALL;
 use strict;
 
 use SL::BackgroundJob::Base;
+use SL::BackgroundJob::BackgroundJobCleanup;
 use SL::BackgroundJob::CleanBackgroundJobHistory;
+use SL::BackgroundJob::CloseProjectsBelongingToClosedSalesOrders;
+use SL::BackgroundJob::ConvertTimeRecordings;
 use SL::BackgroundJob::CreatePeriodicInvoices;
+use SL::BackgroundJob::FailedBackgroundJobsReport;
 
 1;
-