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

2023-08-09 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473223

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Thomas Baumgart  ---
Could be related to the content of your data. What does KMyMoney print to the
console when started from the command line? Anything suspicious? What is the
output of the following command run on the command line (replace
"your-data-file-name.kmy" with your actual filename:

zcat your-data-file-name.kmy | grep 'TRANSACTION>' | wc -l

It should be the number of transactions plus the number of schedules shown in
the File information dialog.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 351535] Lost payee information when matched

2023-08-09 Thread Jack via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=351535

Jack  changed:

   What|Removed |Added

 Status|CLOSED  |RESOLVED
 CC|ostroffjh@users.sourceforge |
   |.net|
 Resolution|WORKSFORME  |FIXED

--- Comment #7 from Jack  ---
Thanks for confirming.  I've adjusted the status.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 351535] Lost payee information when matched

2023-08-09 Thread Antoine T via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=351535

--- Comment #6 from Antoine T  ---
Oups cannot set the status as FIXED. I closed it anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 351535] Lost payee information when matched

2023-08-09 Thread Antoine T via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=351535

Antoine T  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #5 from Antoine T  ---
Hi, sorry for the delay.

I can confirm the issue is fixed. Tested in KMyMoney 5.1.2. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2023-08-09 Thread Neil via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473223

Bug ID: 473223
   Summary: Data lost on
kmymoney-master-2001-macos-clang-x86_64.dmg upgrade
Classification: Applications
   Product: kmymoney
   Version: unspecified
  Platform: macOS (DMG)
OS: macOS
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kmymoney-devel@kde.org
  Reporter: nral...@pm.me
  Target Milestone: ---

SUMMARY
***
Using kmymoney-5.1-1802-macos-clang-x86_64.dmg - Can open .kmy files created on
Linux (kmymoney v5.0.8 ) with 21720 transactions. Problem with unusable Home
screen. Googled solution suggested that nightly version solved the Home
problem.
Installed kmymoney-master-2001-macos-clang-x86_64.dmg. Home screen works but
Data newer than 2016 was missing. File Information shows only 14811
transactions






NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2023-08-09 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473082

--- Comment #8 from Thomas Baumgart  ---
Maybe, because it compiled w/o problems. It's a tricky thing to use the Qt
style d-pointers inside lambdas. One must not forget to add the Q_D() macro
inside the lambda even though it is present in the enclosing method.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2023-08-09 Thread Jack via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=473082

--- Comment #7 from Jack  ---
Thanks.  I confirm that eliminates the crash.  Not sure why I didn't see that
as the cause.

-- 
You are receiving this mail because:
You are the assignee for the bug.