Ability to delete recurring transactions.

This commit is contained in:
James Cole
2018-06-23 08:19:29 +02:00
parent b95dd5c238
commit 19a874b274
11 changed files with 320 additions and 98 deletions

View File

@@ -101,6 +101,7 @@ class SpectreRoutine implements RoutineInterface
$handler = app(StageImportDataHandler::class);
$handler->setImportJob($this->importJob);
$handler->run();
// todo apply rules.
$this->repository->setStatus($this->importJob, 'provider_finished');
$this->repository->setStage($this->importJob, 'final');
}