]> wagnertech.de Git - mfinanz.git/blobdiff - SL/BackgroundJob/ALL.pm
Zeiterfassung: Hintergrund-Job zum Umwandeln in Lieferscheine
[mfinanz.git] / SL / BackgroundJob / ALL.pm
index be357a612903684939d788613959b4c5eaafa2a2..2e637cd1fea793f1a23e35894239a628843b880d 100644 (file)
@@ -3,7 +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;
-