https://bugs.kde.org/show_bug.cgi?id=410994

--- Comment #7 from robsonsilva <evertondan...@yahoo.com.br> ---
After the 'save As' if you run a select to find transactions that just exists
on kmmTransactions and not in kmmSplits, you will see that some kmmTransactions
don't have related kmmSplits anymore.

select * from kmmTransactions where id not in (select distinct transactionId
from kmmSplits) /*I wrote by mind sorry for mispelling*/


For e.g On ledger screen:

If you check last transaction date (sqlite file) and then last transaction date
after save as (kmy file) you will see these differences:

Account ID, before, after save as kmy:
A000331, 16-aug-2019, 08-jul-2019
A000329, 10-aug-2019, 06-jul-2019
A000344, 09-jul-2019, 25-jun-2019

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to