running multiple instances

2025-04-04 Thread Jack Ostroff via KMyMoney-devel
Sometimes, I have two instances of KMyMoney open at the same time, looking at different data files. On several occasions, I have had the experience of closing one of the two open files (I think, but am not certain, that the problem happens when I close the file I had opened earlier.) If I

how to remove wrong payee from stock purchase transaction

2025-03-26 Thread Jack Ostroff via KMyMoney-devel
While doing some other file cleanup, I discovered a pair of stock transactions (one buy, one sell) which have a payee specified in the split for the stock account. I have no idea how it got there, but I'd like to remove it. Unfortunately, the investment transaction editor does not show th

interesting issue with online stock price update

2025-02-15 Thread Jack Ostroff via KMyMoney-devel
For the past few weeks/months I've pretty much given up on trying to retrieve online stock prices. This week, I finally updated my sources, and most of my stocks retrieved the latest price just fine. However, many mutual funds did not, failing with "Unable to find 'timestamp' from date pa

question on editing multiple transactions

2025-01-06 Thread Jack Ostroff via KMyMoney-devel
Is there any way to remove the memo from multiple transactions in a single edit, even if the memos are all identical? This is with a version recently compiled from master. If I select multiple (even just two) transactions, all identical except for date, the transaction editor opens - but A

Re: mpir v gmp and problems building for Qt6

2024-12-27 Thread Jack Ostroff via KMyMoney-devel
On 12/26/24 2:10 AM, Thomas Baumgart via KMyMoney-devel wrote: On Mittwoch, 25. Dezember 2024 23:26:35 CET Jack Ostroff via KMyMoney-devel wrote: Merry Christmas to all. In bits of spare time, I've been trying to compile libalkimia and kmymoney for Qt6. I was having some difficulties ge

mpir v gmp and problems building for Qt6

2024-12-25 Thread Jack Ostroff via KMyMoney-devel
Merry Christmas to all. In bits of spare time, I've been trying to compile libalkimia and kmymoney for Qt6.  I was having some difficulties getting them to find mpir.  While digging into the details of why, as I read the code, I see KMyMoney prefers MPIR to GMP (from CMakeLists.txt) since 6 ye

inconsistency in displaying memo for split/transaction

2024-12-06 Thread Jack Ostroff via KMyMoney-devel
In working recently with some reports, I've found behavior regarding memos which I did not expect, and find a bit odd. To test, I created a new transaction, in the ledger for a cash account. The memo I entered ended up only in that split, not in the transaction itself. However, I know I h

build error with a852b42098839919bc9e0dc5d7b7e4135fd4847d

2024-12-01 Thread Jack Ostroff via KMyMoney-devel
Trying to compile latest master results in: In file included from /var/tmp/portage/app-office/kmymoney--r1/work/kmymoney-/kmymoney/plugins/kbanking/gwenkdegui.cpp:11: /usr/include/gwenhywfar5/gwen-gui-qt5/qt5dialogbox.hpp:23:95: error: invalid conversion from 'int' to 'Qt::WindowType'

when upgrades don't work with existing rc files

2024-11-09 Thread Jack Ostroff via KMyMoney-devel
I have just merged Ralf's additions to the Payees chapter of the handbook about payee link matching. Everything worked fine with a newly compiled KMM, except I still didn't see "Open URL" in the context menu for a transaction. By email, Ralf told me I needed to remove/rename ~/.local/shar

Re: Master Branch Compile Error

2024-10-02 Thread Jack Ostroff via KMyMoney-devel
[snip] Nothing in your ccmake output strikes me as wrong, but I'll try a detailed comparison to my own output later. So cmake does produce a bunch of Makefiles for you, but before finishing the configuration, it complains about no targets and no makefile.  That error sounds like it comes

Re: Master Branch Compile Error

2024-10-02 Thread Jack Ostroff via KMyMoney-devel
Hi Brendan, On 10/2/24 1:02 PM, Brendan Coupe via KMyMoney-devel wrote: I have been compiling KMM with scripts I wrote 15 or so years ago. I stopped updating 5he 5.1 branch about a year ago when it was clear very little was happening there. I want to switch to the master branch as it appears

Re: building from master branch

2024-09-17 Thread Jack Ostroff via KMyMoney-devel
On 9/17/24 12:42 PM, Jeremy Whiting via KMyMoney-devel wrote: Hello, How does one currently build kmymoney from master branch? I've been trying to sort it out myself, but have hit some walls. Here are my questions. 1. KMymoney master branch depends on alkimia 6, but alkimia master branch se

