[Feature] Retain YNAB flags as note on import #1712
Labels
feature
This issue is a feature request
needs votes
Please upvote this feature request if you would like to see it implemented!
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
One of the last things blocking me (really, my wife, who does most of the budgeting work) from switching from YNAB4 to actual is our extensive use of flags. I understand from #552 that flags themselves are not going to be implemented, which is ok - we're down to change our workflow - but we have an ~ 8 year budget history, and can't really do without the information contained in the flags.
Describe your ideal solution to this problem
My proposal is to append or prepend something to the notes field on import - something like
#🟥 | existing note
for a red flagged transaction for example.Looking at a current YNAB4 entry with a flag as an example:
The
"flag"
field has a number of different possibilities, which all seem to be titlecase colors ("Green"
,"Red"
,"Blue"
, etc). I propose, if the"memo"
field exists, prepend"#{COLOR_EMOJI} | "
to it, otherwise, add a memo filed that is"#{COLOR_EMOJI}"
, whereCOLOR_EMOJI
isI am happy to take a stab at this, though I mostly only know julia and python. I think that the logic is pretty straightforward, and the only things I'd need to know to get started are
Teaching and learning
It seems to me like this should be automatic during import, because if people use flags, presumably they would want to keep them, and if they don't, this has no effect. Perhaps a note added to the docs about import to show people how to search for entries with particular flags would be helpful?
The text was updated successfully, but these errors were encountered: