-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ curl -H "Authorization: Bearer <ACCESS_TOKEN>" https://api.youneedabudget.com/v1 | |
|
||
- Choose the exported JSON file | ||
|
||
### Optional: Cleanup | ||
### Cleanup | ||
|
||
#### Credit Cards (Fix Overspending) | ||
|
||
|
@@ -85,3 +85,19 @@ To `hold` the leftover funds for the next month follow these steps: | |
4. Repeat for all desired months. | ||
|
||
A full description of how funds rollover and the `hold` feature can be found in [this article.](../budgeting/#how-money-rolls-over) | ||
|
||
#### Duplicate Categories or Groups | ||
|
||
Actual does not allow duplicate category groups, or duplicate categories within a group. | ||
This happens sometimes in YNAB especially if you have an old hidden category or group that has been forgotten about. | ||
Actual is automatically rename these duplicates by appending a `-1` to the end of the name (potentially higher numbers if you have multiple duplicates). | ||
Make sure to show hidden categories to see if you have any of these duplicates. | ||
To see your hidden categories select the "Toggle Hidden Categories" option in the kebab menu next to the "Categores" header. | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error documentation
Categores is not a recognized word. (unrecognized-spelling)
|
||
|
||
**To Fix duplicate groups**: | ||
1. Move any categories inside the duplicate group to a different group. | ||
2. Delete the duplicate group by selecting "Delete" in the menu next to the group name. | ||
|
||
**To Fix Duplicate Categories**: | ||
1. Find the duplicate category and select "Delete" in the menu next to the category name. | ||
2. Choose what category to move any transactions to that are part of this duplicate category. |
9155a3c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@check-spelling-bot Report
🔴 Please review
See the 📜action log or 📝 job summary for details.
Unrecognized words (1)
Categores
To accept these unrecognized words as correct, you could run the following commands
... in a clone of the [email protected]:actualbudget/docs.git repository
on the
youngcw/nynab-duplicates
branch (ℹ️ how do I use this?):If the flagged items are 🤯 false positives
If items relate to a ...
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txt
file matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^
refers to the file's path from the root of the repository, so^README\.md$
would exclude README.md (on whichever branch you're using).well-formed pattern.
If you can write a pattern that would match it,
try adding it to the
patterns.txt
file.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.