[kmymoney] [Bug 391091] Year is not shown in plots

2020-07-13 Thread antoine
https://bugs.kde.org/show_bug.cgi?id=391091

antoine  changed:

   What|Removed |Added

 CC||toitoine...@laposte.net
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #12 from antoine  ---
Hi

I confirm this issue.
I checked with the test file and KMyMoney-5.1.0-74a8f0d-x86_64.AppImage,
Xubuntu 20.04.

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

[kmymoney] [Bug 391091] Year is not shown in plots

2018-03-10 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=391091

--- Comment #11 from Ralf Habacker  ---
Git commit 1819d276fbee3b2d59ef0f26ad893dd68e6926fa by Ralf Habacker.
Committed on 10/03/2018 at 16:08.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::eDetailLevel into a class to be more type
safe

Test Plan: compiled on linux

Reviewers: #kmymoney, tbaumgart

Reviewed By: tbaumgart

Differential Revision: https://phabricator.kde.org/D11086

M  +1-1kmymoney/dialogs/kbalancechartdlg.cpp
M  +9-9kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +1-1kmymoney/kmymoney.cpp
M  +9-9kmymoney/mymoney/mymoneyreport.cpp
M  +10   -6kmymoney/mymoney/mymoneyreport.h
M  +6-6kmymoney/reports/kreportchartview.cpp
M  +2-2kmymoney/reports/objectinfotable.cpp
M  +5-5kmymoney/reports/pivottable.cpp
M  +8-8kmymoney/reports/pivottabletest.cpp
M  +3-3kmymoney/reports/querytable.cpp
M  +2-2kmymoney/reports/querytabletest.cpp
M  +1-1kmymoney/views/kforecastview.cpp
M  +2-2kmymoney/views/khomeview.cpp
M  +53   -53   kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/1819d276fbee3b2d59ef0f26ad893dd68e6926fa

--- Comment #10 from Ralf Habacker  ---
Git commit e4f200d23be7a4c2f50139ccba9998649007b3ce by Ralf Habacker.
Committed on 10/03/2018 at 16:08.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::EChartType into a class to be more type safe

Test Plan: compiled on linux

Reviewers: #kmymoney, tbaumgart

Reviewed By: tbaumgart

Differential Revision: https://phabricator.kde.org/D11087

M  +1-1kmymoney/dialogs/kbalancechartdlg.cpp
M  +9-9kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +11   -11   kmymoney/mymoney/mymoneyreport.cpp
M  +8-6kmymoney/mymoney/mymoneyreport.h
M  +13   -13   kmymoney/reports/kreportchartview.cpp
M  +1-1kmymoney/views/kforecastview.cpp
M  +1-1kmymoney/views/khomeview.cpp
M  +11   -11   kmymoney/views/kreportsview.cpp
M  +5-5kmymoney/widgets/kmymoneyreportconfigtabimpl.cpp

https://commits.kde.org/kmymoney/e4f200d23be7a4c2f50139ccba9998649007b3ce

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

[kmymoney] [Bug 391091] Year is not shown in plots

2018-03-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=391091

--- Comment #9 from Ralf Habacker  ---
Git commit 2f575bbe69214798c67b8b47e0c2f6baa67584a4 by Ralf Habacker.
Committed on 07/03/2018 at 09:46.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::EReportType into a class to be more type
safe

Test Plan: compiled on linux

Reviewers: #kmymoney

Reviewed By: #kmymoney, tbaumgart

Differential Revision: https://phabricator.kde.org/D11058

Signed-off-by: Ralf Habacker 

M  +2-2kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +28   -28   kmymoney/mymoney/mymoneyreport.cpp
M  +15   -12   kmymoney/mymoney/mymoneyreport.h
M  +3-3kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/2f575bbe69214798c67b8b47e0c2f6baa67584a4

--- Comment #8 from Ralf Habacker  ---
Git commit ad66b57f7397b15e7e8d1667101fdaf23b8601d0 by Ralf Habacker.
Committed on 07/03/2018 at 09:46.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::EQueryColumns into a class to be more type
safe

Test Plan: compiled on linux

Reviewers: #kmymoney

Reviewed By: #kmymoney, tbaumgart

Differential Revision: https://phabricator.kde.org/D11053

M  +26   -26   kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +1-1kmymoney/kmymoney.cpp
M  +11   -12   kmymoney/mymoney/mymoneyreport.cpp
M  +10   -7kmymoney/mymoney/mymoneyreport.h
M  +15   -15   kmymoney/reports/querytable.cpp
M  +20   -20   kmymoney/reports/querytabletest.cpp
M  +20   -20   kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/ad66b57f7397b15e7e8d1667101fdaf23b8601d0

