Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Ignore memo-field #5

Open
Tuphal opened this issue Jul 27, 2021 · 0 comments
Open

Feature request: Ignore memo-field #5

Tuphal opened this issue Jul 27, 2021 · 0 comments

Comments

@Tuphal
Copy link

Tuphal commented Jul 27, 2021

A setting to ignore the memo-field would be perfect.
After importing, the memo field is always used with more or less usefull information.
I'd like to have it empty and fill it by myself if needed.

Current working workaround for me:
In file ynab.py in line 18:
old: memo = transaction.memo[:199] if transaction.memo else None,
new: memo = None,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant