hoffie / dkb-visa

DKB transaction download and conversion (CSV, QIF)
GNU Affero General Public License v3.0
56 stars 26 forks source link

option "--qif-account" is not implemented. #1

Closed okurz closed 10 years ago

okurz commented 10 years ago

It seems the option "qif-account" is never used. I tried to use it to be able to distinguish between two different accounts when merging both into a common gnucash document and saw no effect. Also, I could confirm in the source code that the value written by the ArgumentParser is never used.

Anyway, thanks for the great rewrite after "web_bank.py" does not work anymore. As a workaround I proposed a feature to web_bank.py and used it myself just doing the conversion from manually downloaded csv files to qif: https://github.com/okurz/web_bank/commit/4175542b73a7995439c8cad900b65eebd5e32624

hoffie commented 10 years ago

I'm sorry for the very late reaction. I have just pushed a change which hopefully fixes this.

okurz commented 10 years ago

I guess it does. Thanks.