Exposing QIF account types mapping
esakal opened this issue · 1 comments
esakal commented
Hello,
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.
reubano commented
Seems perfectly reasonable. Also, why not keep the same name? The words differ by an s
.