Bug 473381 - Allow user to avoid thousand separator in xxxFormatted columns in sql back end
Summary: Allow user to avoid thousand separator in xxxFormatted columns in sql back end
Status: REPORTED
Alias: None
Product: kmymoney
Classification: Applications
Component: database (show other bugs)
Version: 5.1.3
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-14 18:12 UTC by Jack
Modified: 2023-08-14 18:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.