firefly-iii/app
Aniruddha Maru 9d409a7412 Fix recurring transactions create
- If there's a lot of accounts to calculate balances for, then recurring transactions create page
  doesn't load. Partly because it has to calculate a lot of balances, but partly because the cache
  isn't being used at all because date is `new Date` rather than say, end of month.

Fix: Change Steam balance calculator to always default cache using end of month. Since cache is
'invalidated' upon any edit, there's no reason to use current datetime anywhere its not explicitly
required by user flow.
Fix: Don't calculate balances for revenue / expense accounts since those are unbounded.

Issue: #3597
2020-07-25 16:16:29 -07:00
..
Api/V1 API allows order to be set. #3200 2020-07-24 16:41:31 +02:00
Console Register user count in upgrade instructions. 2020-07-24 16:40:54 +02:00
Events Code cleanup that (hopefully) matches style CI 2020-03-17 14:57:04 +01:00
Exceptions Update copyrights. 2020-06-30 19:05:35 +02:00
Factory Update / create methods can handle order #3200 2020-07-24 16:41:58 +02:00
Generator Add support for British English and allow the user to set a locale. 2020-04-19 06:51:40 +02:00
Handlers/Events Add command to fix inconsistent groups. 2020-07-01 06:02:58 +02:00
Helpers Call correct timezone. 2020-07-17 18:51:35 +02:00
Http Fix recurring transactions create 2020-07-25 16:16:29 -07:00
Jobs Update copyrights. 2020-06-30 19:05:35 +02:00
Listeners Some code cleanup. 2016-01-29 07:17:50 +01:00
Mail Alignment 2020-05-29 06:12:24 +02:00
Models Model updates for #3200 2020-07-24 16:40:42 +02:00
Policies Some code cleanup. 2016-01-29 07:17:50 +01:00
Providers Make sure split transactions are always consistent. 2020-07-01 05:51:15 +02:00
Repositories Update / create methods can handle order #3200 2020-07-24 16:41:58 +02:00
Rules Update copyrights. 2020-06-30 19:05:35 +02:00
Services Update / create methods can handle order #3200 2020-07-24 16:41:58 +02:00
Support Fix recurring transactions create 2020-07-25 16:16:29 -07:00
TransactionRules Update copyrights. 2020-06-30 19:05:35 +02:00
Transformers Update / create methods can handle order #3200 2020-07-24 16:41:58 +02:00
Validation Point to all the right classes. 2020-07-18 08:34:00 +02:00
User.php Fix user management for groups. 2020-06-20 10:22:07 +02:00