Scan transaction journals for recurring transactions on store.

This commit is contained in:
James Cole
2014-11-19 21:18:06 +01:00
parent 0c2f9d22b9
commit d7a4bf22c6
2 changed files with 39 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ require $framework . '/Illuminate/Foundation/start.php';
//Event::subscribe('Firefly\Trigger\Journals\EloquentJournalTrigger');
Event::subscribe('FireflyIII\Event\Piggybank');
Event::subscribe('FireflyIII\Event\Budget');
Event::subscribe('FireflyIII\Event\TransactionJournal');
// TODO event that creates a relationship between transaction journals and recurring events when created.
// TODO event that updates the relationship between transaction journals and recurring events when edited.