--- Comment #7 from Ralf Habacker  ---
Git commit 1e5384157ca6f33c49ebd3bed1fed7967a7edbd9 by Ralf Habacker.
Committed on 07/03/2018 at 09:46.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::EColumnType into a class to be more type
safe

Type safety is increased by moving the enum into a separate name space (here
a class is used because namespaces are not allowed inside classes).

Q_ENUM(s) or QFlags could also not be used because the related enums need
to be defined somewhere outside, which does not solve the issue having all
constants in MyMoneyReport namespace.

Test Plan: compiled on linux

Reviewers: #kmymoney

Reviewed By: #kmymoney, tbaumgart

Differential Revision: https://phabricator.kde.org/D11043

Signed-off-by: Ralf Habacker 

M  +1-1kmymoney/dialogs/kbalancechartdlg.cpp
M  +10   -10   kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +8-7kmymoney/mymoney/mymoneyreport.cpp
M  +8-5kmymoney/mymoney/mymoneyreport.h
M  +14   -14   kmymoney/reports/pivottable.cpp
M  +10   -10   kmymoney/reports/pivottabletest.cpp
M  +1-1kmymoney/views/kforecastview.cpp
M  +2-2kmymoney/views/khomeview.cpp
M  +31   -31   kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/1e5384157ca6f33c49ebd3bed1fed7967a7edbd9

--- Comment #6 from Ralf Habacker  ---
Git commit 0179eea65d078fe273ab79cbf96bf32698302ac1 by Ralf Habacker.
Committed on 07/03/2018 at 09:51.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::ERowType into a class to be more type safe

Summary:

Test Plan: compiled on linux

Reviewers: #kmymoney

Reviewed By: #kmymoney, tbaumgart

Differential Revision: https://phabricator.kde.org/D11083

M  +1-1kmymoney/dialogs/kbalancechartdlg.cpp
M  +19   -19   kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +1-1kmymoney/kmymoney.cpp
M  +50   -52   kmymoney/mymoney/mymoneyreport.cpp
M  +18   -15   kmymoney/mymoney/mymoneyreport.h
M  +1-1kmymoney/reports/listtable.cpp
M  +9-9kmymoney/reports/objectinfotable.cpp
M  +4-4kmymoney/reports/pivottable.cpp
M  +38   -38   kmymoney/reports/pivottabletest.cpp
M  +38   -38   kmymoney/reports/querytable.cpp
M  +14   -14   kmymoney/reports/querytabletest.cpp
M  +1-1kmymoney/views/kforecastview.cpp
M  +2-2kmymoney/views/khomeview.cpp
M  +51   -51   kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/0179eea65d078fe273ab79cbf96bf32698302ac1

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

[kmymoney] [Bug 391091] Year is not shown in plots

2018-03-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=391091

--- Comment #9 from Ralf Habacker  ---
Git commit 2f575bbe69214798c67b8b47e0c2f6baa67584a4 by Ralf Habacker.
Committed on 07/03/2018 at 09:46.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::EReportType into a class to be more type
safe

Test Plan: compiled on linux

Reviewers: #kmymoney

Reviewed By: #kmymoney, tbaumgart

Differential Revision: https://phabricator.kde.org/D11058

Signed-off-by: Ralf Habacker 

M  +2-2kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +28   -28   kmymoney/mymoney/mymoneyreport.cpp
M  +15   -12   kmymoney/mymoney/mymoneyreport.h
M  +3-3kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/2f575bbe69214798c67b8b47e0c2f6baa67584a4

--- Comment #8 from Ralf Habacker  ---
Git commit ad66b57f7397b15e7e8d1667101fdaf23b8601d0 by Ralf Habacker.
Committed on 07/03/2018 at 09:46.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::EQueryColumns into a class to be more type
safe

Test Plan: compiled on linux

Reviewers: #kmymoney

Reviewed By: #kmymoney, tbaumgart

Differential Revision: https://phabricator.kde.org/D11053

M  +26   -26   kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +1-1kmymoney/kmymoney.cpp
M  +11   -12   kmymoney/mymoney/mymoneyreport.cpp
M  +10   -7kmymoney/mymoney/mymoneyreport.h
M  +15   -15   kmymoney/reports/querytable.cpp
M  +20   -20   kmymoney/reports/querytabletest.cpp
M  +20   -20   kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/ad66b57f7397b15e7e8d1667101fdaf23b8601d0

--- Comment #7 from Ralf Habacker  ---
Git commit 1e5384157ca6f33c49ebd3bed1fed7967a7edbd9 by Ralf Habacker.
Committed on 07/03/2018 at 09:46.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::EColumnType into a class to be more type
safe

Type safety is increased by moving the enum into a separate name space (here
a class is used because namespaces are not allowed inside classes).

Q_ENUM(s) or QFlags could also not be used because the related enums need
to be defined somewhere outside, which does not solve the issue having all
constants in MyMoneyReport namespace.

Test Plan: compiled on linux

Reviewers: #kmymoney

Reviewed By: #kmymoney, tbaumgart

Differential Revision: https://phabricator.kde.org/D11043

Signed-off-by: Ralf Habacker 

M  +1-1kmymoney/dialogs/kbalancechartdlg.cpp
M  +10   -10   kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +8-7kmymoney/mymoney/mymoneyreport.cpp
M  +8-5kmymoney/mymoney/mymoneyreport.h
M  +14   -14   kmymoney/reports/pivottable.cpp
M  +10   -10   kmymoney/reports/pivottabletest.cpp
M  +1-1kmymoney/views/kforecastview.cpp
M  +2-2kmymoney/views/khomeview.cpp
M  +31   -31   kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/1e5384157ca6f33c49ebd3bed1fed7967a7edbd9

--- Comment #6 from Ralf Habacker  ---
Git commit 0179eea65d078fe273ab79cbf96bf32698302ac1 by Ralf Habacker.
Committed on 07/03/2018 at 09:51.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::ERowType into a class to be more type safe

Summary:

Test Plan: compiled on linux

Reviewers: #kmymoney

Reviewed By: #kmymoney, tbaumgart

Differential Revision: https://phabricator.kde.org/D11083

M  +1-1kmymoney/dialogs/kbalancechartdlg.cpp
M  +19   -19   kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +1-1kmymoney/kmymoney.cpp
M  +50   -52   kmymoney/mymoney/mymoneyreport.cpp
M  +18   -15   kmymoney/mymoney/mymoneyreport.h
M  +1-1kmymoney/reports/listtable.cpp
M  +9-9kmymoney/reports/objectinfotable.cpp
M  +4-4kmymoney/reports/pivottable.cpp
M  +38   -38   kmymoney/reports/pivottabletest.cpp
M  +38   -38   kmymoney/reports/querytable.cpp
M  +14   -14   kmymoney/reports/querytabletest.cpp
M  +1-1kmymoney/views/kforecastview.cpp
M  +2-2kmymoney/views/khomeview.cpp
M  +51   -51   kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/0179eea65d078fe273ab79cbf96bf32698302ac1

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

[kmymoney] [Bug 391091] Year is not shown in plots

2018-03-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=391091

--- Comment #9 from Ralf Habacker  ---
Git commit 2f575bbe69214798c67b8b47e0c2f6baa67584a4 by Ralf Habacker.
Committed on 07/03/2018 at 09:46.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::EReportType into a class to be more type
safe

Test Plan: compiled on linux

Reviewers: #kmymoney

Reviewed By: #kmymoney, tbaumgart

Differential Revision: https://phabricator.kde.org/D11058

Signed-off-by: Ralf Habacker 

M  +2-2kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +28   -28   kmymoney/mymoney/mymoneyreport.cpp
M  +15   -12   kmymoney/mymoney/mymoneyreport.h
M  +3-3kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/2f575bbe69214798c67b8b47e0c2f6baa67584a4

--- Comment #8 from Ralf Habacker  ---
Git commit ad66b57f7397b15e7e8d1667101fdaf23b8601d0 by Ralf Habacker.
Committed on 07/03/2018 at 09:46.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::EQueryColumns into a class to be more type
safe

Test Plan: compiled on linux

Reviewers: #kmymoney

Reviewed By: #kmymoney, tbaumgart

Differential Revision: https://phabricator.kde.org/D11053

M  +26   -26   kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +1-1kmymoney/kmymoney.cpp
M  +11   -12   kmymoney/mymoney/mymoneyreport.cpp
M  +10   -7kmymoney/mymoney/mymoneyreport.h
M  +15   -15   kmymoney/reports/querytable.cpp
M  +20   -20   kmymoney/reports/querytabletest.cpp
M  +20   -20   kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/ad66b57f7397b15e7e8d1667101fdaf23b8601d0

