codinguser / gnucash-android

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

Commas in Account name causes error in reporting #649

Closed codinguser closed 7 years ago

codinguser commented 7 years ago

Steps to reproduce the behaviour

Inserting a comma character ',' inside an account name messes up the chart display. Simplified example: Say you have one account with 3 subaccounts: Expenses |----Ac1 |----Ac2 |----Ac3 with transactions in each account. Then renaming "Ac1" to "Ac1, foo" changes the bar charts contributions. Also, the name for "Ac1, foo" appears just as "Ac1" so my suspicion is that there is some issue with parsing when generating the charts.

Expected behaviour

Bar chart distributions should stay same.

Actual behaviour

Bar chart distributions change The issue goes away when the comma is remove from the account name.

Software specifications

pnemonic78 commented 7 years ago

Seems to be fixed in version 2.2.0

codinguser commented 7 years ago

@pnemonic78 so I can close this issue?

pnemonic78 commented 7 years ago

Close as non-reproducable

codinguser commented 7 years ago

Can't reproduce.