mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 01:16:46 -06:00
9d409a7412
- 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 |
||
---|---|---|
.. | ||
Api/V1 | ||
Console | ||
Events | ||
Exceptions | ||
Factory | ||
Generator | ||
Handlers/Events | ||
Helpers | ||
Http | ||
Jobs | ||
Listeners | ||
Models | ||
Policies | ||
Providers | ||
Repositories | ||
Rules | ||
Services | ||
Support | ||
TransactionRules | ||
Transformers | ||
Validation | ||
User.php |