Created attachment 164697 [details] File showing bad split SUMMARY Sometimes my company issues me paychecks which are net zero. For example: My bonus is completely exhausted by 401(k) contributions. STEPS TO REPRODUCE So I enter a Deposit which is something like Deposit: $0 Wages&Salary $20 Retirement contributions -$10 Taxes:Federal -$5 Taxes:SS -$5 OBSERVED RESULT When I later edit the split transaction, the signs of all the values are often reversed: Wages&Salary -$20 Retirement +10 Taxes:Federal +5 Taxes:SS +5 EXPECTED RESULT Expected: that the value of the split components stays the same. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Ubuntu 22.04.3 LTS, (available in About System) KDE Plasma Version: KDE Frameworks Version: KDE Frameworks Version 5.92.0 Qt Version: Version 5.15.3 (built against 5.15.3) ADDITIONAL INFORMATION
Created attachment 164698 [details] CSV format
Created attachment 164700 [details] Split editor in master version showing deposits and payments A cause for this might be the fact, that expenses are represented as positive values and income as negative ones. The whole problem has been addresses in the current development version (see screenshot) by showing separate columns for deposits and payments.
I can confirm that a recent build kmymoney-master-3014-linux-gcc-x86_64.AppImage with the deposit/payment split fixes this issue.