qifparse icon indicating copy to clipboard operation
qifparse copied to clipboard

Results 22 qifparse issues
Sort by recently updated
recently updated
newest added

In Qif.get_transactions, in the recursive branch, "self._transactions.values" should probably be "self._transactions.values()". It fails if I use recursive=True.

The print format for price and quantity for Investment is '%s%.3f'. However, Quicken can take a precision of 6 digits after the decimal for price and 4 digits after the...