[kmymoney] [Bug 406403] Tags within Split transaction not reporting correctly

2024-02-07 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=406403

--- Comment #20 from Thomas Baumgart  ---
(In reply to Ralf Habacker from comment #17)
> (In reply to Thomas Baumgart from comment #16)
> > Git commit 796df584ef0bada68b6c98d75cd8a1af42c4b8ca by Thomas Baumgart.
:
: 
> > The above described fix only works for individually selected
> > transactions. It is not supported when multiple transactions are
> > selected.
> 
> Can this be fixed automatically when loading the file?

Unfortunately no. I have not found a rule that allows to automatically modify
existing data without possibly causing wrong results.

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

[kmymoney] [Bug 406403] Tags within Split transaction not reporting correctly

2024-02-07 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=406403

--- Comment #19 from Thomas Baumgart  ---
Git commit 62cbaeacb9ceb5a6b580c68cf217df6f6daa968f by Thomas Baumgart.
Committed on 08/02/2024 at 07:43.
Pushed by tbaumgart into branch 'master'.

Clear existing tags from tagContainer before reloading them

M  +2-0kmymoney/widgets/ktagcontainer.cpp

https://invent.kde.org/office/kmymoney/-/commit/62cbaeacb9ceb5a6b580c68cf217df6f6daa968f

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

Re: css question for reports

2024-02-07 Thread Thomas Baumgart via KMyMoney-devel
On Donnerstag, 8. Februar 2024 00:48:49 CET Jack via KMyMoney-devel wrote:

> The Reports Plugin configuration dialog includes the ability to specify  
> a default CSS file.  Where can one find the various entities or classes  
> one might refer to in such a file, or even the actual default css used  
> if no file is specified?

The default is contained in the binary. You can find the source in

  kmymoney/html/kmymoney.css

-- 

Regards

Thomas Baumgart

-
"The flame that burns twice as bright
burns half as long." ― Lao Tzu, Te Tao Ching
-


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


css question for reports

2024-02-07 Thread Jack via KMyMoney-devel
The Reports Plugin configuration dialog includes the ability to specify  
a default CSS file.  Where can one find the various entities or classes  
one might refer to in such a file, or even the actual default css used  
if no file is specified?


[kmymoney] [Bug 406403] Tags within Split transaction not reporting correctly

2024-02-07 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=406403

--- Comment #18 from Ralf Habacker  ---
Created attachment 165648
  --> https://bugs.kde.org/attachment.cgi?id=165648=edit
test case with several tag combinations

The contained transaction with post date 2024-01-28 shows an issue: when
opening split editor and pressing okay there is 'tag1' two times shown in the
transaction tag line

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

Re: Can't find a string

2024-02-07 Thread Jack via KMyMoney-devel
Thanks Ingo.  That's what I was looking for.   I'll remove it from the 
handbook during my next period of editing (probably this evening.)  Even 
though I did create the Handbook5.2 branch from master, there are 
clearly some sections which have not been updated in a VERY long time.


On 2/7/24 06:59, Ingo Klöcker via KMyMoney-devel wrote:

On Mittwoch, 7. Februar 2024 12:18:49 CET Thomas Baumgart via KMyMoney-devel
wrote:

On Dienstag, 6. Februar 2024 02:22:48 CET Jack via KMyMoney-devel wrote:

The handbook currently includes mention of "Always show a No. field" in
the Data Entry tab of the ledger configuration dialog.  Searching, I
find that string in several po files, but I don't see it anywhere in
the source code.  Has it actually been removed, and if so, why is it
sill in between 20 and 30 po files?

Hmm, I can see it right there:

thb@sy-346-nb /home/thb/devel/kmymoney/doc  (master)$ rg "Always show a No"
details-settings.docbook
490:Always show a No. field

so I thought it might be removed on the Handbook branch, but it is not:

thb@sy-346-nb /home/thb/devel/kmymoney/doc  (Handbook-5.2)$ rg "Always show
a No" details-settings.docbook
673:  Always show a No. field

I think the question is where does this string occur in the code. The answer
is: nowhere. It was removed more than 1 year ago:
https://invent.kde.org/office/kmymoney/-/commit/
704bfbf07e1149d2c309f1ba1cecb5fda127f995

I guess it should also be removed from the handbook for the upcoming 5.2.

Regards,
Ingo


Re: Can't find a string

2024-02-07 Thread Ingo Klöcker via KMyMoney-devel
On Mittwoch, 7. Februar 2024 12:18:49 CET Thomas Baumgart via KMyMoney-devel 
wrote:
> On Dienstag, 6. Februar 2024 02:22:48 CET Jack via KMyMoney-devel wrote:
> > The handbook currently includes mention of "Always show a No. field" in
> > the Data Entry tab of the ledger configuration dialog.  Searching, I
> > find that string in several po files, but I don't see it anywhere in
> > the source code.  Has it actually been removed, and if so, why is it
> > sill in between 20 and 30 po files?
> 
> Hmm, I can see it right there:
> 
> thb@sy-346-nb /home/thb/devel/kmymoney/doc  (master)$ rg "Always show a No"
> details-settings.docbook
> 490:Always show a No. field
> 
> so I thought it might be removed on the Handbook branch, but it is not:
> 
> thb@sy-346-nb /home/thb/devel/kmymoney/doc  (Handbook-5.2)$ rg "Always show
> a No" details-settings.docbook
> 673:  Always show a No. field

I think the question is where does this string occur in the code. The answer 
is: nowhere. It was removed more than 1 year ago:
https://invent.kde.org/office/kmymoney/-/commit/
704bfbf07e1149d2c309f1ba1cecb5fda127f995

I guess it should also be removed from the handbook for the upcoming 5.2.

Regards,
Ingo


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


Re: Can't find a string

2024-02-07 Thread Thomas Baumgart via KMyMoney-devel

On Dienstag, 6. Februar 2024 02:22:48 CET Jack via KMyMoney-devel wrote:

> The handbook currently includes mention of "Always show a No. field" in  
> the Data Entry tab of the ledger configuration dialog.  Searching, I  
> find that string in several po files, but I don't see it anywhere in  
> the source code.  Has it actually been removed, and if so, why is it  
> sill in between 20 and 30 po files?

Hmm, I can see it right there:

thb@sy-346-nb /home/thb/devel/kmymoney/doc  (master)$ rg "Always show a No"
details-settings.docbook
490:Always show a No. field

so I thought it might be removed on the Handbook branch, but it is not:

thb@sy-346-nb /home/thb/devel/kmymoney/doc  (Handbook-5.2)$ rg "Always show a 
No"
details-settings.docbook
673:  Always show a No. field


-- 

Regards

Thomas Baumgart

-
I encourage the use of end to end email encryption

GPG key: 
http://pgp.zdv.uni-mainz.de:11371/pks/lookup?op=index=0x8D4DE062AA2EB01C
Fingerprint: D69A 745A 5533 1F44 F404 D825 8D4D E062 AA2E B01C
-


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