[kmymoney] [Bug 442576] New: Option to stop updating exchange rate information for unused equities

2021-09-17 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=442576

Bug ID: 442576
   Summary: Option to stop updating exchange rate information for
unused equities
   Product: kmymoney
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: onlinebanking
  Assignee: kmymoney-devel@kde.org
  Reporter: tbaumg...@kde.org
  Target Milestone: ---

It would be nice if there were a global option to disable price downloads for
any equity with a zero balance in all investment accounts. 

Source of this wish:
https://forum.kde.org/viewtopic.php?f=69=167220=447845#p447845

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

[kmymoney] [Bug 435512] When matching an assigned and unassigned transaction, KMM may leave the resulting category empty

2021-09-15 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=435512

Thomas Baumgart  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=442354

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

[kmymoney] [Bug 442354] When matching transactions, the first one selected should be first shown in the "Merge Transactions" dialog

2021-09-15 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=442354

Thomas Baumgart  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=435512

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

[kmymoney] [Bug 428156] OFX import goes to the wrong account

2021-09-14 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=428156

--- Comment #15 from Thomas Baumgart  ---
Detailed information regarding the file format and encoding can be found in the
manual at
https://docs.kde.org/stable5/en/kmymoney/kmymoney/details.formats.html.

Seeing two blanks as the StatementKey value is strange. The StatementKey is
used as a second indicator to identify an account. It is set as part of the
statement import when the account number received from the bank differs from
the one KMyMoney knows about. Since we're talking OFX here, this information
comes straight from libOFX. It is strange though to see two blanks here. Let's
see what we can do about it or if there is a bug somewhere down the line.

@Isaac: Please proceed as follows:

- use the settings/general/support dialog to
  a) turn on "Log imported statements"
  b) turn on "Log OFX transactions"

a) will leave a "kmm-statement- .txt" in the 'logpath'
b) will write the communication with the OFX server to the file "ofxlog.txt" in
the 'logpath'

'logpath' can also be set in the above dialog but must exist. The users home
dir is a good choice.

Delete a possibly existing ofxlog.txt file in the logpath so that we have a
fresh copy.

Then run the import process that fails until the end.

Next I am interested in the value of accountid, accountnumber and type found in
the statement file. You can see those with the following command:

  grep version kmm-statement-

Next I want to know which account number was provided by the bank. You can get
that with the following command

  grep ACCTID ofx-log.txt | od -c -Ax

If you have a tool called hexdump available, please provide the output of the
following command:

  grep ACCTID ofx-log.txt | hexdump -C


Maybe you can repeat the above for a bank account (the one that is working) so
that we can see what the difference is.

Don't forget to turn off logging.

