[kmymoney] [Bug 371177] Request for additional date format - no year!

Thomas Baumgart bugzilla_noreply at kde.org
Sun Sep 2 08:04:03 BST 2018


https://bugs.kde.org/show_bug.cgi?id=371177

--- Comment #2 from Thomas Baumgart <tbaumgart at kde.org> ---
AFAICT there is no KDE framework involved here. It is the CSV importer which
provides a QDate object in the end and that *must* contain a year. So it is the
task of the CSV importer to provide it.

In a similar scenario I used the following logic in case the year information
was missing:
- Use currentYear as the value for statementDate
- If currentMonth < statementMonth decrement year

Anything else must be handled externally before the import.

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


More information about the KMyMoney-devel mailing list