Very strange problems with OFX imported dividend reinvestment transactions from Fidelity

2024-08-31 Thread Jack Ostroff via KMyMoney-devel
I've been having problems with consistency check for a long time, but never bothered to track down the cause. I'm trying to do that now, and everything I see just confuses me more. I do assume that the initial issue is introduced with the ofx import from Fidelity, but I also think KMM is

issue with reconciliation progress bar

2024-08-05 Thread Jack Ostroff via KMyMoney-devel
Several times over the past few days, when I reconcil, instead of the reconcile bar actually progrssing from 0 to 100 and then disappearing, it shows up and just stays there. These seem to be cases where the actual reconciliation is completed within one second or so. There is no button on

reconciliation bars not showing in investment account

2024-08-03 Thread Jack Ostroff via KMyMoney-devel
I'm doing my monthly reconciliation of a bunch of my investment accounts, and on the second one noticed that the green reconciliation bars in the ledger are not showing up for my investment accounts. I'm not actually sure when this started. Am I missing something or should I file it as a

new crash on closing file

2024-05-14 Thread Jack Ostroff via KMyMoney-devel
With 5.1.80-022af411a, I get a crash closing my data file (xml.) (So far tried with two different files.) Possibly related to f34f4e99? Backtrace: (gdb) bt #0 KMyMoneyAccountCombo::setSelected (this=0x3ff0, id=..., ignoreCache=ignoreCache@entry=false) at /usr/include/qt5/QtC

doc question - what gnuicash versions are imported by KMM

2023-10-04 Thread Jack Ostroff via KMyMoney-devel
The current doc (from 2011) says that KMM will import the xml files produced by gnucash versions 1.8 and 2.0 Gentoo Linux tells me GnuCash 4.13 is the latest stable version, and that even 5.3 has been released. Can the doc simply say that files from any recent version of Gnucash should be

How to deal with clang-format

2023-08-12 Thread Jack Ostroff via KMyMoney-devel
I'm finding git requiring me to run clang-format on most code changes. Most of the time, it is fine - just fixing up bad indentation (tabs -> spaces) but sometimes it completely re-indents something in ways that make it actually harder to read, or using longer lines. https://community.kde

Jenkins build for MacOS failing

2023-07-14 Thread Jack Ostroff via KMyMoney-devel
The MacOS build of KMyMoney on Jenkins has been failing for a week. There is also a report on Discuss of the MacOS version not running (Could not initialize KBanking online banking interface, but we're still trying to get at the full stdout console output) but it's not at all clear wheth

account opening date question

2023-05-28 Thread Jack Ostroff via KMyMoney-devel
When I do a consistency check, the results include * The security 'UNITEDHEALTH GROUP INC' has no price set for the opening date '2023-04-03'. However, the that security is held in a single investment account, in the security account lastmodified="2023-05-08" institution="" opened

inconsistent diaply of stock name

2022-09-11 Thread Jack Ostroff via KMyMoney-devel
Somehow I ended up with a stock with one name in the Equities tab of the Investment View, but a different name (same symbol and other details) in the Securities tab. In the ledger, all transactions for that stock were displayed with the name shown in the Equities tab, but when edited, the

git master not entering scheduled transactions

2022-09-11 Thread Jack Ostroff via KMyMoney-devel
Just noticed today, that in git master (Version 5.1.80-9f9089fe4) I can enter the dialog to enter the next scheduled transactions, but when I hit Enter, nothing happens. The transaction remains on the list still to be entered. Same if I try from the Scheduled transaction View or from the

failed pipeline

2022-08-10 Thread Jack Ostroff via KMyMoney-devel
I've gotten some pipeline failure messages for my MR, which only changes doc files, so I am assuming it is something about the CI setup ( build_local_ubuntu_2110). Should I ignore it, or report it, and if so, to whom? Thanks. Jack

new crash in master

2022-07-11 Thread Jack Ostroff via KMyMoney-devel
First, thanks for all the help and quick work dealing with everything I've been adding to Issue 61. All my original crashes and other issues are fixed or are being worked on. This was all for reconciling a bunch of investment accounts and a checking account, so it was a pretty good exerc

possible new qif profile (export) problem

2022-04-01 Thread Jack Ostroff via KMyMoney-devel
In playing with qif profiles, I created a new profile, and did a qif export with several different date formats. All selections I tried with a four digit year worked as expected. However, for two digit year formats, the output had the final delimiter replace by a single quote. For exampl