-
-
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.
Browse files
Browse the repository at this point in the history
* Allow case insensitive ynab5 import for special 'starting balance' payee * set upcoming release number to related github issue * extract string comparison into separate function and reuse when checking starting balance/s on ynab4 import * make all category group checks case insensitive when importing from ynab5 to make the check strategy consistent when importing from ynab5 * extract findById into sreusable function to 'simplify' usage * Add null check Co-authored-by: Joel Jeremy Marquez <[email protected]> --------- Co-authored-by: Joel Jeremy Marquez <[email protected]>
- Loading branch information
1 parent
e205344
commit 540c410
Showing
2 changed files
with
44 additions
and
22 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: [Marethyu1] | ||
--- | ||
|
||
Allow case insensitive ynab5 import for special 'starting balance' payee |