p.s. Taking a look at the screen shot attached, the account number seems empty
(but that could well be two blanks which we can't see).

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

[kmymoney] [Bug 438105] some typos found in code

2021-09-11 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=438105

--- Comment #12 from Thomas Baumgart  ---
Seems to be fixed: https://invent.kde.org/office/kmymoney/-/commit/0af86e0

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

[kmymoney] [Bug 384051] No reset of hcbi account pin possible

2021-09-10 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=384051

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #13 from Thomas Baumgart  ---
@Ralf: AqBanking 6.3.1 and Gwenhywfar 5.7.1 are the new stable releases and
maint branch points to them.

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

[kmymoney] [Bug 426400] Fix KF5 issues on Windows

2021-09-10 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=426400
Bug 426400 depends on bug 384051, which changed state.

Bug 384051 Summary: No reset of hcbi account pin possible
https://bugs.kde.org/show_bug.cgi?id=384051

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |UPSTREAM

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

[kmymoney] [Bug 438105] some typos found in code

2021-09-10 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=438105

--- Comment #9 from Thomas Baumgart  ---
In general I agree. The question is, where these keywords are used and what the
meaning of 'check' in another context without a reference to printing may mean.

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

Re: MS SQL Server (Express) Support?

2021-09-09 Thread Thomas Baumgart via KMyMoney-devel
Raymond,

On Donnerstag, 9. September 2021 04:41:10 CEST Raymond Dean via KMyMoney-devel 
wrote:

> I'm trying to connect to MS SQL Server (Express).  Is it possible?  The 
> screenshot below shows the most promising error I can generate.  Also, I've 
> included different variations of the login.
> 
> I'm using Windows 10, and KMyMoney version 5.0.6.

I sort of remember, that 5.0.6 and possibly later versions had a problem with 
the database backend. You may want to take a look at the release notes if they 
contain some information about fixes in that area (https://kmymoney.org/news/)

> I'd like to contribute in any way possible --- I write JavaScript and SQL, 
> and I've built web APIs with the KNEX query builder for Node.js.   Though, 
> SQL is not my strength.

Well, that part is covered by a lot of C++ code and a bit of SQL statements. So 
testing might be the most you can do right now. I know that support for SQLite, 
MySQL and Postgres has been tested but don't know about the ODBC backend in 
connection with MSSQL.

> Basically, I'm happy to help test whatever you need me to test.  Thanks!

Unfortunately, Windows is not our main development environment and therefore 
the versions are always a bit behind. Please check if you can get a newer 
version from either https://binary-factory.kde.org/job/KMyMoney_Release_win64/ 
(build with MSVC) or from https://kmymoney.org/snapshots.php (build with cross 
compile tools).

Please make sure to keep a backup of your database before you test any of the 
newer versions just in case you have to go back. Or work on a duplicate (test 
version) of your data.

In case you want to support us you may want to consider to subscribe to the 
list so that you get all mails (it's a low traffic list)

-- 

Regards

Thomas Baumgart

https://www.signal.org/   Signal, the better WhatsApp
-
My friend couldn't afford to pay his water bill. So I sent him a 'get well 
soon' card.
-


signature.asc
Description: This is a digitally signed message part.


Re: Recent Build Error

2021-09-07 Thread Thomas Baumgart via KMyMoney-devel
Joel,

On Dienstag, 7. September 2021 04:03:25 CEST Joel Madero via KMyMoney-devel 
wrote:

> Hi All -
> 
> Tried making with recent pull from this morning and got a build error.
> Log here: https://controlc.com/682f2a6d

Looks like you need to install the dev-package for Qt5::WebEngineWidgets on 
your system.


-- 

Regards

Thomas Baumgart

https://www.signal.org/   Signal, the better WhatsApp
-
Knowledge is of two kinds. We know a subject ourselves, or we know where
we can find information upon it. — Samuel Johnson (Boswell's Life of Johnson)
-


signature.asc
Description: This is a digitally signed message part.


[kmymoney] [Bug 384051] No reset of hcbi account pin possible

2021-09-06 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=384051

--- Comment #11 from Thomas Baumgart  ---
I discussed this problem with the author of AqBanking and he agreed to a change
I proposed and already added it to the repo:
https://www.aquamaniac.de/rdm/projects/gwenhywfar/repository/revisions/f0c8a65ada0b8387199b028a117df42a1f9ab468.
Now we have to wait until this becomes available as part of a tar-ball, unless
someone wants to try to build from source.

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

[kmymoney] [Bug 441857] Online Banking Setup

2021-09-05 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441857

--- Comment #13 from Thomas Baumgart  ---
Created attachment 141319
  --> https://bugs.kde.org/attachment.cgi?id=141319=edit
Current data for Citi-Credit and necessary settings

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

[kmymoney] [Bug 441857] Online Banking Setup

2021-09-05 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441857

--- Comment #12 from Thomas Baumgart  ---
Created attachment 141318
  --> https://bugs.kde.org/attachment.cgi?id=141318=edit
Manual method to supply bank data

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

[kmymoney] [Bug 441857] Online Banking Setup

2021-09-05 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441857

--- Comment #11 from Thomas Baumgart  ---
Created attachment 141317
  --> https://bugs.kde.org/attachment.cgi?id=141317=edit
Old data pulled in from ofxhome.com

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

[kmymoney] [Bug 441857] Online Banking Setup

2021-09-05 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441857

--- Comment #10 from Thomas Baumgart  ---
I was reading code the last couple of hours (AqBanking in particular which is
used by GnuCash) which I don't understand. This code is just too confusing for
my eyes. Anyway, it seems that the field Username is not used in the OFX
context at all. At least I don't find a spot where the username is added to any
OFX message (which goes along with the statement 'Username:
'. This also goes along with the OFX specification
(which only has a member for the userid) and the LibOFX implementation used by
KMyMoney (which only provides a member for the userid).

Now the confusing part: KMyMoney's ofxbanking plugin asks for a 'username'
which in fact is written into the userid field of the OFX requests. So enter
your userid into the field 'Username'. Password should be clear.

I noticed though, that the information pulled from ofxhome.org is not correct
anymore (Screenshot_Citi-Credit-old.png). This is shown in a little info field.
This also matches the information found on the GnuCash wiki you provided.

In this case, press the Back button and use the manual mode bank entry method
(Screenshot_Citi-Credit-manual.png). Enter the data as provided on the GnuCash
wiki which will then be used once you press the Next button
(Screenshot_Citi-Credit-new.png). Set the "Identify as" and "Header version" as
pointed out on the GnuCash wiki. The identity "QWIN:2500" is actually "Quicken
Windows 2016".

Wonder if this gets you any further.

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

[kmymoney] [Bug 384051] No reset of hcbi account pin possible

2021-09-05 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=384051

--- Comment #10 from Thomas Baumgart  ---
Full ACK! Although, I am currently still investigating/following the API route
(the right thing to gain control over this).

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

[kmymoney] [Bug 441937] Default cash flow report: Name does not match date range

2021-09-05 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441937

--- Comment #2 from Thomas Baumgart  ---
Git commit a72779ebdc5098749eef4e1c1eca36ffd107844a by Thomas Baumgart.
Committed on 05/09/2021 at 14:25.
Pushed by tbaumgart into branch 'master'.

Fix date range for cash flow report to match title

(cherry picked from commit 7c0ba4ef65a6ee0137783e87703a2d62c8dd4472)

M  +6-8kmymoney/plugins/views/reports/kreportsview_p.h

https://invent.kde.org/office/kmymoney/commit/a72779ebdc5098749eef4e1c1eca36ffd107844a

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

[kmymoney] [Bug 441937] Default cash flow report: Name does not match date range

2021-09-05 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441937

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/7c0ba4ef
   ||65a6ee0137783e87703a2d62c8d
   ||d4472
 Resolution|--- |FIXED
   Version Fixed In||5.1.3
 Status|REPORTED|RESOLVED

--- Comment #1 from Thomas Baumgart  ---
Git commit 7c0ba4ef65a6ee0137783e87703a2d62c8dd4472 by Thomas Baumgart.
Committed on 05/09/2021 at 13:30.
Pushed by tbaumgart into branch '5.1'.

Fix date range for cash flow report to match title
FIXED-IN: 5.1.3

M  +6-8kmymoney/plugins/views/reports/kreportsview_p.h

https://invent.kde.org/office/kmymoney/commit/7c0ba4ef65a6ee0137783e87703a2d62c8dd4472

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

[kmymoney] [Bug 384051] No reset of hcbi account pin possible

2021-09-05 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=384051

--- Comment #8 from Thomas Baumgart  ---
As already pointed out in comment #3 the cache is way into the internals of
AqBanking and Gwenhywfar and not directly (if at all) accessible to KMyMoney
(other than clearing it). From what I know and remember, the return code of a
job somehow does not identify a failing authentication. Therefore, it is kind
of hard for KMyMoney to decide if the cache needs to be cleared right away or
not. I am further investigating this by plodding through the
AqBanking/Gwenhywfar code base and magics.

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

[kmymoney] [Bug 441857] Online Banking Setup

2021-09-05 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441857

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #8 from Thomas Baumgart  ---
A bit confusing to me (sorry):

"user Name (which is to be ABA routing number) and User Name (regular web login
ID)"

I don't know GnuCash that well, but I doubt that they call two fields "user
Name" and "User Name". Can you provide the exact names or better, attach
GnuCash screen shot(s) of the dialog(s) to this bug report?

You also mention "online documentation": can you provide a link so that we can
take a look? Thanks in advance.

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

[kmymoney] [Bug 428156] OFX import goes to the wrong account

2021-09-05 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=428156

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Thomas Baumgart  ---
Adjusting state

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

[kmymoney] [Bug 441696] QIF Import not importing Payees

2021-08-30 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441696

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/a6909d07
   ||115cb293f27bd5f72860404e125
   ||193b8
 Status|REPORTED|RESOLVED

--- Comment #2 from Thomas Baumgart  ---
Git commit a6909d07115cb293f27bd5f72860404e125193b8 by Thomas Baumgart.
Committed on 30/08/2021 at 19:50.
Pushed by tbaumgart into branch 'master'.

Don't remove payee if still referenced

The statement importer creates payees on the fly if they are not known
and destroys all those after the statement processing is done that are
not referenced. Since the reference check was not performed all of them
were removed at the end of the import.

This change forces to throw an exception when a payee is still
referenced when it should be removed which will take care of keeping it
after the import of the statement.

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

https://invent.kde.org/office/kmymoney/commit/a6909d07115cb293f27bd5f72860404e125193b8

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

[kmymoney] [Bug 441754] Editing Multiple Accounts, Payees, Transactions, Categories, Tags simultaneously

2021-08-30 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441754

--- Comment #3 from Thomas Baumgart  ---
You must be using the unstable master version. Since you're on windows, you may
not have seen what is printed to a console:

  Editing multiple transactions at once is not yet supported

Jack refers to the stable 5.1.2 version where that is working. Could be, that
the tag assignment to multiple transactions is not available. I've never tried
that.

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

[kmymoney] [Bug 441696] QIF Import not importing Payees

2021-08-29 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441696

--- Comment #1 from Thomas Baumgart  ---
https://invent.kde.org/office/kmymoney/-/blob/master/kmymoney/plugins/qif/import/mymoneyqifreader.cpp#L815

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

[kmymoney] [Bug 441690] Totals for accounts, categories and subcategories

2021-08-29 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441690

--- Comment #1 from Thomas Baumgart  ---
The total including the sub-accounts will be shown when the parent account is
shown collapsed (all sub-accounts are hidden). If the parent account is
expanded, the totals are not included.

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

[kmymoney] [Bug 441658] Unable to Modify Imported Accounts

2021-08-29 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441658

--- Comment #5 from Thomas Baumgart  ---
I want to mention two things here (which may not solve the problem but may be
important):

a) 5.1.80-b29cd34c4 is drawn from the (currently unstable) master branch and
b) the QIF importer is rather old code which has not seen any changes lately
and may need a bit of overhaul.

On top of that, one needs to keep in mind that QIF is not standardized and
there are many interpretations. This could lead to some interesting scenarios
(which we have seen already in the past).

What puzzles me is the fact, that there seemed to be information about payees
but now they are gone. This could be a problem of the unstable branch but I am
not sure about it.

@Hamdsa: It would be cool if you can craft a demo QIF file based on your
existing data (just a few transactions would be enough) that show the problem,
anonymize the data contained and attach it to this bug. This way, we can try to
analyze and hopefully resolve the problem. Also, it would be very helpful if
you can check if the stable version 5.1.2 behaves differently wrt to your
specific data. BTW, the payee's name will show up in the detail column as the
first item if present. What does the transaction form contain in the payee
field when a transaction is selected in the ledger?

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

[kmymoney] [Bug 441658] Unable to Modify Imported Accounts

2021-08-28 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441658

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Thomas Baumgart  ---
Very strange problem. Could be the result of the QIF import, though. The
opening balance transaction should not have a payee assigned (which seems to be
the case in your environment). Which version of KMyMoney are you using?

Try the following:
a) open the ledger of the account
b) edit the opening balance transaction and remove the payee information
c) save the transaction
d) try changing the date again via the account edit dialog

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

