You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In qif.py file __init__() function - the account_types is set hard-coded. Not having a way to customize it in the mapping is limiting because and also it is hard to use it since it is hidden.
I will gladly expose it thru the mapping. I think that the current value should be the default if the user did provide one in the mappings. Since the key account_type is already used to map the transaction field for debit/credit, it should be something else.
What do you think?
Eran.
The text was updated successfully, but these errors were encountered:
Hello,
In
qif.py
file__init__()
function - theaccount_types
is set hard-coded. Not having a way to customize it in the mapping is limiting because and also it is hard to use it since it is hidden.I will gladly expose it thru the mapping. I think that the current value should be the default if the user did provide one in the mappings. Since the key
account_type
is already used to map the transaction field for debit/credit, it should be something else.What do you think?
Eran.
The text was updated successfully, but these errors were encountered: