[Kmymoney-devel] [Bug 267103] New: kmymoney4.5.3 non integer total of operation in QIF file multiplies on 100 (skip or ignore float point separator)

Alexander Trubitsyn a.trubitsyn at mail.ru
Thu Feb 24 22:36:47 CET 2011


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

           Summary: kmymoney4.5.3 non integer total of operation in QIF
                    file multiplies on 100 (skip or ignore float point
                    separator)
           Product: kmymoney4
           Version: SVN trunk
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kmymoney-devel at kde.org
        ReportedBy: a.trubitsyn at mail.ru


Created an attachment (id=57507)
 --> (http://bugs.kde.org/attachment.cgi?id=57507)
my little  QIF file for testing import

Version:           SVN trunk (using KDE 4.4.4) 
OS:                Linux

Any non integer value from QIF file multiplies by 100 if you import it in
kmymoney 4.5.3, for example, this QIF file
D18.02.2011
C
Mtest01 positive with comma
T10,15
Ptest
Ltest
^
D18.02.2011
C
Mtest01 positive with point
T10.72
Ptest
Ltest
^
D18.02.2011
C
Mtest03 negative with comma
T-10,15
Ptest
Ltest
^
D18.02.2011
C
Mtest02 negative with point
T-10.72
Ptest
Ltest
^

imported with values
1015
1072
-1015
-1072

Reproducible: Didn't try

Steps to Reproduce:
Reproducible: Always

Steps to Reproduce:
1 Click file >> Import >> QIF
2 Browse to select the file
3 default QIF profile and QIF source = "bank statement"
4 click import

try to change separator from ',' on '.', but it did not help

Actual Results:  
1015
1072
-1015
-1072

Expected Results:  
10,15
10,72
-10,15
-10,72

OS: Linux (x86_64) release 2.6.34.7-0.7-desktop
Compiler: gcc

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list