[kmymoney] [Bug 326452] Option to hide unused payees like unused categories

2021-08-28 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=326452

Thomas Baumgart  changed:

   What|Removed |Added

  Component|general |ux-ui

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

[kmymoney] [Bug 326452] Option to hide unused payees like unused categories

2021-08-28 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=326452

Thomas Baumgart  changed:

   What|Removed |Added

 CC||lagunacr...@yahoo.com

--- Comment #2 from Thomas Baumgart  ---
*** Bug 441652 has been marked as a duplicate of this bug. ***

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

[kmymoney] [Bug 441652] Feature Req: Hide Payee

2021-08-28 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441652

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Thomas Baumgart  ---


*** This bug has been marked as a duplicate of bug 326452 ***

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

[kmymoney] [Bug 422482] Possibility to close payees

2021-08-28 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=422482

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #6 from Thomas Baumgart  ---


*** This bug has been marked as a duplicate of bug 326452 ***

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

[kmymoney] [Bug 326452] Option to hide unused payees like unused categories

2021-08-28 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=326452

Thomas Baumgart  changed:

   What|Removed |Added

 CC||tokes.be...@gmail.com

--- Comment #1 from Thomas Baumgart  ---
*** Bug 422482 has been marked as a duplicate of this bug. ***

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

[kmymoney] [Bug 441581] When "Amount" at ledgers get the focus by click, select the entire value

2021-08-28 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441581

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.1.3
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/763b941c
   ||a7e2d0d0e60540f3da8b7870c9e
   ||74015

--- Comment #6 from Thomas Baumgart  ---
Git commit 763b941ca7e2d0d0e60540f3da8b7870c9e74015 by Thomas Baumgart.
Committed on 28/08/2021 at 12:36.
Pushed by tbaumgart into branch '5.1'.

Select amount upon focus in
FIXED-IN: 5.1.3

M  +25   -8kmymoney/widgets/amountedit.cpp
M  +5-0kmymoney/widgets/amountedit.h

https://invent.kde.org/office/kmymoney/commit/763b941ca7e2d0d0e60540f3da8b7870c9e74015

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

[kmymoney] [Bug 441651] Opening context menu in online job outbox crashes the application

2021-08-28 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441651

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from Thomas Baumgart  ---
The problem was caused by a local version of the kmymoneyui.rc file stored in
~/.local/share/kxmlgui5/kmymoney which was created by the master version of
KMyMoney but does not fit the 5.1 branch version. Deleting the local
kmymoneyui.rc file solved the issue.

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

[kmymoney] [Bug 441651] New: Opening context menu in online job outbox crashes the application

2021-08-28 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441651

Bug ID: 441651
   Summary: Opening context menu in online job outbox crashes the
application
   Product: kmymoney
   Version: 5.1.2
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: onlinebanking
  Assignee: kmymoney-devel@kde.org
  Reporter: tbaumg...@kde.org
  Target Milestone: ---

STEPS TO REPRODUCE
1. Select the outbox view
2. Right click on an existing item

OBSERVED RESULT
Crash

EXPECTED RESULT
Context menu opens

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

[kmymoney] [Bug 441581] When "Amount" at ledgers get the focus by click, select the entire value

2021-08-27 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441581

--- Comment #5 from Thomas Baumgart  ---
Git commit f6b78dce235c2a869f2db28ccf04fa0b97031ea2 by Thomas Baumgart.
Committed on 27/08/2021 at 16:06.
Pushed by tbaumgart into branch 'master'.

Select amount upon focus in

M  +25   -8kmymoney/widgets/amountedit.cpp
M  +5-0kmymoney/widgets/amountedit.h

https://invent.kde.org/office/kmymoney/commit/f6b78dce235c2a869f2db28ccf04fa0b97031ea2

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

[kmymoney] [Bug 441381] When configuring an investment, we should check if identifier required by Online Source is filled-in

2021-08-23 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441381

--- Comment #1 from Thomas Baumgart  ---
I agree with the above, nevertheless the situation described can still occur
when the online quote source is changed after the creation of the investment
from ticker to identification number and the ID field is left blank during the
creation of the investment. In this case, a tooltip may provide a hint how to
solve the problem (add the ID to the investment)

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

[kmymoney] [Bug 440692] When importing OFX, the OK and Skip buttons are reversed

2021-08-22 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440692

--- Comment #5 from Thomas Baumgart  ---
Git commit f7e4f29543d4d6bea28f2e0888a1399357f84598 by Thomas Baumgart.
Committed on 22/08/2021 at 15:32.
Pushed by tbaumgart into branch 'master'.

Swap Skip and OK button in account selection dialog

(cherry picked from commit c6478e888ad19a54e16ed38fdcc4e260b3c04e9c)

M  +24   -6kmymoney/dialogs/kaccountselectdlg.ui

https://invent.kde.org/office/kmymoney/commit/f7e4f29543d4d6bea28f2e0888a1399357f84598

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

[kmymoney] [Bug 440692] When importing OFX, the OK and Skip buttons are reversed

2021-08-22 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440692

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.1.3
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/c6478e88
   ||8ad19a54e16ed38fdcc4e260b3c
   ||04e9c

