Bug 473381

Summary: Allow user to avoid thousand separator in xxxFormatted columns in sql back end
Product: [Applications] kmymoney Reporter: Jack <ostroffjh>
Component: databaseAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: 5.1.3   
Target Milestone: ---   
Platform: Other   
OS: All   
See Also: https://bugs.kde.org/show_bug.cgi?id=473322
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Jack 2023-08-14 18:12:11 UTC
Bug 473322 was fixed by correcting the sharesFormatted column to actually use the shares value instead of the price.  However, the OP also has an issue that his processing of the xxxFormatted columns is more difficult because they include thousands separators, which must explicitly be removed before converting the value to numeric in sql.  It would be helpful for users who do process their sqlite (or other sql backend) data outside of KMM to have a configuration switch to tell KMM to not use thousands separators when saving those columns.