codinguser / gnucash-android

Gnucash for Android mobile companion application.
Apache License 2.0
1.23k stars 540 forks source link

Double minus in QIF #750

Closed alensiljak closed 6 years ago

alensiljak commented 6 years ago

Already mentioned in #743, the exported transactions sometimes contain double minus sign at the Amount.

Steps to reproduce the behaviour

  1. Created a transaction from a Cash account to Expenses:Dining.
  2. Export to QIF.

Expected behaviour

The exported file should contain the expense "-10".

Actual behaviour

!Account
NAssets:Cash Accounts:Cash (EUR)
^
!Type:Cash
D2017/11/13
PFood
M
SExpenses:Dining
$--10.00

Software specifications

rivaldi8 commented 6 years ago

Seems cause by the same issue as #723.

Maximaximum commented 6 years ago

Seems to be fixed in v.2.3.0

rivaldi8 commented 6 years ago

Thanks for reporting! Closing...