--- Comment #4 from Thomas Baumgart  ---
Git commit c6478e888ad19a54e16ed38fdcc4e260b3c04e9c by Thomas Baumgart.
Committed on 22/08/2021 at 15:28.
Pushed by tbaumgart into branch '5.1'.

Swap Skip and OK button in account selection dialog
FIXED-IN: 5.1.3

M  +24   -6kmymoney/dialogs/kaccountselectdlg.ui

https://invent.kde.org/office/kmymoney/commit/c6478e888ad19a54e16ed38fdcc4e260b3c04e9c

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

[kmymoney] [Bug 440692] When importing OFX, the OK and Skip buttons are reversed

2021-08-22 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440692

Thomas Baumgart  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|NEEDSINFO   |CONFIRMED
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Thomas Baumgart  ---
Ah, that one: it is used by all importers not only OFX. Hence my confusion.

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

[kmymoney] [Bug 440692] When importing OFX, the OK and Skip buttons are reversed

2021-08-22 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440692

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Thomas Baumgart  ---
There are a few dialogs in the context of the OFX importer. Which one do you
mean? Screenshot?

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

[kmymoney] [Bug 441292] Impossible to paste into calculator widget

2021-08-22 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441292

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||5.1.3
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/e8205a3d
   ||ae8af6b80abc89aeeeb14c66c83
   ||84847

--- Comment #2 from Thomas Baumgart  ---
Git commit e8205a3dae8af6b80abc89aeeeb14c66c8384847 by Thomas Baumgart.
Committed on 22/08/2021 at 14:19.
Pushed by tbaumgart into branch '5.1'.

Support pasting values into calculator
FIXED-IN: 5.1.3

(cherry picked from commit 1719720b2e860aa433812cf4ac77f314035bc840)

M  +72   -37   kmymoney/widgets/kmymoneycalculator.cpp
M  +0-8kmymoney/widgets/kmymoneycalculator.h

https://invent.kde.org/office/kmymoney/commit/e8205a3dae8af6b80abc89aeeeb14c66c8384847

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

[kmymoney] [Bug 441292] Impossible to paste into calculator widget

2021-08-22 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441292

--- Comment #1 from Thomas Baumgart  ---
Git commit 1719720b2e860aa433812cf4ac77f314035bc840 by Thomas Baumgart.
Committed on 22/08/2021 at 13:59.
Pushed by tbaumgart into branch 'master'.

Support pasting values into calculator

M  +72   -37   kmymoney/widgets/kmymoneycalculator.cpp
M  +0-8kmymoney/widgets/kmymoneycalculator.h

https://invent.kde.org/office/kmymoney/commit/1719720b2e860aa433812cf4ac77f314035bc840

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

[kmymoney] [Bug 441322] 'ghost' font when renaming a category

2021-08-22 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441322

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Thomas Baumgart  ---
Changing status

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

[kmymoney] [Bug 441322] 'ghost' font when renaming a category

2021-08-22 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441322

--- Comment #1 from Thomas Baumgart  ---
Created attachment 140936
  --> https://bugs.kde.org/attachment.cgi?id=140936=edit
Showing the same on stock openSUSE 15.2

Could it be, that this is caused by the combination of your local components? I
don't see this problem here with a standard KDE install on the breeze theme.

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

[kmymoney] [Bug 441296] Fields in Exchange Rate/Price Editor misaligned

2021-08-22 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441296

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.1.3
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/6d5c657e
   ||a6c37695fb11983ed58d88e58ce
   ||269a7
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Thomas Baumgart  ---
Git commit 6d5c657ea6c37695fb11983ed58d88e58ce269a7 by Thomas Baumgart.
Committed on 22/08/2021 at 07:18.
Pushed by tbaumgart into branch '5.1'.

Fix mis-alignment of widgets
FIXED-IN: 5.1.3

(cherry picked from commit a5513b681491f3eeea8966018ea14c8ab55203bd)

M  +18   -18   kmymoney/dialogs/kcurrencycalculator.ui

https://invent.kde.org/office/kmymoney/commit/6d5c657ea6c37695fb11983ed58d88e58ce269a7

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

[kmymoney] [Bug 440476] Can not update stock price manually

2021-08-22 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440476

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/53e3cbcf
   ||b115c88114d2c77718c2952b4a8
   ||fbcb6
   Version Fixed In||5.1.3
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Thomas Baumgart  ---
Git commit 53e3cbcfb115c88114d2c77718c2952b4a8fbcb6 by Thomas Baumgart.
Committed on 22/08/2021 at 07:18.
Pushed by tbaumgart into branch '5.1'.

Update button state immediately when edit field content changes
FIXED-IN: 5.1.3

(cherry picked from commit 4e3c133ad3fe1efb3a9dab8078b9dd662731162e)

M  +2-2kmymoney/dialogs/kcurrencycalculator.cpp

https://invent.kde.org/office/kmymoney/commit/53e3cbcfb115c88114d2c77718c2952b4a8fbcb6

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

[kmymoney] [Bug 441296] Fields in Exchange Rate/Price Editor misaligned

2021-08-22 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441296

--- Comment #1 from Thomas Baumgart  ---
Git commit a5513b681491f3eeea8966018ea14c8ab55203bd by Thomas Baumgart.
Committed on 22/08/2021 at 06:15.
Pushed by tbaumgart into branch 'master'.

Fix mis-alignment of widgets

M  +18   -18   kmymoney/dialogs/kcurrencycalculator.ui

https://invent.kde.org/office/kmymoney/commit/a5513b681491f3eeea8966018ea14c8ab55203bd

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

[kmymoney] [Bug 440476] Can not update stock price manually

2021-08-21 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440476

--- Comment #5 from Thomas Baumgart  ---
Git commit 4e3c133ad3fe1efb3a9dab8078b9dd662731162e by Thomas Baumgart.
Committed on 21/08/2021 at 14:57.
Pushed by tbaumgart into branch 'master'.

Update button state immediately when edit field content changes

M  +2-2kmymoney/dialogs/kcurrencycalculator.cpp

https://invent.kde.org/office/kmymoney/commit/4e3c133ad3fe1efb3a9dab8078b9dd662731162e

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

[kmymoney] [Bug 332924] Investment view, equity tab, sorts numeric columns by alpha sort instead of numeric

2021-08-18 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=332924

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit|http://commits.kde.org/kmym |https://invent.kde.org/offi
   |oney/4458e573676ee1096cec2a |ce/kmymoney/commit/819f2600
   |55955299983a63c0fe  |84b7e29713ce6fec1efcd0946c4
   ||27740
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Thomas Baumgart  ---
Git commit 819f260084b7e29713ce6fec1efcd0946c427740 by Thomas Baumgart, on
behalf of Wei Qi Ong.
Committed on 18/08/2021 at 19:40.
Pushed by tbaumgart into branch 'master'.

Investment view, Equities: sort by actual value instead of display value
Related: bug 428940

M  +22   -3kmymoney/models/equitiesmodel.cpp
M  +1-0kmymoney/views/kinvestmentview_p.h

