[kmymoney] [Bug 473223] Data lost on kmymoney-master-2001-macos-clang-x86_64.dmg upgrade

2023-08-13 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473223 --- Comment #24 from Thomas Baumgart --- If you want to use an e-mail you can send it to kmymoney-devel@kde.org (if you are not subscribed, the message will be moderated and approved). You can also use the forum at https://discuss.kde.org. In this case,

[kmymoney] [Bug 473223] Data lost on kmymoney-master-2001-macos-clang-x86_64.dmg upgrade

2023-08-13 Thread Neil via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473223 --- Comment #23 from Neil --- I am new at working with xml, and it looks like there are numerous issues with my 2 KMM apps. I think I am going to stick with using 5.3.1 for now. I don't have the time and skill set necessary for porting to nightly now. D

[kmymoney] [Bug 473322] SLQLite "kmmSplits"."sharesFormatted" Data Corrupt perhaps??

2023-08-13 Thread Jack via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473322 Jack changed: What|Removed |Added Version Fixed In||5.1.4 Latest Commit||ht

[kmymoney] [Bug 473322] SLQLite "kmmSplits"."sharesFormatted" Data Corrupt perhaps??

2023-08-13 Thread Jack via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473322 --- Comment #2 from Jack --- Git commit 6641cad7c940a0867fd106e14bebba00d51bdf4c by Jack Ostroff. Committed on 13/08/2023 at 19:25. Pushed by ostroffjh into branch 'master'. Fix sql sharesFormatted to use shares instead of price M +1-3kmymone

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-13 Thread Jack via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473082 Jack changed: What|Removed |Added Version Fixed In||5.1.4 -- You are receiving this mail because: You are t

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-13 Thread Jack via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473082 Jack changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-13 Thread Jack via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473082 --- Comment #9 from Jack --- Git commit facd313630e12eae9c754fdb7f4b80e7b6a2a756 by Jack Ostroff. Committed on 13/08/2023 at 19:00. Pushed by ostroffjh into branch 'master'. Improve precision of values in csv export M +29 -19 kmymoney/plugins/csv

[kmymoney] [Bug 473223] Data lost on kmymoney-master-2001-macos-clang-x86_64.dmg upgrade

2023-08-13 Thread Jack via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473223 --- Comment #22 from Jack --- The two transactions Thomas asked to you to look at start at line 5897, but you think you start losing transactions somewhere between lines 4870 and 5266.  Just like you did in Comment 20, you can look at more transactions,

Re: [kmymoney] [Bug 473223] Data lost on kmymoney-master-2001-macos-clang-x86_64.dmg upgrade

2023-08-13 Thread Jack via KMyMoney-devel
The two transactions Thomas asked to you to look at start at line 5897, but you think you start losing transactions somewhere between lines 4870 and 5266.  Just like you did in Comment 20, you can look at more transactions, decreasing the number, until you get to those lines, seeing if anything

[kmymoney] [Bug 473223] Data lost on kmymoney-master-2001-macos-clang-x86_64.dmg upgrade

2023-08-13 Thread Neil via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473223 --- Comment #21 from Neil --- While looking through the xml I wanted to test the assumption that the transactions import sequentially in line# order – Transactions for payee P21 stopped after processing line 4870: (4 lost before line 5902) SSA TRE

[kmymoney] [Bug 473223] Data lost on kmymoney-master-2001-macos-clang-x86_64.dmg upgrade

2023-08-13 Thread Neil via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473223 --- Comment #20 from Neil --- (In reply to Thomas Baumgart from comment #19) neilralph@Neils-MBP kmymoney % zcat RCGcopy.kmy > RCGcopy.xml neilralph@Neils-MBP kmymoney % grep -n ' neilralph@Neils-MBP kmymoney % grep -n ' neil

[kmymoney] [Bug 473308] Kmymoney does not open the file anymore

2023-08-13 Thread Paulo Fonseca via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473308 --- Comment #2 from Paulo Fonseca --- (In reply to Jack from comment #1) > Please give a little history. (I don't know if it matters, but which > version of Zorin are you using?) > Are you saying that you have previously opened this same file with the

Re: How to deal with clang-format

2023-08-13 Thread Thomas Baumgart via KMyMoney-devel
On Sonntag, 13. August 2023 01:54:21 CEST Jack Ostroff via KMyMoney-devel wrote: > I'm finding git requiring me to run clang-format on most code changes. > Most of the time, it is fine - just fixing up bad indentation (tabs -> > spaces) but sometimes it completely re-indents something in way