[kmymoney] [Bug 492831] Account Balance Report needs HTML improvements

2024-11-04 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=492831

--- Comment #17 from Ralf Habacker  ---
Created attachment 175518
  --> https://bugs.kde.org/attachment.cgi?id=175518&action=edit
Print preview from previous major branch

This problem seems to have arisen with the use of Qt5 or the conversion of the
report output to QTextBrowser,
(https://invent.kde.org/office/kmymoney/-/merge_requests/118), as it does not
occur with the previous major version.

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

[kmymoney] [Bug 492831] Account Balance Report needs HTML improvements

2024-11-04 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=492831

Ralf Habacker  changed:

   What|Removed |Added

 Attachment #175516|0   |1
is obsolete||

--- Comment #20 from Ralf Habacker  ---
Created attachment 175520
  --> https://bugs.kde.org/attachment.cgi?id=175520&action=edit
test case (update)

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

[kmymoney] [Bug 492831] Account Balance Report needs HTML improvements

2024-11-04 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=492831

--- Comment #19 from Ralf Habacker  ---
Git commit ffa7449ae467e428c0fd3be02edd60ef26c01602 by Ralf Habacker.
Committed on 04/11/2024 at 15:04.
Pushed by habacker into branch 'master'.

Restore indentation for reports based on pivot tables

The commit below increased the indentation to 16 times the
value previously used, which significantly increased the
width of the report when exporting to an HTML file; this
has now been corrected.

If a higher value is required, this should be done via an
option in the settings.

Fixup for commit f0a9807dd.

M  +2-2kmymoney/plugins/views/reports/core/pivottable.cpp

https://invent.kde.org/office/kmymoney/-/commit/ffa7449ae467e428c0fd3be02edd60ef26c01602

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

[kmymoney] [Bug 492831] Account Balance Report needs HTML improvements

2024-11-04 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=492831

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de

--- Comment #15 from Ralf Habacker  ---
Created attachment 175516
  --> https://bugs.kde.org/attachment.cgi?id=175516&action=edit
test case

(In reply to Glenn from comment #13)
> However, there is not enough space between columns, 
> so some of the numbers are so smashed together that you can't tell what's
> what.

This problem is not caused by the currently added PDF export, as it can already
be reproduced with the attached test case in the print preview by opening the
“7-Day Cash Flow Forecast” report, clicking on the menu item “File”->“Print
Preview” and zooming in on the view.

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

[kmymoney] [Bug 492831] Account Balance Report needs HTML improvements

2024-11-04 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=492831

--- Comment #21 from Ralf Habacker  ---
Git commit 36277eec247a78227e0c20ed612c17965c6d95a4 by Ralf Habacker.
Committed on 04/11/2024 at 20:57.
Pushed by habacker into branch 'master'.

Add spacing between columns for printing or previewing reports

This prevents some numbers from being mixed up so much that you
no longer know what is what.

Since the use of a 'width' attribute in the HTML table does not
work with QTextBrowser, a space is added in the individual
elements of the QTextDocument instance used.

M  +8-0kmymoney/misc/kmmtextbrowser.cpp

https://invent.kde.org/office/kmymoney/-/commit/36277eec247a78227e0c20ed612c17965c6d95a4

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

[kmymoney] [Bug 492906] Adding category with different currency fails

2024-11-04 Thread Bug Janitor Service via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=492906

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
🐛🧹 This bug has been in NEEDSINFO status with no change for at least 30 days.
Closing as RESOLVED WORKSFORME.

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

[kmymoney] [Bug 492739] Import Qfx creates duplicate Payee

2024-11-04 Thread Bug Janitor Service via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=492739

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
🐛🧹 This bug has been in NEEDSINFO status with no change for at least 30 days.
Closing as RESOLVED WORKSFORME.

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

[kmymoney] [Bug 492831] Account Balance Report needs HTML improvements

2024-11-04 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=492831

--- Comment #16 from Ralf Habacker  ---
Created attachment 175517
  --> https://bugs.kde.org/attachment.cgi?id=175517&action=edit
Print Preview from dev version showing issue

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

[kmymoney] [Bug 492831] Account Balance Report needs HTML improvements

2024-11-04 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=492831

--- Comment #18 from Ralf Habacker  ---
(In reply to Glenn from comment #13)
> The HTML output also seems to have changed, and for the worse.
> The first column of account names has a lot more indentation and whitespace 
> than it used to.
> Whitespace than before.
... 
> HTML of 5.1.3 
In this file there is

Investment Sales Cash Income

> HTML of dev
and in this file 

Investment Sale Cash Income

whereby there are differences in the inline css attribute “text-indent” which
explain these deviations.

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