https://invent.kde.org/office/kmymoney/commit/819f260084b7e29713ce6fec1efcd0946c427740

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

[kmymoney] [Bug 428940] Investment Quantities Not Sorting Properly

2021-08-18 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=428940

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/819f2600
   ||84b7e29713ce6fec1efcd0946c4
   ||27740
 Status|ASSIGNED|RESOLVED

--- Comment #4 from Thomas Baumgart  ---
Git commit 819f260084b7e29713ce6fec1efcd0946c427740 by Thomas Baumgart, on
behalf of Wei Qi Ong.
Committed on 18/08/2021 at 19:40.
Pushed by tbaumgart into branch 'master'.

Investment view, Equities: sort by actual value instead of display value
Related: bug 332924

M  +22   -3kmymoney/models/equitiesmodel.cpp
M  +1-0kmymoney/views/kinvestmentview_p.h

https://invent.kde.org/office/kmymoney/commit/819f260084b7e29713ce6fec1efcd0946c427740

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

[kmymoney] [Bug 441128] Link PDF file

2021-08-18 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=441128

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Thomas Baumgart  ---
Unfortunately, it is not yet possible to do so.

*** This bug has been marked as a duplicate of bug 274021 ***

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

[kmymoney] [Bug 274021] Transaction attachments

2021-08-18 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=274021

Thomas Baumgart  changed:

   What|Removed |Added

 CC||claus.borm...@hotmail.de

--- Comment #8 from Thomas Baumgart  ---
*** Bug 441128 has been marked as a duplicate of this bug. ***

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

Re: Several entries accounted twice

2021-08-18 Thread Thomas Baumgart via KMyMoney-devel
Hi,

this is a duplicate of a mail to the user ML. I answered there already and
end this thread here.

On Mittwoch, 18. August 2021 05:43:32 CEST Kevin Burkwood via KMyMoney-devel 
wrote:

> 
> Hi KMyMoney developes,
> 
> I have a problem for which I cannot find any answers in the forums.
> 
> I'm a reasonably new user of KMyMoney and have been pleasantly surprised 
> with it.
> 
> But, recently, it changed the opening balance line in such a way that 
> the deposit figure is correct but the balance figure is different. 
> through much searching, I have found that the difference between these 
> two values is as if 4 later entries were duplicated as if they were done 
> prior to the opening balance being added. These 4 entries were all put 
> in one after the other on the same date with other entries both before 
> and after them on that same date. the 4 entries are still recognised in 
> the correct place (they are all counted twice). I have tried deleting 
> and re-entering them but this makes no difference as the error in the 
> opening balance line till remains.
> 
> Can anyone please help?
> 
> Kevin.
> 
> 

-- 

Regards

Thomas Baumgart

https://www.signal.org/   Signal, the better WhatsApp
-
Hexdump should be compulsory at kindergarten! -- Jos van den Oever
Found on http://www.kdedevelopers.org/node/3569
-


signature.asc
Description: This is a digitally signed message part.


[kmymoney] [Bug 223708] Closed accounts are not hidden in accounts/categories view

2021-08-16 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=223708

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.1.3
 Status|REOPENED|RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/51a7a9f7
   ||7cfaf8d5e9a1123dd2cf387064b
   ||9ea3e
 Resolution|--- |FIXED

--- Comment #6 from Thomas Baumgart  ---
Git commit 51a7a9f77cfaf8d5e9a1123dd2cf387064b9ea3e by Thomas Baumgart.
Committed on 16/08/2021 at 11:56.
Pushed by tbaumgart into branch '5.1'.

Remove hide closed accounts option from config

(cherry picked from commit 445958f5b904db1d8a5a1d9623b082577bc5475a)
FIXED-IN: 5.1.3

M  +0-10   doc/details-settings.docbook
M  +0-12   kmymoney/dialogs/settings/ksettingsgeneral.ui
M  +0-4kmymoney/settings/kmymoney.kcfg
M  +7-1kmymoney/settings/kmymoney.upd
M  +2-2kmymoney/views/kaccountsview.cpp
M  +1-1kmymoney/views/kcategoriesview.cpp
M  +1-1kmymoney/views/kgloballedgerview_p.h
M  +4-4kmymoney/views/khomeview_p.h
M  +1-1kmymoney/views/kinstitutionsview.cpp
M  +2-2kmymoney/views/kinvestmentview_p.h
M  +1-1kmymoney/widgets/ktransactionfilter_p.h

https://invent.kde.org/office/kmymoney/commit/51a7a9f77cfaf8d5e9a1123dd2cf387064b9ea3e

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

Re: Mapping USAA Accounts

2021-08-15 Thread Thomas Baumgart via KMyMoney-devel
On Samstag, 14. August 2021 14:44:23 CEST Brendan Coupe wrote:

> The backtrace is at the bottom of my first email. This is affecting others
> so let's leave it on the list for now.

Ah, did not see it the first time, but it's what I thought: this crash
happens deep inside AqBanking and libs it calls (gnutls, nettle) and looks
like a division by zero to me. That is something the AqBanking author need
to look at.

Thomas

> On Fri, Aug 13, 2021, 11:41 PM Thomas Baumgart via KMyMoney-devel <
> kmymoney-devel@kde.org> wrote:
> 
> > On Samstag, 14. August 2021 01:15:57 CEST Jack via KMyMoney-devel wrote:
> >
> > > Well, searching for that error message is not encouraging. Incapsula
> > > seems to be a web security tool added in front of the website.  That may
> > > be why it needs the user-agent header.  Right now, I can only think of
> > > two things to try.  First, try going the the URL you are using in a
> > > browser.  It's not likely to help, but it might show something useful.
> > > The other thing is to catch the entire process in GnuCash using
> > > WireShark.  Unfortunately, I suspect the only thing it will do is
> > > confirm the need for the user agent.
> > >
> > > One other possible line of attack - I think I see where in the code the
> > > HTTP user agent could be added.  It should be easy enough for testing,
> > > but would have to be wrapped in some sort of conditional (based on the
> > > institution) for actual use.  We could work on that in private email,
> > > and return to the list if it's succesful.
> >
> > If you take this off-list is fine but would you keep in in CC please? Thx.
> >
> > BTW: the quickest way to bring you back up to speed would be to solve the
> > crash situation since the AqBanking integration has proven to work.
> > If you could provide me with a backtrace of the crash I could start
> > analyzing it.
> >
> > I use KBanking/AqBanking on a daily basis here, but with the HBCI and not
> > the OFX backend. Did not experience any crashes for a very long time. Since
> > it is working with GnuCash I expect the crash to happen in/be caused by
> > KMyMoney
> > code (which we can fix).
> >
> > Thomas
> >
> >
> > --
> >
> > Regards
> >
> > Thomas Baumgart
> >
> > https://www.signal.org/   Signal, the better WhatsApp
> > -
> > If Windows is the answer I want my problem back!
> > -
> >
> 

-- 

Regards

Thomas Baumgart

https://www.signal.org/   Signal, the better WhatsApp
-
Designed to make a difference -- Minus Sign
-


signature.asc
Description: This is a digitally signed message part.


[kmymoney] [Bug 223708] Closed accounts are not hidden in accounts/categories view

2021-08-14 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=223708

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REOPENED|NEEDSINFO

--- Comment #3 from Thomas Baumgart  ---
Please check "View/Show all account". Is it marked? Unmark it. If it is not
marked and accounts still show, try to mark and unmark it. In case the accounts
still show, please report here. 

I just tried build 941 (which does not contain any changes compared to 937) and
it works as expected.

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

Re: Mapping USAA Accounts

2021-08-13 Thread Thomas Baumgart via KMyMoney-devel
On Samstag, 14. August 2021 01:15:57 CEST Jack via KMyMoney-devel wrote:

> Well, searching for that error message is not encouraging. Incapsula 
> seems to be a web security tool added in front of the website.  That may 
> be why it needs the user-agent header.  Right now, I can only think of 
> two things to try.  First, try going the the URL you are using in a 
> browser.  It's not likely to help, but it might show something useful.  
> The other thing is to catch the entire process in GnuCash using 
> WireShark.  Unfortunately, I suspect the only thing it will do is 
> confirm the need for the user agent.
> 
> One other possible line of attack - I think I see where in the code the 
> HTTP user agent could be added.  It should be easy enough for testing, 
> but would have to be wrapped in some sort of conditional (based on the 
> institution) for actual use.  We could work on that in private email, 
> and return to the list if it's succesful.

If you take this off-list is fine but would you keep in in CC please? Thx.

BTW: the quickest way to bring you back up to speed would be to solve the
crash situation since the AqBanking integration has proven to work.
If you could provide me with a backtrace of the crash I could start
analyzing it.

I use KBanking/AqBanking on a daily basis here, but with the HBCI and not
the OFX backend. Did not experience any crashes for a very long time. Since
it is working with GnuCash I expect the crash to happen in/be caused by KMyMoney
code (which we can fix).

Thomas


-- 

Regards

Thomas Baumgart

https://www.signal.org/   Signal, the better WhatsApp
-
If Windows is the answer I want my problem back!
-


signature.asc
Description: This is a digitally signed message part.


[kmymoney] [Bug 440645] program terminates suddenly or freezes

2021-08-12 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440645

--- Comment #5 from Thomas Baumgart  ---
I tried to duplicate your problem with an appimage and it does not crash for me
nor does the computer freeze no matter how much I scroll up and down on the
home page. I tried different files (smaller and larger). So I think this is
something special either on your system or with your data or your settings or
maybe just a combination of the above. A few questions:

- Do you use X-server or Wayland?
- Do you use the file backend or SQL database backend?
- What widgets do you have activated on the home page (see settings)?
- Which is the order of them?
- What gets printed to the console (start the appimage from a console window
for that)?

BTW: AppImage and printing has its own problems. See bug 419898

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

[kmymoney] [Bug 440736] In "New Account" wizard, Enter key does not work on "Parent account" page

2021-08-09 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440736

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
   |ce/kmymoney/commit/8a4df778 |ce/kmymoney/commit/1e3df898
   |8cb38dfbf5038cbad3839cec4af |771c1939df1ea126a453142ead3
   |aa226   |e04d6
   Version Fixed In||5.1.3

--- Comment #2 from Thomas Baumgart  ---
Git commit 1e3df898771c1939df1ea126a453142ead3e04d6 by Thomas Baumgart.
Committed on 09/08/2021 at 19:48.
Pushed by tbaumgart into branch '5.1'.

Allow to programatically select next or previoius page of a wizard
FIXED-IN: 5.1.3

(cherry picked from commit 8a4df7788cb38dfbf5038cbad3839cec4afaa226 and
adjusted to 5.1 branch)

M  +1-0kmymoney/widgets/kmymoneyaccounttreeview.cpp
M  +1-0kmymoney/widgets/kmymoneyaccounttreeview.h
M  +10   -0kmymoney/wizards/kmymoneywizard.cpp
M  +4-0kmymoney/wizards/kmymoneywizard.h
M  +1-0kmymoney/wizards/newaccountwizard/khierarchypage.cpp

https://invent.kde.org/office/kmymoney/commit/1e3df898771c1939df1ea126a453142ead3e04d6

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

[kmymoney] [Bug 440736] In "New Account" wizard, Enter key does not work on "Parent account" page

2021-08-09 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440736

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/8a4df778
   ||8cb38dfbf5038cbad3839cec4af
   ||aa226

--- Comment #1 from Thomas Baumgart  ---
Git commit 8a4df7788cb38dfbf5038cbad3839cec4afaa226 by Thomas Baumgart.
Committed on 09/08/2021 at 19:16.
Pushed by tbaumgart into branch 'master'.

Allow to programatically select next or previoius page of a wizard

M  +10   -0kmymoney/wizards/kmymoneywizard.cpp
M  +4-0kmymoney/wizards/kmymoneywizard.h
M  +1-0kmymoney/wizards/newaccountwizard/khierarchypage.cpp

https://invent.kde.org/office/kmymoney/commit/8a4df7788cb38dfbf5038cbad3839cec4afaa226

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

[kmymoney] [Bug 440594] Make qtwebengine optional for kmymoney

2021-08-09 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440594

--- Comment #6 from Thomas Baumgart  ---
MyQWebEnginePage is either derived from qtwebengine or qtwebkit based classes
whichever is selected. Simply extending them sure does not solve the original
problem.

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

[kmymoney] [Bug 439722] Equities are shown with currencies in new account dialog

2021-08-08 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=439722

--- Comment #4 from Thomas Baumgart  ---
Git commit e45c8e930b4b11d7c294be5b6f08e9089c583e91 by Thomas Baumgart.
Committed on 08/08/2021 at 14:26.
Pushed by tbaumgart into branch 'master'.

Don't present securities in dropdown for categories's currency
FIXED-IN: 5.1.3

M  +4-4kmymoney/dialogs/knewaccountdlg.ui

https://invent.kde.org/office/kmymoney/commit/e45c8e930b4b11d7c294be5b6f08e9089c583e91

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

[kmymoney] [Bug 440681] Currency list not sorted with locale awareness in the new account wizard

2021-08-08 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440681

--- Comment #5 from Thomas Baumgart  ---
Git commit 218c70fc548d3f9887e22514d10faae203940a2f by Thomas Baumgart.
Committed on 08/08/2021 at 14:27.
Pushed by tbaumgart into branch 'master'.

Sort currencies in locale aware order

(cherry picked from commit d784555a1bd4724cf45e98e83f526f63d5d94f14)

M  +1-1kmymoney/mymoney/mymoneysecurity.cpp

https://invent.kde.org/office/kmymoney/commit/218c70fc548d3f9887e22514d10faae203940a2f

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

[kmymoney] [Bug 439722] Equities are shown with currencies in new account dialog

2021-08-08 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=439722

--- Comment #3 from Thomas Baumgart  ---
Git commit 7619adf348a989630103c3e52673b7f19679a897 by Thomas Baumgart.
Committed on 08/08/2021 at 14:31.
Pushed by tbaumgart into branch '5.1'.

