[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 <j...@frozen-doe.net> ---
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 Josef Kufner
https://bugs.kde.org/show_bug.cgi?id=391091

--- Comment #3 from Josef Kufner <j...@frozen-doe.net> ---
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] New: Year is not shown in plots

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

Bug ID: 391091
   Summary: Year is not shown in plots
   Product: kmymoney
   Version: 4.8.1
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: reports
  Assignee: kmymoney-devel@kde.org
  Reporter: j...@frozen-doe.net
  Target Milestone: ---

Created attachment 111005
  --> https://bugs.kde.org/attachment.cgi?id=111005=edit
The screenshot

(Forked from https://bugs.kde.org/show_bug.cgi?id=390045)

For certain date ranges, the time axis does not show years, but it shows dates
from multiple years. Therefore, it is hard to guess on which year we are
looking. See the attached screenshot.

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

[kmymoney] [Bug 390045] Date format in reports

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

Josef Kufner <j...@frozen-doe.net> changed:

   What|Removed |Added

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

--- Comment #4 from Josef Kufner <j...@frozen-doe.net> ---
Created attachment 110995
  --> https://bugs.kde.org/attachment.cgi?id=110995=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 the assignee for the bug.

[kmymoney] [Bug 390045] New: Date format in reports

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

Bug ID: 390045
   Summary: Date format in reports
   Product: kmymoney
   Version: 4.8.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: reports
  Assignee: kmymoney-devel@kde.org
  Reporter: j...@frozen-doe.net
  Target Milestone: ---

Hello,
date format in reports does not respect locales, reports always contain english
date instead of a local representation.

Additionally, the dates do not include year, which is quite impractical when
studying data over few years.

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

[kmymoney4] [Bug 358550] Payee cannot be matched by name in list when it contains semicolon

2016-01-25 Thread Josef Kufner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358550

--- Comment #1 from Josef Kufner <j...@frozen-doe.net> ---
Created attachment 96839
  --> https://bugs.kde.org/attachment.cgi?id=96839=edit
Bug in action

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


[kmymoney4] [Bug 358550] New: Payee cannot be matched by name in list when it contains semicolon

2016-01-25 Thread Josef Kufner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358550

Bug ID: 358550
   Summary: Payee cannot be matched by name in list when it
contains semicolon
   Product: kmymoney4
   Version: 4.6.6
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kmymoney-devel@kde.org
  Reporter: j...@frozen-doe.net

See attached screenshots.

When adding payee name to list, it inteprets semicolons as separators and adds
multiple names instead one with semicolon.

Reproducible: Always

Steps to Reproduce:
1. Set transaction matching to 'Match on name listed below'
2. Enter something with semicolon, i.e. 'A;B'
3. Click Add button

Actual Results:  
4. One payee name is added
5. Click Apply button
6. Names are split in two, i.e. 'A' and 'B' instead of 'A;B'

Expected Results:  
4. One payee name is added
5. Click Apply button
6. One payee name is still there

I guess it is because payee names are separated with semicolon in database or
something like that.

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


[Kmymoney-devel] [kmymoney4] [Bug 335129] Wrong account ordering at home page

2014-05-25 Thread Josef Kufner
https://bugs.kde.org/show_bug.cgi?id=335129

--- Comment #3 from Josef Kufner j...@frozen-doe.net ---
Thank you!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [kmymoney4] [Bug 335129] New: Wrong account ordering at home page

2014-05-21 Thread Josef Kufner
https://bugs.kde.org/show_bug.cgi?id=335129

Bug ID: 335129
   Summary: Wrong account ordering at home page
Classification: Unclassified
   Product: kmymoney4
   Version: 4.6.4
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-devel@kde.org
  Reporter: j...@frozen-doe.net

At home page, Assets and Liabilities Summary section, accounts are not sorted
correctly when the first letter is not in ASCII.

Reproducible: Always

Steps to Reproduce:
1. Create accounts: A, Z, C, Č
2. Accounts page: accounts are in correect order: A, C, Č, Z
2. Home page: accounts are in wrong order: A, C, Z, Č


Expected Results:  
Accounts at Home page should be in correct alphabetical order (respecting
locale settings and wierd characters).

strcmp() in sorting function does not work, strcoll is much better.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel