[kmymoney] [Bug 390045] Date format in reports

2018-02-08 Thread Mark Blakeney
https://bugs.kde.org/show_bug.cgi?id=390045

Mark Blakeney  changed:

   What|Removed |Added

 CC||mark.blakeney@bullet-system
   ||s.net

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

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

Ralf Habacker  changed:

   What|Removed |Added

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

--- Comment #1 from Ralf Habacker  ---
Created attachment 110985
  --> https://bugs.kde.org/attachment.cgi?id=110985&action=edit
screenshot

>From the screenshot I can confirm that data values are not displayed with the
current logic, but cannot confirm the date issue - dates on the time axis do
have years.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

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

Ralf Habacker  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #1)
> I can confirm that data values are not displayed with the current logic
formatting number in KDChart is performed by 

QString AbstractDiagram::Private::formatNumber( qreal value, int decimalDigits,
const QChar &decimalPoint ) const

which does not use any locale settings nor does it have parameters for setting
decimal point or thousand separator. 

Because this method is located in KDChart, a fix would be located in KDChart.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

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

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Ralf Habacker  ---
(In reply to Josef Kufner from comment #0)
> Hello,
> date format in reports does not respect locales, reports always contain
> english date instead of a local representation.

Seems that I misread date as data - checked date labels and found that they are
localized, so this bug is invalid. If it persists feel free to repopen with a
test case of how to appended.

What is not supported is locale support for data labels, but this is a
different bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

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

Josef Kufner  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---
   Assignee|kmymoney-de...@kde.org  |j...@frozen-doe.net

--- Comment #4 from Josef Kufner  ---
Created attachment 110995
  --> https://bugs.kde.org/attachment.cgi?id=110995&action=edit
Wrong dates

Here is a screenshot of KMyMoney running in Czech locale, but showing English
dates.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

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

--- Comment #5 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #3)
> What is not supported is locale support for data labels, but this is a
> different bug.
This issue is tracked with bug 391067.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

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

--- Comment #6 from Josef Kufner  ---
Created attachment 110997
  --> https://bugs.kde.org/attachment.cgi?id=110997&action=edit
Missing years

And here is another screenshot showing dates with no years.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

2018-02-08 Thread Mark Blakeney
https://bugs.kde.org/show_bug.cgi?id=390045

Mark Blakeney  changed:

   What|Removed |Added

 CC||mark.blakeney@bullet-system
   ||s.net

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

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

Ralf Habacker  changed:

   What|Removed |Added

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

--- Comment #1 from Ralf Habacker  ---
Created attachment 110985
  --> https://bugs.kde.org/attachment.cgi?id=110985&action=edit
screenshot

>From the screenshot I can confirm that data values are not displayed with the
current logic, but cannot confirm the date issue - dates on the time axis do
have years.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

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

Ralf Habacker  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #1)
> I can confirm that data values are not displayed with the current logic
formatting number in KDChart is performed by 

QString AbstractDiagram::Private::formatNumber( qreal value, int decimalDigits,
const QChar &decimalPoint ) const

which does not use any locale settings nor does it have parameters for setting
decimal point or thousand separator. 

Because this method is located in KDChart, a fix would be located in KDChart.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

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

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Ralf Habacker  ---
(In reply to Josef Kufner from comment #0)
> Hello,
> date format in reports does not respect locales, reports always contain
> english date instead of a local representation.

Seems that I misread date as data - checked date labels and found that they are
localized, so this bug is invalid. If it persists feel free to repopen with a
test case of how to appended.

What is not supported is locale support for data labels, but this is a
different bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

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

Josef Kufner  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---
   Assignee|kmymoney-de...@kde.org  |j...@frozen-doe.net

--- Comment #4 from Josef Kufner  ---
Created attachment 110995
  --> https://bugs.kde.org/attachment.cgi?id=110995&action=edit
Wrong dates

Here is a screenshot of KMyMoney running in Czech locale, but showing English
dates.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

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

--- Comment #5 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #3)
> What is not supported is locale support for data labels, but this is a
> different bug.
This issue is tracked with bug 391067.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 390045] Date format in reports

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

--- Comment #6 from Josef Kufner  ---
Created attachment 110997
  --> https://bugs.kde.org/attachment.cgi?id=110997&action=edit
Missing years

And here is another screenshot showing dates with no years.

-- 
You are receiving this mail because:
You are watching all bug changes.