Don't present securities in dropdown for categories's currency
FIXED-IN: 5.1.3
(cherry picked from commit e45c8e930b4b11d7c294be5b6f08e9089c583e91)

M  +4-4kmymoney/dialogs/knewaccountdlg.ui

https://invent.kde.org/office/kmymoney/commit/7619adf348a989630103c3e52673b7f19679a897

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

[kmymoney] [Bug 440681] Currency list not sorted with locale awareness in the new account wizard

2021-08-08 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440681

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.1.3
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/d784555a
   ||1bd4724cf45e98e83f526f63d5d
   ||94f14
 Resolution|--- |FIXED

--- Comment #4 from Thomas Baumgart  ---
Git commit d784555a1bd4724cf45e98e83f526f63d5d94f14 by Thomas Baumgart.
Committed on 08/08/2021 at 14:24.
Pushed by tbaumgart into branch '5.1'.

Sort currencies in locale aware order
FIXED-IN: 5.1.3

M  +1-1kmymoney/mymoney/mymoneysecurity.cpp

https://invent.kde.org/office/kmymoney/commit/d784555a1bd4724cf45e98e83f526f63d5d94f14

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

[kmymoney] [Bug 440693] In ledger view, parents of category/account should be shown

2021-08-08 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440693

--- Comment #1 from Thomas Baumgart  ---
The full name is shown in the transaction form and also if you turn on the
'ledger lens' feature in the setttings. For split transactions, if you hover
the mouse over the text 'split transaction' the tooltip also shows full
account/category names. I don't see what exactly is missing here.

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

[kmymoney] [Bug 440681] Currency list not sorted with locale awareness in the new account wizard

2021-08-08 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440681

--- Comment #3 from Thomas Baumgart  ---
Sorry, I was tricked by my clipboard:

Issue 1: duplicate of bug 439722

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

[kmymoney] [Bug 440681] Currency list not sorted with locale awareness in the new account wizard

2021-08-07 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440681

Thomas Baumgart  changed:

   What|Removed |Added

Summary|Currency list issues in the |Currency list not sorted
   |new account wizard  |with locale awareness in
   ||the new account wizard

--- Comment #1 from Thomas Baumgart  ---
Please don't throw in two problems into the same bug report.

Issue 1: duplicate of bug 440586
Issue 2: now shown in the title

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

[kmymoney] [Bug 440586] When exporting a report, the file name (suggested) takes the report name

2021-08-07 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440586

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
   |ce/kmymoney/commit/a7dcec7e |ce/kmymoney/commit/f5cf7cc5
   |08afe348dcc73facd02cc792ebf |9764af2bae3f4c8748ce0ed4611
   |2cac7   |1f7be

--- Comment #2 from Thomas Baumgart  ---
Git commit f5cf7cc59764af2bae3f4c8748ce0ed46111f7be by Thomas Baumgart.
Committed on 07/08/2021 at 17:41.
Pushed by tbaumgart into branch 'master'.

Use report's name as filename for export

(cherry picked from commit a7dcec7e08afe348dcc73facd02cc792ebf2cac7)

M  +3-0kmymoney/plugins/views/reports/kreportsview.cpp

https://invent.kde.org/office/kmymoney/commit/f5cf7cc59764af2bae3f4c8748ce0ed46111f7be

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

[libalkimia] [Bug 435400] Renaming of online quotes does not work

2021-08-07 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=435400

Thomas Baumgart  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=440500

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

[kmymoney] [Bug 440500] Stock wizard shows online source that no longer exist

2021-08-07 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440500

Thomas Baumgart  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=435400

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

[kmymoney] [Bug 440586] When exporting a report, the file name (suggested) takes the report name

2021-08-07 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440586

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||5.1.3
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/a7dcec7e
   ||08afe348dcc73facd02cc792ebf
   ||2cac7

--- Comment #1 from Thomas Baumgart  ---
Git commit a7dcec7e08afe348dcc73facd02cc792ebf2cac7 by Thomas Baumgart.
Committed on 07/08/2021 at 08:35.
Pushed by tbaumgart into branch '5.1'.

Use report's name as filename for export
FIXED-IN: 5.1.3

M  +3-0kmymoney/plugins/views/reports/kreportsview.cpp

https://invent.kde.org/office/kmymoney/commit/a7dcec7e08afe348dcc73facd02cc792ebf2cac7

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

[kmymoney] [Bug 440594] Make qtwebengine optional for kmymoney

2021-08-06 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440594

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #1 from Thomas Baumgart  ---
Currently it's an either one or the other. One of the two is needed for the
home page to display and the reports to show up. Unless, someone rewrites these
parts to use different technologies there is no chance for your request.

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

[kmymoney] [Bug 440618] Account dropdown in Ledger show categories

2021-08-06 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440618

--- Comment #2 from Thomas Baumgart  ---
It probably appeared when fixing bug 403196 with
https://invent.kde.org/office/kmymoney/commit/97ff800786c22022478d4a25759511f2e105acc8

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

[kmymoney] [Bug 395047] Exported csv file from categories does not follow RFC 4180 standard

2021-08-06 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=395047

--- Comment #2 from Thomas Baumgart  ---
To add to Jack's comment, here the definition from rfc 2119:

3. SHOULD   This word, or the adjective "RECOMMENDED", mean that there
   may exist valid reasons in particular circumstances to ignore a
   particular item, but the full implications must be understood and
   carefully weighed before choosing a different course.

>From https://www.ietf.org/blog/how-read-rfc/:

In practice, authors often use SHOULD and SHOULD NOT to mean “We’d like you to
do this, but we know we can’t always require it.”

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

[kmymoney] [Bug 440500] Stock wizard shows online source that no longer exist

2021-08-02 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440500

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||5.1.3
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/a66d285f
   ||857edaf327fb275ab292d81a3a5
   ||a8848
 Resolution|--- |FIXED

--- Comment #1 from Thomas Baumgart  ---
Git commit a66d285f857edaf327fb275ab292d81a3a5a8848 by Thomas Baumgart.
Committed on 02/08/2021 at 20:01.
Pushed by tbaumgart into branch '5.1'.

Fix renaming and deleting quote sources

I don't fix this in master for now because of the current GSoC project
which replaces the webpricequote system with the one from Alkimia.
FIXED-IN: 5.1.3

M  +5-1kmymoney/converter/webpricequote.cpp
M  +46   -23   kmymoney/dialogs/settings/ksettingsonlinequotes.cpp

https://invent.kde.org/office/kmymoney/commit/a66d285f857edaf327fb275ab292d81a3a5a8848

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

[kmymoney] [Bug 440111] Tags/Payees Double Enter

2021-07-25 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440111

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.1.3
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/1bd7b2e9
   ||d0d31f31771203f0474eac11883
   ||6f21f

--- Comment #8 from Thomas Baumgart  ---
Git commit 1bd7b2e9d0d31f31771203f0474eac118836f21f by Thomas Baumgart.
Committed on 25/07/2021 at 07:12.
Pushed by tbaumgart into branch '5.1'.

