-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Goals] Schedule top off amount (#2404)
* add log messages to schedule templates * log the included schedules * more log output * use a negate filter for sinking funds * carve out a top out exception if no sinking funds * note
- Loading branch information
1 parent
601c9aa
commit 98c17bd
Showing
2 changed files
with
25 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
category: Bugfix | ||
authors: [shall0pass] | ||
--- | ||
|
||
[Goals] If no sinking funds are used, apply existing category balance to simple schedules to 'top off' the category. |