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

            Bug ID: 362231
           Summary: lost date in imported split operation
           Product: skrooge
           Version: unspecified
          Platform: Debian testing
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: guillaume.deb...@gmail.com
          Reporter: vey.quen...@gmail.com
                CC: steph...@mankowski.fr

When importing a split operation through a .csv, the date of each sub-operation
is set to the value of the split operation, altough they were recorded with
different dates.

Version is 1.9.3BETA

Reproducible: Always

Steps to Reproduce:
1.Create a split operation with one given date (for example 2016-04-27), set
two sub-operation with different dates (2016-05-15 and 2016-05-20)
2.Export it (file->export)
3.Import it back

Actual Results:  
One split operation is imported, with the date 2016-05-15. Each sub-operation
is imported with the same date, 2016-05-15

Expected Results:  
The split opration should be imported with the date 2016-04-27, and the
sub-operation should be imported with the dates 2016-05-15 and 2016-105-20.

the content of the exported .csv is copied below. We can see that the date of
the split operation is set to "0" (but the problem persists if the file is
modified to replace the "0" with a actual date). 
The dates for each sub-operation are correctly exported, but they are lost
during the import.




"date";"account";"number";"mode";"payee";"comment";"quantity";"unit";"amount";"sign";"category";"status";"bookmarked";"id";"idtransaction";"idgroup"
"0000-00-00";"test";"0";"";"";"";"0";"€";"0";"";"";"Y";"N";"1";"1";"0"
"2016-05-15";"test";"0";"";"";"test";"5";"€";"5";"+";"";"N";"N";"3";"2";"0"
"2016-05-20";"test";"0";"";"";"test";"5";"€";"5";"+";"";"N";"N";"4";"2";"0"

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

Reply via email to