[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

2015-04-27 Thread bugs
https://bugs.kde.org/show_bug.cgi?id=346810

--- Comment #3 from b...@sourceillustrated.com ---
Created attachment 92288
  --> https://bugs.kde.org/attachment.cgi?id=92288&action=edit
Results

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

2015-04-27 Thread bugs
https://bugs.kde.org/show_bug.cgi?id=346810

--- Comment #1 from b...@sourceillustrated.com ---
Created attachment 92286
  --> https://bugs.kde.org/attachment.cgi?id=92286&action=edit
Initial CSV dialog setup

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [kmymoney4] [Bug 346810] New: CSV importer fails to correctly parse values

2015-04-27 Thread bugs
https://bugs.kde.org/show_bug.cgi?id=346810

Bug ID: 346810
   Summary: CSV importer fails to correctly parse values
   Product: kmymoney4
   Version: 4.7.2
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: csvimporter
  Assignee: kmymoney-devel@kde.org
  Reporter: b...@sourceillustrated.com

I've tried this in the latest version of kmymoney on Fedora 21 and then
downloaded 4.7.2 and compiled it, but experience the same behavior. When
importing from CSV, the Payment column isn't updated correctly. Additionally,
the details column sometimes has a 0 in it, but sometimes has the correct
value.

Reproducible: Always

Steps to Reproduce:
1. Configure CSV Import as per screenshots
2. Run import
3. Be sad

Actual Results:  
Payment column is empty. Details column has 0 in it many times.

Expected Results:  
Properly imported transactions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

2015-04-27 Thread bugs
https://bugs.kde.org/show_bug.cgi?id=346810

--- Comment #2 from b...@sourceillustrated.com ---
Created attachment 92287
  --> https://bugs.kde.org/attachment.cgi?id=92287&action=edit
Second dialog section setup

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

2015-04-27 Thread bugs
https://bugs.kde.org/show_bug.cgi?id=346810

--- Comment #5 from b...@sourceillustrated.com ---
Created attachment 92290
  --> https://bugs.kde.org/attachment.cgi?id=92290&action=edit
Results of importing test file

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

2015-04-27 Thread bugs
https://bugs.kde.org/show_bug.cgi?id=346810

--- Comment #4 from b...@sourceillustrated.com ---
Created attachment 92289
  --> https://bugs.kde.org/attachment.cgi?id=92289&action=edit
Test csv (final screenshot shows result of importing this)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

2015-04-27 Thread bugs
https://bugs.kde.org/show_bug.cgi?id=346810

--- Comment #7 from b...@sourceillustrated.com ---
Interesting. I didn't uninstall the old version of kmymoney (which came by
default with Fedora 21) before compiling the new, so perhaps there's some
conflict occurring. I'm not at that machine at the moment but will try it again
tomorrow. Regarding the 0's in the debit/credit section, I did that manually
because it was complaining that certain rows had an improper number of columns.
Probably because it was the older version as well ;-). Thanks for responding
and I'll update with my results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

2015-04-28 Thread bugs
https://bugs.kde.org/show_bug.cgi?id=346810

--- Comment #10 from b...@sourceillustrated.com ---
Is there a trick to get the plugin to show up? I've recompiled, installed
kmymoney to /home/myuser/kmymoney, and verified that
kmymoney/lib64/kde4/kmm_csvimport.so exists in that directory. However, when I
run, CSV Import doesn't show up in the File->Import menu, and it doesn't show
up under Settings->Configure KMyMoney->Plugins either. This happens whether I
just run the executable directly, or if I use the following script:

#!/bin/bash
export KDEDIR=/home/myuser/kmymoney
export KDEDIRS=$KDEDIR
export PATH=$KDEDIR/bin:$PATH
export LD_LIBRARY_PATH=$KDEDIR/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$KDEDIR/lib64/kde4:$LD_LIBRARY_PATH
export QT_PLUGIN_PATH=$KDEDIR/lib64/kde4/plugins:$QT_PLUGIN_PATH
$KDEDIR/bin/kmymoney

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

2015-04-28 Thread bugs
https://bugs.kde.org/show_bug.cgi?id=346810

--- Comment #11 from b...@sourceillustrated.com ---
Seems my output shows: kmymoney(7660)/kdecore (trader)
KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType 
"KMyMoneyPlugin"  not found 
. That's probably the problem. However, none of the fixes here
(https://www.kubuntuforums.net/archive/index.php/t-61827.html) seem to resolve
it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

2015-04-28 Thread bugs
https://bugs.kde.org/show_bug.cgi?id=346810

--- Comment #12 from b...@sourceillustrated.com ---
I've tried running the following: 

$ kbuildsycoca4 --noincremental
kbuildsycoca4 running...
kbuildsycoca4(7892) VFolderMenu::loadDoc: Parse error in 
"/home/myuser/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu" ,
line  1 , col  1 :  "unexpected end of file" 

But they still don't show up after starting KMyMoney again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

2015-04-28 Thread bugs
https://bugs.kde.org/show_bug.cgi?id=346810

--- Comment #15 from b...@sourceillustrated.com ---
Thanks. I built it the Fedora way and everything seems to be working fine. I
appreciate your help!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

2015-04-28 Thread bugs
https://bugs.kde.org/show_bug.cgi?id=346810

--- Comment #17 from b...@sourceillustrated.com ---
Well, I spoke with the kmymoney package maintainer for Fedora on #kde-devel.
His instructions:

 yum install @buildsys-build fedpkg; fedpkg clone -a kmymoney; cd kmymoney;

Edit the spec file to point to 4.7.2 (it points at 4.7.1 today, but he said he
planned to fix).

Then, either drop the tarball in that directory or run spectool -g
kmymoney.spec, and then, finally:

sudo yum-builddep kmymoney.spec;  fedpkg local

That will leave you with a (in my case) x86_64 directory full of installable
rpms, and a noarch directory which has the kmymoney doc rpm.

HTH.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel