Commit Graph

33 Commits

Author SHA1 Message Date
James Cole b557805eeb Code for new release 2023-07-15 16:02:42 +02:00
James Cole 3dcb35710b chore: reformat code. 2023-06-21 12:34:58 +02:00
James Cole 25f8acb417 Chore: use of else in accountform 2023-06-18 06:26:50 +02:00
James Cole 68934858ce Fix #7609 2023-06-14 18:44:54 +02:00
James Cole 688ca8e374 chore: fix various qodana issues 2023-06-04 06:30:22 +02:00
James Cole 1b52147a05 chore: code cleanup. 2023-05-29 13:56:55 +02:00
James Cole c7d9ca9a61 Use another facade 2023-04-01 07:04:42 +02:00
James Cole e6dc881f56 Clean up comments 2023-02-22 18:03:31 +01:00
James Cole 6cfdc58cb1 Various PSR12 code cleanup 2022-12-29 19:42:26 +01:00
James Cole 8d8f81c27d Various code cleanup and phpstan suggestions 2022-11-02 06:25:37 +01:00
James Cole 249b0c3377 Various code fixes. 2022-10-31 05:53:36 +01:00
James Cole 4e618a4d0b Remove phpstan comments. 2022-10-31 05:40:59 +01:00
James Cole d28326cc89 Restore todo's 2022-10-30 11:43:17 +01:00
James Cole d04efb8325 Reformat various code. 2022-03-29 15:00:29 +02:00
James Cole 003d8ba02a Remove reference to a method no longer used. 2022-01-29 14:11:12 +01:00
James Cole 4003cea759 Code reordering and reformatting. I should really start employing style CI. 2021-09-18 10:26:12 +02:00
James Cole 8832387b84 Remove TODO's. 2021-06-11 20:39:01 +02:00
James Cole 38d0f0427f Various code cleanup. 2021-04-06 17:00:16 +02:00
James Cole 2c575f3ca5 Code cleanup. 2021-03-28 11:43:07 +02:00
James Cole 206845575c Code cleanup 2021-03-21 09:15:40 +01:00
James Cole 08fcff2a98 Make it easier to switch between v1/v2 layout. 2021-02-03 06:25:46 +01:00
James Cole c8a87833c6 Various code cleanup. 2020-10-31 08:00:44 +01:00
James Cole 012420c47d Remove ability to see balance. 2020-07-28 06:31:56 +02:00
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
James Cole 4958f6e4a6 Update email address. 2020-02-16 13:56:52 +01:00
James Cole 6ad2021739 Fix #2901 2019-12-20 05:53:13 +01:00
James Cole 78481b8aa9 Update copyright of Firefly III to the GNU Affero General Public License as suggested by @nxxxse in #2607. This applies to all code in this commit from this moment onwards. 2019-10-02 07:00:58 +02:00
James Cole 92158e52ef Update copyright of Firefly III to the GNU Affero General Public License as suggested by @nxxxse in #2607. This applies to all code in this commit from this moment onwards. 2019-10-02 06:37:26 +02:00
James Cole fc78c32fca Add newline to files 2019-08-17 12:09:03 +02:00
James Cole 0a0ad8200a Fix #2414 2019-08-13 16:24:36 +02:00
James Cole c0033ae56b Code cleanup in AccountForm. 2019-08-10 17:11:57 +02:00
James Cole 0d9bae6ec2 Fix the references for AccountForm. 2019-08-10 16:36:15 +02:00
James Cole 6e2978231b Refactor the expandedform methods. First commit to see how Scrutinizer likes this. This commit will break most views. 2019-08-10 15:09:44 +02:00