[kmymoney4] [Bug 377368] KMyMoney 4.8 failed to import discover card ofx

2017-08-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377368

--- Comment #8 from geo...@wildturkeyranch.net ---
On 08/08/17 00:24, Thomas Baumgart wrote:
> George, you forgot
>
> 3) get the developers for the bank's backend system to read and understand the
> RFC and fix the problem (hey, after all they introduced it)
Yeah, well I long ago realized that my tail was NOT going to wag the 
dog. So the only chance at resolution was to grab the bull by the horn, 
so to speak.
>
> though your solution to 'stop using the card' on a wide scale may have some
> impact  (I have dreaming mode on while I write this) and would be my choice as
> well.
>
> As to 1) why should there be an option to control the order if that is not
> required by the standard and 2) only if said bank pays me so that I can retire
> immediately and take care of KMyMoney fulltime.
Sorry, Quicken already paid THEM.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney4] [Bug 383165] Networth report shows wrong values

2017-08-08 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=383165

--- Comment #9 from Ralf Habacker  ---
(In reply to Thomas Baumgart from comment #4)
> One needs to file it once to fix the file so we need a fix to solve
> this issue in code also. 
This is a good change to make kmymoney in this area more robust because you
cannot expect that the report engine is set in stone forever.
I will take a look into that issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: Compile Error - Fedora 26

2017-08-08 Thread Jack

On 2017.08.07 19:31, Brendan Coupe wrote:

I already tried the libalkimia trick and it did not work this time.
That would only work if it was an alkimia file which was missing, and  
it was missing because your alkimia install was broken.


I was running with -j 8. I tried -j 1 and it took a lot longer to  
fail. I added -d to -j 1 and it also failed. I've copied the last  
part of the output below (I switched GMail to plain text mode, I hope  
it works).

Mail formatting is good - thanks.


==
Updating goal targets
Considering target file
'kmymoney/dialogs/settings/CMakeFiles/settings_autogen.dir/build'.
 File  
'kmymoney/dialogs/settings/CMakeFiles/settings_autogen.dir/build'

does not exist.

[snip]

  Must remake target '//kmymoneysettings.h'.
I probably snipped too many lines, but the problem is it can't find  
kmymoneysettings.h.  That file is not in the source, but gets created  
in $build_dir/kmymoney.  So we need to figure out why it isn't being  
made.


First - what sources are you using?  If you are pulling from git head  
of the 4.8 branch, confirm that "git status" doesn't show anything  
amiss.


Second - are you building in tree, or out of tree.  The latter is  
recommended as safer.


If that's not enough, we may have to track down where in the build  
process that file SHOULD be created, and why it's not happening.


Jack



On Mon, Aug 7, 2017 at 10:57 AM, Jack  
 wrote:

> Hello Brendan,
>
> On 2017.08.07 12:28, Brendan Coupe wrote:
>>
>> I have been compiling KMM from source for many years. I have been  
using

>> the 4.8 branch recently.
>>
>> I upgraded from Fedora 25 to Fedora 26 a couple of weeks ago.  
Compiling
>> fails pretty early in the process. See the last part of the output  
below. It

>> compiled from source without any issues prior to the OS upgrade.
>>
>> Any idea what is going wrong?
>>
>> ===
>> *Generating MOC source  
EWIEGA46WW/moc_lendborrowwizardpage.cppGenerating
>> MOC source JKU67JSAFJ/moc_KDChartTernaryPointDiagram.cppGenerating  
MOC
>> source EWIEGA46WW/moc_loanamountwizardpage.cppGenerating MOC  
compilation
>> mocs_compilation.cpp[  6%] Built target  
kmm_kdchart_autogenGenerating MOC
>> source EWIEGA46WW/moc_loanattributeswizardpage.cppGenerating MOC  
source

>> EWIEGA46WW/moc_namewizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_newcalculateloanwizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_newgeneralinfowizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_newintrowizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_newpaymentswizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_paymenteditwizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_paymentfrequencywizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_paymentwizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_previouspaymentswizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_recordpaymentwizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_schedulewizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_summaryeditwizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_summarywizardpage.cppGenerating MOC source
>> EWIEGA46WW/moc_variableinterestdatewizardpage.cppGenerating MOC
>> compilation
>> mocs_compilation.cpp[  6%] Built target newloanwizard_autogenmake:  
***

>> [Makefile:163: all] Error 2*
>> **===
>
>
> First please consider sending plain text and not HTML to the list -  
you can

> see it messes up wrapping.
>
> This seems similar to a problem you had last October.   Have you  
tried "make
> -d" (or some slightly less verbose variant) to get debugging info?   
What -j
> value are you using?  I believe at that time, make (or gcc?)  
couldn't find
> some header file, which you fixed by removing and reinstalling  
libalkimia.

>
> Jack





[kmymoney4] [Bug 383163] CATEGORIES doesn't toggle between Expense and Income. It's stuck on Income.

2017-08-08 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=383163

NSLW  changed:

   What|Removed |Added

 Resolution|FIXED   |INVALID
 CC||lukasz.wojnilow...@gmail.co
   ||m

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: Compile Error - Fedora 26

2017-08-08 Thread Łukasz Wojniłowicz
Then I guess I can't help you, because I develop master and not 4.8 branch. 
Take this as a tip, that 4.8 branch may not compile on Fedora 26 because of 
the latest CMake. The patch I've sent you fixes it for master branch. 
You can try to downgrade CMake (version from Fedora 26 at release time should 
suffice) or ask Ralf Habacker for help as he maintains 4.8 branch.

Dnia wtorek, 8 sierpnia 2017 01:34:48 CEST Brendan Coupe pisze:
> I created a diff file and copied the text on the page in the link that
> you sent me to the diff file. I tried to apply it to the source and
> got the following errors:
> 
> error: patch failed: kmymoney/mymoney/CMakeLists.txt:28
> error: kmymoney/mymoney/CMakeLists.txt: patch does not apply
> error: kmymoney/mymoney/storage/tests/CMakeLists.txt: No such file or
> directory error: kmymoney/mymoney/tests/CMakeLists.txt: No such file or
> directory
> 
> I've always downloaded a diff file in the past so I'm not sure I'm
> doing this correctly since I do not see anyway to download the diff
> file. I probably need so help applying the diff.
> 
> 
> Brendan Coupe
> 
> 
> On Mon, Aug 7, 2017 at 12:51 PM, Łukasz Wojniłowicz
> 
>  wrote:
> > Try to apply
> > https://cgit.kde.org/kmymoney.git/commit/?
> > id=747762d138682be9abbe7307680013cd643da8cb
> > on 4.8 branch.
> > 
> > Dnia poniedziałek, 7 sierpnia 2017 18:28:15 CEST Brendan Coupe pisze:
> >> I have been compiling KMM from source for many years. I have been using
> >> the
> >> 4.8 branch recently.
> >> 
> >> I upgraded from Fedora 25 to Fedora 26 a couple of weeks ago. Compiling
> >> fails pretty early in the process. See the last part of the output below.
> >> It compiled from source without any issues prior to the OS upgrade.
> >> 
> >> Any idea what is going wrong?
> >> 
> >> ===
> >> *Generating MOC source EWIEGA46WW/moc_lendborrowwizardpage.cppGenerating
> >> MOC source JKU67JSAFJ/moc_KDChartTernaryPointDiagram.cppGenerating MOC
> >> source EWIEGA46WW/moc_loanamountwizardpage.cppGenerating MOC compilation
> >> mocs_compilation.cpp[  6%] Built target kmm_kdchart_autogenGenerating MOC
> >> source EWIEGA46WW/moc_loanattributeswizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_namewizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_newcalculateloanwizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_newgeneralinfowizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_newintrowizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_newpaymentswizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_paymenteditwizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_paymentfrequencywizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_paymentwizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_previouspaymentswizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_recordpaymentwizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_schedulewizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_summaryeditwizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_summarywizardpage.cppGenerating MOC source
> >> EWIEGA46WW/moc_variableinterestdatewizardpage.cppGenerating MOC
> >> compilation
> >> mocs_compilation.cpp[  6%] Built target newloanwizard_autogenmake: ***
> >> [Makefile:163: all] Error 2*
> >> **===
> >> 
> >> *Thanks,*
> >> **
> >> 
> >> *Brendan Coupe*




[kmymoney4] [Bug 383266] Unrelated categories in report configuration for net worth

2017-08-08 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=383266

--- Comment #2 from Ralf Habacker  ---
Looking at the rows/column tab of the report configuration there is a combo box
Rows which could be switched from "Assets & Liabilities" to "Income &
Expenses".
Changing to "Income & Expenses" let the report uses the categories from the
category tab, which looks to be an indication how to hide the tab.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney4] [Bug 383239] Automatic VAT split causes offset due to rounding error