--- Comment #7 from Ralf Habacker  ---
Git commit 1e5384157ca6f33c49ebd3bed1fed7967a7edbd9 by Ralf Habacker.
Committed on 07/03/2018 at 09:46.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::EColumnType into a class to be more type
safe

Type safety is increased by moving the enum into a separate name space (here
a class is used because namespaces are not allowed inside classes).

Q_ENUM(s) or QFlags could also not be used because the related enums need
to be defined somewhere outside, which does not solve the issue having all
constants in MyMoneyReport namespace.

Test Plan: compiled on linux

Reviewers: #kmymoney

Reviewed By: #kmymoney, tbaumgart

Differential Revision: https://phabricator.kde.org/D11043

Signed-off-by: Ralf Habacker 

M  +1-1kmymoney/dialogs/kbalancechartdlg.cpp
M  +10   -10   kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +8-7kmymoney/mymoney/mymoneyreport.cpp
M  +8-5kmymoney/mymoney/mymoneyreport.h
M  +14   -14   kmymoney/reports/pivottable.cpp
M  +10   -10   kmymoney/reports/pivottabletest.cpp
M  +1-1kmymoney/views/kforecastview.cpp
M  +2-2kmymoney/views/khomeview.cpp
M  +31   -31   kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/1e5384157ca6f33c49ebd3bed1fed7967a7edbd9

--- Comment #6 from Ralf Habacker  ---
Git commit 0179eea65d078fe273ab79cbf96bf32698302ac1 by Ralf Habacker.
Committed on 07/03/2018 at 09:51.
Pushed by habacker into branch '4.8'.

Convert enumeration MyMoneyReport::ERowType into a class to be more type safe

Summary:

Test Plan: compiled on linux

Reviewers: #kmymoney

Reviewed By: #kmymoney, tbaumgart

Differential Revision: https://phabricator.kde.org/D11083

M  +1-1kmymoney/dialogs/kbalancechartdlg.cpp
M  +19   -19   kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +1-1kmymoney/kmymoney.cpp
M  +50   -52   kmymoney/mymoney/mymoneyreport.cpp
M  +18   -15   kmymoney/mymoney/mymoneyreport.h
M  +1-1kmymoney/reports/listtable.cpp
M  +9-9kmymoney/reports/objectinfotable.cpp
M  +4-4kmymoney/reports/pivottable.cpp
M  +38   -38   kmymoney/reports/pivottabletest.cpp
M  +38   -38   kmymoney/reports/querytable.cpp
M  +14   -14   kmymoney/reports/querytabletest.cpp
M  +1-1kmymoney/views/kforecastview.cpp
M  +2-2kmymoney/views/khomeview.cpp
M  +51   -51   kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/0179eea65d078fe273ab79cbf96bf32698302ac1

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

[kmymoney] [Bug 391091] Year is not shown in plots

2018-03-01 Thread Josef Kufner
https://bugs.kde.org/show_bug.cgi?id=391091

--- Comment #5 from Josef Kufner  ---
I cannot use monthly interval because then I loose many important details of
what had happened. Many of my transactions are on boundaries of months,
sometimes falling into previous month, sometimes into the next month. With
monthly interval I get significantly less acurate plot.

Using daily interval (I would prefer no aggregation at all) I get more noisy
line, but also more useful line. Amplitude of the noise around the mean value
also shows how much the money moved around.

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

[kmymoney] [Bug 391091] Year is not shown in plots

2018-02-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=391091

--- Comment #4 from Ralf Habacker  ---
(In reply to Josef Kufner from comment #3)
> The plot on the screenshot spans over six years.
Why can not you use a monthly interval?

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

[kmymoney] [Bug 391091] Year is not shown in plots

2018-02-28 Thread Josef Kufner
https://bugs.kde.org/show_bug.cgi?id=391091

--- Comment #3 from Josef Kufner  ---
The plot on the screenshot spans over six years.

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

[kmymoney] [Bug 391091] Year is not shown in plots

2018-02-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=391091

--- Comment #2 from Ralf Habacker  ---
Created attachment 111094
  --> https://bugs.kde.org/attachment.cgi?id=111094&action=edit
test xmi file

see reports named "Eigenkapital aktuell (xxx)"

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

[kmymoney] [Bug 391091] Year is not shown in plots

2018-02-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=391091

Ralf Habacker  changed:

   What|Removed |Added

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

--- Comment #1 from Ralf Habacker  ---
Years are displayed are available with monthly and greater report intervals.
May be that help in your case.

One related problem of diagrams compared to the table report variant may be
that there is no date range displayed.

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