firefly-iii/app
Antonio Spinelli dbb7ed3d5d
Add the Calendar Calculator
It encapsulates some date operations like sum. The result will be the
calculated date when calling the nextDateByInterval method, given the
date, periodicity, and skipInterval parameters.

For example, given a date of 2019-12-31, monthly periodicity, and skip
interval 0, the results will be 2020-01-31. Also, if the skip interval
is 1, the result is 2020-02-29. This is because the next date will add
another month to the current range.
2023-07-03 13:46:29 -03:00
..
Api Fix #7704 2023-07-01 12:18:07 +02:00
Console chore: reformat code. 2023-06-21 12:34:58 +02:00
Enums chore: reformat code. 2023-06-21 12:34:58 +02:00
Events chore: reformat code. 2023-06-21 12:34:58 +02:00
Exceptions chore: reformat code. 2023-06-21 12:34:58 +02:00
Factory chore: reformat code. 2023-06-21 12:34:58 +02:00
Generator chore: reformat code. 2023-06-21 12:34:58 +02:00
Handlers/Events Fix #7704 2023-07-01 12:18:07 +02:00
Helpers chore: reformat code. 2023-06-21 12:34:58 +02:00
Http fix: #7655 2023-06-26 06:10:16 +02:00
Jobs chore: reformat code. 2023-06-21 12:34:58 +02:00
Listeners Some code cleanup. 2016-01-29 07:17:50 +01:00
Mail chore: reformat code. 2023-06-21 12:34:58 +02:00
Models chore: reformat code. 2023-06-21 12:34:58 +02:00
Notifications chore: reformat code. 2023-06-21 12:34:58 +02:00
Policies Some code cleanup. 2016-01-29 07:17:50 +01:00
Providers Remove support for Heroku 2023-06-27 17:15:53 +02:00
Repositories chore: reformat code. 2023-06-21 12:34:58 +02:00
Rules chore: reformat code. 2023-06-21 12:34:58 +02:00
Services Add moar debug 2023-06-29 11:47:08 +02:00
Support Add the Calendar Calculator 2023-07-03 13:46:29 -03:00
TransactionRules chore: reformat code. 2023-06-21 12:34:58 +02:00
Transformers Fix #7704 2023-07-01 12:18:07 +02:00
Validation Improve transaction validation 2023-06-24 08:27:28 +02:00
User.php chore: reformat code. 2023-06-21 12:34:58 +02:00