Events that keep track of piggy bank money add/remove

This commit is contained in:
James Cole
2014-11-15 09:32:25 +01:00
parent 6eb9188690
commit 8c949e6190
3 changed files with 71 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ require $framework . '/Illuminate/Foundation/start.php';
//Event::subscribe('Firefly\Trigger\Budgets\EloquentBudgetTrigger');
//Event::subscribe('Firefly\Trigger\Recurring\EloquentRecurringTrigger');
//Event::subscribe('Firefly\Trigger\Journals\EloquentJournalTrigger');
Event::subscribe('FireflyIII\Event\Piggybank');
// 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.