2017-08-08 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=383239

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de
   Version Fixed In|5.0 |4.8.1

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney4] [Bug 383239] Automatic VAT split causes offset due to rounding error

2017-08-08 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=383239

Ralf Habacker  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kmy |https://commits.kde.org/kmy
   |money/eb7e02dd0fc840fa44d5a |money/3bfcf56a8e2ba1fd5a8fb
   |d1d514060d9637468f7 |a6b235d0ceb94ca3c8c

--- Comment #3 from Ralf Habacker  ---
Git commit 3bfcf56a8e2ba1fd5a8fba6b235d0ceb94ca3c8c by Ralf Habacker, on behalf
of Thomas Baumgart.
Committed on 08/08/2017 at 07:02.
Pushed by habacker into branch '4.8'.

Fix VAT assignment rounding problems

Rounding problems led to non-balanced transactions. This change avoids
such a situation.
FIXED-IN: 5.0
CCMAIL: geebackho...@gmail.com
(cherry picked from commit eb7e02dd0fc840fa44d5ad1d514060d9637468f7)

M  +3-3kmymoney/mymoney/mymoneyfile.cpp

https://commits.kde.org/kmymoney/3bfcf56a8e2ba1fd5a8fba6b235d0ceb94ca3c8c

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney4] [Bug 383165] Networth report shows wrong values

2017-08-08 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=383165

--- Comment #8 from Ralf Habacker  ---
Git commit 552879068c24d6e8c5183da77256c41d78ab3de3 by Ralf Habacker.
Committed on 08/08/2017 at 06:59.
Pushed by habacker into branch '4.8'.

Fix broken reports

Do not show income and expense categories in the account tab
of the report configuration dialog which adds them unconditional
to reports.

M  +0-2kmymoney/dialogs/kfindtransactiondlg.cpp

https://commits.kde.org/kmymoney/552879068c24d6e8c5183da77256c41d78ab3de3

-- 
You are receiving this mail because:
You are the assignee for the bug.