Don't show category splits in payees and tags view
FIXED-IN: 5.1.3

M  +22   -20   kmymoney/views/kpayeesview_p.h
M  +22   -20   kmymoney/views/ktagsview.cpp

https://invent.kde.org/office/kmymoney/commit/1bd7b2e9d0d31f31771203f0474eac118836f21f

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

[kmymoney] [Bug 439819] Issue with changing credit card limits

2021-07-24 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=439819

--- Comment #9 from Thomas Baumgart  ---
Git commit 451accf2ef79d4ca2d457808f6c818a9395d8942 by Thomas Baumgart.
Committed on 24/07/2021 at 09:54.
Pushed by tbaumgart into branch 'master'.

Allow parens around an amount to be a valid when locale uses it

A locale can request numbers to be presented with parens around the
value. This change allows them to be entered in this format in the
amount fields.

(cherry picked from commit b3ffeec21438efb18326159cd75530aee29ca133)

M  +1-0kmymoney/widgets/CMakeLists.txt
M  +46   -0kmymoney/widgets/amountvalidator.cpp
M  +2-0kmymoney/widgets/amountvalidator.h
M  +1-0kmymoney/widgets/tests/CMakeLists.txt

https://invent.kde.org/office/kmymoney/commit/451accf2ef79d4ca2d457808f6c818a9395d8942

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

[kmymoney] [Bug 440111] Tags/Payees Double Enter

2021-07-23 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440111

--- Comment #7 from Thomas Baumgart  ---
> I will ask this on the forum, but at what point does full regression testing 
> take place?

Whenever the first person steps up to write a test specification and executes
it every time before a release.

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

[kmymoney] [Bug 439819] Issue with changing credit card limits

2021-07-23 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=439819

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.1.3
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/b3ffeec2
   ||1438efb18326159cd75530aee29
   ||ca133
 Resolution|--- |FIXED

--- Comment #7 from Thomas Baumgart  ---
Git commit b3ffeec21438efb18326159cd75530aee29ca133 by Thomas Baumgart.
Committed on 23/07/2021 at 13:15.
Pushed by tbaumgart into branch '5.1'.

Allow parens around an amount to be a valid when locale uses it

A locale can request numbers to be presented with parens around the
value. This change allows them to be entered in this format in the
amount fields.
FIXED-IN: 5.1.3

M  +1-0kmymoney/widgets/CMakeLists.txt
M  +46   -0kmymoney/widgets/amountvalidator.cpp
M  +2-0kmymoney/widgets/amountvalidator.h
M  +1-0kmymoney/widgets/tests/CMakeLists.txt

https://invent.kde.org/office/kmymoney/commit/b3ffeec21438efb18326159cd75530aee29ca133

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

[kmymoney] [Bug 440111] Tags/Payees Double Enter

2021-07-23 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440111

--- Comment #5 from Thomas Baumgart  ---
To shed some light on this: They seems to show as duplicates, but KMyMoney only
shows both splits of a transaction (do you see the difference in the account
column?). Since these 'duplicates' are simply the two splits of a single
transaction, the balance remains zero in this case.

The reason why it shows up like this for some but not all transactions is, that
the handling of the payee information was changed at some point to reference a
payee in all splits of a transaction and not only the one that refers to the
asset/liability account. This has been changed to fix other bugs.

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

[kmymoney] [Bug 426161] Duplicating an investment transaction also duplicates a matched but not accepted transaction in the brokerage account with original not the new date on the matched transaction

2021-07-17 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=426161

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.1.3
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/1dcf62ed
   ||8e4c7ce2fff9f70ce919e95e4b0
   ||092ad

--- Comment #10 from Thomas Baumgart  ---
Git commit 1dcf62ed8e4c7ce2fff9f70ce919e95e4b0092ad by Thomas Baumgart.
Committed on 17/07/2021 at 09:00.
Pushed by tbaumgart into branch '5.1'.

Duplicating a transaction must not copy any match information
FIXED-IN: 5.1.3

M  +1-0kmymoney/views/kgloballedgerview.cpp

https://invent.kde.org/office/kmymoney/commit/1dcf62ed8e4c7ce2fff9f70ce919e95e4b0092ad

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

[kmymoney] [Bug 426161] Duplicating an investment transaction also duplicates a matched but not accepted transaction in the brokerage account with original not the new date on the matched transaction

2021-07-17 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=426161

--- Comment #9 from Thomas Baumgart  ---
Git commit 1f8cd6b4b3af02f7b5e96ad447a48c9c886a7fde by Thomas Baumgart.
Committed on 17/07/2021 at 08:54.
Pushed by tbaumgart into branch 'master'.

Duplicating a transaction must not copy any match information

M  +1-0kmymoney/kmymoney.cpp

https://invent.kde.org/office/kmymoney/commit/1f8cd6b4b3af02f7b5e96ad447a48c9c886a7fde

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

[kmymoney] [Bug 358410] Home page / account listing / several spaces in the account name are not displayed

2021-07-15 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=358410

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |NOT A BUG
 Status|NEEDSINFO   |RESOLVED

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

[kmymoney] [Bug 439861] Rounding error on investment transactions

2021-07-15 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=439861

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.1.3
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/314fcbee
   ||a70d4d9d8e0acb98f6adffd78c9
   ||88dd3

--- Comment #1 from Thomas Baumgart  ---
Git commit 314fcbeea70d4d9d8e0acb98f6adffd78c988dd3 by Thomas Baumgart.
Committed on 15/07/2021 at 06:21.
Pushed by tbaumgart into branch '5.1'.

Fix rounding problem when entering investment transactions
FIXED-IN: 5.1.3

M  +6-6kmymoney/dialogs/investactivities.cpp

https://invent.kde.org/office/kmymoney/commit/314fcbeea70d4d9d8e0acb98f6adffd78c988dd3

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

[kmymoney] [Bug 439819] Issue with changing credit card limits

2021-07-14 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=439819

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

--- Comment #4 from Thomas Baumgart  ---
To make those debug messages visible under Windows use DebugView
(https://docs.microsoft.com/en-us/sysinternals/downloads/debugview). Since it
seems a windows only problem, I won't be able to duplicate/fix it without your
help.

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

[kmymoney] [Bug 439819] Issue with changing credit card limits

2021-07-14 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=439819

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Thomas Baumgart  ---
I tried to duplicate this behavior without success. Differences: I was using
5.1.2-070754227 on Linux. Can you double check the account type? Is it really a
credit-card account?

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

[kmymoney] [Bug 439825] Unable to create a new account in ledger other than of Expense or Income parent

2021-07-14 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=439825

Thomas Baumgart  changed:

   What|Removed |Added

   Severity|normal  |wishlist

--- Comment #1 from Thomas Baumgart  ---
This is not possible with the current implementation as there is no common
dialog to create accounts and categories. It was also not part of the original
design.

We may have to overhaul the new account wizard to support creation of
categories. Therefore, I have turned this into a wishlist item. In case we do
that, we should do it on master.

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

<    4   5   6   7   8   9