[kmymoney] [Bug 440695] Unable to inspect the Splits when account is closed.

2021-10-31 Thread Fabiano Caruana via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440695

--- Comment #4 from Fabiano Caruana  ---
Hi Thomas,

I have tested with the AppImage ... GREAT !!!

Thank you!

greetings
Udo

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

[kmymoney] [Bug 444741] CSV importer: account name auto detection generates too many false-positives

2021-10-31 Thread Bug Janitor Service via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=444741

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/office/kmymoney/-/merge_requests/128

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

[kmymoney] [Bug 444741] CSV importer: account name auto detection generates too many false-positives

2021-10-31 Thread Bug Janitor Service via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=444741

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/office/kmymoney/-/merge_requests/127

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

[kmymoney] [Bug 444741] New: CSV importer: account name auto detection generates too many false-positives

2021-10-31 Thread Dawid Wróbel via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=444741

Bug ID: 444741
   Summary: CSV importer: account name auto detection generates
too many false-positives
   Product: kmymoney
   Version: 5.1.2
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: importer
  Assignee: kmymoney-devel@kde.org
  Reporter: m...@dawidwrobel.com
  Target Milestone: ---

SUMMARY
With account name auto detection, CSV importer will automatically attempt to
match the imported CSV against existing accounts. However, in case the CSV
header only actually contains column names, this may lead to false positives.
For example, considering a CSV file containing following header:

"Type,Product,Started Date,Completed
Date,Description,Amount,Fee,Currency,State,Balance"

the importer will match against an "Art" account, having found a match for it
in "Started". 

The solution is to make the autodetection configurable per profile, not
globally, which will allow to take advantage of its heuristics only when it
actually makes sense.

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

[kmymoney] [Bug 440695] Unable to inspect the Splits when account is closed.

2021-10-31 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440695

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/15efbeb0
   ||c749152436f051c1f4a7454e650
   ||690b3
   Version Fixed In||5.1.3
 Resolution|--- |FIXED

--- Comment #3 from Thomas Baumgart  ---
Git commit 15efbeb0c749152436f051c1f4a7454e650690b3 by Thomas Baumgart.
Committed on 31/10/2021 at 09:14.
Pushed by tbaumgart into branch '5.1'.

Implement read-only mode for transaction editors

This change is for the stable branch only. Master needs its own
implementation.
FIXED-IN: 5.1.3

M  +10   -0kmymoney/dialogs/investtransactioneditor.cpp
M  +38   -16   kmymoney/dialogs/kmymoneysplittable.cpp
M  +7-1kmymoney/dialogs/kmymoneysplittable.h
M  +39   -17   kmymoney/dialogs/ksplittransactiondlg.cpp
M  +7-0kmymoney/dialogs/ksplittransactiondlg.h
M  +11   -0kmymoney/dialogs/stdtransactioneditor.cpp
M  +7-1kmymoney/dialogs/transactioneditor.cpp
M  +7-0kmymoney/dialogs/transactioneditor.h
M  +28   -26   kmymoney/dialogs/transactioneditor_p.h
M  +16   -45   kmymoney/views/kgloballedgerview.cpp
M  +0-23   kmymoney/views/kgloballedgerview_p.h

https://invent.kde.org/office/kmymoney/commit/15efbeb0c749152436f051c1f4a7454e650690b3

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