Removed some old code, added todo's.

This commit is contained in:
James Cole
2014-11-17 20:55:31 +01:00
parent 696e9a6fde
commit 15e99bd672
10 changed files with 62 additions and 38 deletions

View File

@@ -103,4 +103,5 @@ Event::subscribe('FireflyIII\Event\Piggybank');
// TODO check if recurring transactions are being updated when journals are updated (aka no longer fitting, thus removed).
// TODO think about reminders.
// TODO an event that triggers and creates a limit + limit repetition when a budget is created, or something?
// TODO has many through needs to be added wherever relevant. Account > journals, etc.
return $app;